Batch file for two C ++ compilers

xiaoxiao2021-03-06  54

Rem gnucc.bat

Path =% path%; c: / mingw / bin; c: / ming / lib; c: / mingw / include

Set lib = c: / mingw / lib

Set include = c: / mingw / include / c / 3.2.3

G . EXE -L "C: / mingw / lib" -l "c: /mingw/lib/gcc-lib/miningw32/3.2.3" -i "c: / mingw / include / c " -i "C: / MINGW / INCLUDE / C / MingW32 "-i" c: / mingw / include / c / 3.2.3 / backward "-i" c: / mingw / incrude "% 1% 2% 3% 4% 5% 6% 7% 8% 9

Rem bcc.bat

Path =% path%; c: / borland / bcc55 / bin; c: / borland / bcc55 / lib; c: / borland / bcc55 / incrude

Set lib = c: / borland / BCC55 / LIB

SET INCLUDE = C: / Borland / BCC55 / INCLUDE

BCC32.EXE -L "C: / Borland / BCC55 / LIB" -i "c: / borland / bcc55 / include"% 1% 2% 3% 4% 5% 6% 7% 8% 9

After establishing these two files, you can integrate C compilation in the UltraEdit and other editors. It will not be described again.

转载请注明原文地址:https://www.9cbs.com/read-109718.html

New Post(0)