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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
25440
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
     1
@REM -------
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
     2
@REM make using Borland bcc32
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
     3
@REM type bmake, and wait...
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
     5
@REM -------
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
     6
@SET DEFINES=
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
     7
@REM Kludge got Mercurial, cannot be implemented in Borland make
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
     8
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
     9
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
    10
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
    11
make.exe -N -f bc.mak  %DEFINES% %*
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
    12
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
    13
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
    14
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
    15