makew32.bat 263 B

12345678
  1. @echo off
  2. rem Borland C
  3. rem -m Displays the date and time stamp of each file
  4. rem -c Caches auto-dependency information
  5. make.exe -m -c -f makefile.bcb %1 %2
  6. REM make.exe -m -c -f makefile.deb
  7. REM make.exe -f makefile.win