vcmake.bat
author Jan Vrany <jan.vrany@labware.com>
Sat, 29 Oct 2022 01:05:05 +0100
branchjv
changeset 25446 98fb817db6de
parent 25440 039a5cea86c3
permissions -rw-r--r--
Add `Character >> isMathLetter` and `#isMathBinaryOperator`
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 Microsoft Visual C compiler
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
     3
@REM type vcmake, 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
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
     7
@if not defined VSINSTALLDIR (
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
     8
    pushd ..\rules
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
     9
    call vcsetup.bat
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
    10
    popd
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
    11
)
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
    12
@SET DEFINES=
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
    13
@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
    14
@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
    15
@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
    16
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
    17
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
    18
make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
    19
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
    20
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
    21
039a5cea86c3 Fixing incorrect order of classes when loading
Patrik Svestka <patrik.svestka@gmail.com>
parents: 19811
diff changeset
    22