vcmake.bat
author Jakub Nesveda <jakubnesveda@seznam.cz>
Wed, 24 Dec 2014 22:48:21 +0100
changeset 780 c45cc4cd91f0
parent 692 a9f52b55a7f0
child 825 daa2a57953af
permissions -rw-r--r--
Move perspective variable to CustomContext to be sure that every subclass implements it

@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 ..\..\stx\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 jn/refactoring_custom/patches
@echo "***********************************"
@pushd patches
@call vcmake %1 %2 || exit /b "%errorlevel%"
@popd