quickSelfTest/bmake.bat
author sr
Tue, 10 Oct 2017 15:03:59 +0200
changeset 388 c972ed7d867a
parent 356 4bc59d8308e0
child 489 095fe50a4e26
permissions -rw-r--r--
class: RunUnitTestsStart class changed: #main:
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
356
4bc59d8308e0 initial checkin
sr
parents:
diff changeset
     1
@REM -------
4bc59d8308e0 initial checkin
sr
parents:
diff changeset
     2
@REM make using Borland bcc32
4bc59d8308e0 initial checkin
sr
parents:
diff changeset
     3
@REM type bmake, and wait...
4bc59d8308e0 initial checkin
sr
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
4bc59d8308e0 initial checkin
sr
parents:
diff changeset
     5
@REM -------
4bc59d8308e0 initial checkin
sr
parents:
diff changeset
     6
@SET DEFINES=
4bc59d8308e0 initial checkin
sr
parents:
diff changeset
     7
4bc59d8308e0 initial checkin
sr
parents:
diff changeset
     8
make.exe -N -f bc.mak  %DEFINES% %*
4bc59d8308e0 initial checkin
sr
parents:
diff changeset
     9
4bc59d8308e0 initial checkin
sr
parents:
diff changeset
    10
@IF "%1" EQU "exe" exit /b 0
4bc59d8308e0 initial checkin
sr
parents:
diff changeset
    11
@IF "%1" EQU "setup" exit /b 0
4bc59d8308e0 initial checkin
sr
parents:
diff changeset
    12
@IF "%1" EQU "pluginSetup" exit /b 0
4bc59d8308e0 initial checkin
sr
parents:
diff changeset
    13
4bc59d8308e0 initial checkin
sr
parents:
diff changeset
    14