6 lines
134 B
Batchfile
6 lines
134 B
Batchfile
|
|
set BORLAND_DIR=c:\borland\bcc55
|
|
c:\borland\bcc55\bin\make -f makefile.b32 clean
|
|
c:\borland\bcc55\bin\make -f makefile.b32 all
|
|
|