bmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 08 Dec 2014 02:42:33 +0000
changeset 365 58f383e9a862
parent 109 59448a46a48f
child 368 a94d9afd766b
permissions -rw-r--r--
AbstractSearchDialog splitted into AbstractListDialog and AbstractSearchDialog. * AbstractListDialog has no history and may allow to create a new object (package, category...) * AbstractSearchDIalog maintains a list of recent searches and does not allow creation of a new object.

@REM -------
@REM make using Borland bcc32
@REM type bmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------
@SET DEFINES=
@REM Kludge got Mercurial, cannot be implemented in Borland make
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
make.exe -N -f bc.mak  %DEFINES% %*

@IF "%1" EQU "exe" GOTO finish



:finish