vcmake.bat
author Claus Gittinger <cg@exept.de>
Tue, 08 Jul 2014 23:21:51 +0200
changeset 3139 209cc60527a4
parent 2931 e52dc0aad972
child 3150 b5cc196f8976
permissions -rwxr-xr-x
class: Tools::ProjectBuilderAssistantApplication changed: #updateApplicationComment (send #lightGray instead of #lightGrey) #updateComment (send #lightGray instead of #lightGrey)

@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