vcmake.bat
author Claus Gittinger <cg@exept.de>
Fri, 08 Mar 2013 15:43:26 +0100
changeset 2964 44fd164ad253
parent 2931 e52dc0aad972
child 3150 b5cc196f8976
permissions -rwxr-xr-x
class: Tools::ProjectBuilder class definition added: #isLocalBuild #isLocalBuild: #isQuickBuild #isQuickBuild: fix: also need to copy genDate changed: #buildWithOutputTo:errorTo: #copyDirectoryForBuild: #copySupportFilesForCompilation #generateSourceFiles

@REM -------
@REM make using microsoft visual c
@REM type vcmake, and wait...
@REM do not edit - automatically generated from ProjectDefinition
@REM -------

@if not defined VSINSTALLDIR (
	call ..\rules\vcsetup.bat
)

make.exe -N -f bc.mak -DUSEVC %1 %2