tests/bmake.bat
author Jan Vrany <jan.vrany@labware.com>
Mon, 15 Jun 2020 15:14:31 +0100
changeset 89 2a1c3c0439ea
parent 84 f60861ccb4a3
permissions -rw-r--r--
Remove invalid and superfluous `Cairo::CObject class >> fromExternalObject:`
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
61
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     1
@REM -------
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     2
@REM make using Borland bcc32
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     3
@REM type bmake, and wait...
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     5
@REM -------
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     6
@SET DEFINES=
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    10
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    11
make.exe -N -f bc.mak  %DEFINES% %*
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    12
f25d922632f7 Tests: added subpackage with tests - stx:goodies/libcairo/tests
Jan Vrany <jan.vrany@fit.cvut.cz>
parents:
diff changeset
    13
84
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 61
diff changeset
    14
f60861ccb4a3 Fixed and regenerated build files after removal of extentsion `DeviceGraphicsContext >> drawableId`
Jan Vrany <jan.vrany@fit.cvut.cz>
parents: 61
diff changeset
    15