vcmake.bat
author Stefan Vogel <sv@exept.de>
Fri, 15 Jul 2016 13:57:43 +0200
branchdelegated_gc
changeset 7412 d4b5f3114373
parent 6403 cf8f1f73832f
child 7006 c1fdc4df1aa9
permissions -rwxr-xr-x
Need device instvar CVS ----------------------------------------------------------------------
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5376
1784293967ca automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5348
diff changeset
     1
@REM -------
6403
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
     2
@REM make using Microsoft Visual C compiler
5376
1784293967ca automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5348
diff changeset
     3
@REM type vcmake, and wait...
1784293967ca automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5348
diff changeset
     4
@REM do not edit - automatically generated from ProjectDefinition
1784293967ca automatically generated by browser
Claus Gittinger <cg@exept.de>
parents: 5348
diff changeset
     5
@REM -------
5858
f32ff0ac6e8e automatically generated by browser
Stefan Vogel <sv@exept.de>
parents: 5834
diff changeset
     6
5834
27e681b151da *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5699
diff changeset
     7
@if not defined VSINSTALLDIR (
6403
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
     8
    pushd ..\rules
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
     9
    call vcsetup.bat
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
    10
    popd
5834
27e681b151da *** empty log message ***
Claus Gittinger <cg@exept.de>
parents: 5699
diff changeset
    11
)
6403
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
    12
@SET DEFINES=
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
    13
@REM Kludge got Mercurial, cannot be implemented in Borland make
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
    14
@FOR /F "tokens=*" %%i in ('hg root') do SET HGROOT=%%i
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
    15
@IF "%HGROOT%" NEQ "" SET DEFINES=%DEFINES% "-DHGROOT=%HGROOT%"
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
    16
make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
    17
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
    18
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
    19
Claus Gittinger <cg@exept.de>
parents: 5933
diff changeset
    20