vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Fri, 03 Oct 2014 01:59:10 +0100
changeset 376 a2656b27cace
parent 239 b7ad2c45f826
child 427 a7f5e6de19d2
child 587 730b28985ae4
permissions -rw-r--r--
Added monticelloName to package definition to ease export to .mcz

@REM -------
@REM make using Microsoft Visual C compiler
@REM type vcmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------

@if not defined VSINSTALLDIR (
    pushd ..\..\rules
    call vcsetup.bat
    popd
)
@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 -DUSEVC=1 %DEFINES% %*



@echo "***********************************"
@echo "Buildung stx/goodies/petitparser/analyzer
@echo "***********************************"
@cd analyzer
@call vcmake %1 %2
@cd ..

@echo "***********************************"
@echo "Buildung stx/goodies/petitparser/tests
@echo "***********************************"
@cd tests
@call vcmake %1 %2
@cd ..