bmake.bat
author Patrik Svestka <patrik.svestka@gmail.com>
Thu, 02 Dec 2021 12:27:29 +0100
branchjv
changeset 25440 039a5cea86c3
parent 19811 65fec19facb0
permissions -rw-r--r--
Fixing incorrect order of classes when loading The following is correct autoload order: - UnixDesktop - XDGDesktop - GNOMEDesktop

@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% %*