about summary refs log tree commit diff stats
path: root/makew32.bat
blob: 15a3c95aa5ffb908027c3cdb4a0a2abae0511757 (plain) (blame)
1
2
3
4
5
6
7
@echo off
rem Borland C
rem    -m                Displays the date and time stamp of each file
rem    -c                Caches auto-dependency information
make.exe -m -c -f makefile.bcb %1 %2
REM make.exe -m -c -f makefile.deb
REM make.exe -f makefile.win