bmake.bat
author Claus Gittinger <cg@exept.de>
Tue, 16 Feb 2016 04:39:16 +0100
changeset 3557 dc0c5f9000c2
parent 3373 b4e638129771
child 3633 4bbbb5211816
permissions -rwxr-xr-x
added image writing support
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2793
5573ae96bda5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2310
diff changeset
     1
@REM -------
3046
fe1b8cd9f5f0 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2994
diff changeset
     2
@REM make using Borland bcc32
2793
5573ae96bda5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2310
diff changeset
     3
@REM type bmake, and wait...
5573ae96bda5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2310
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
5573ae96bda5 automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2310
diff changeset
     5
@REM -------
3373
b4e638129771 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3046
diff changeset
     6
@SET DEFINES=
b4e638129771 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3046
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
b4e638129771 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3046
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
b4e638129771 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3046
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
b4e638129771 initial checkin
Claus Gittinger <cg@exept.de>
parents: 3046
diff changeset
    10
make.exe -N -f bc.mak  %DEFINES% %*
2310
6c89cb837a0c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2276
diff changeset
    11
6c89cb837a0c automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 2276
diff changeset
    12