vcmake.bat
author Stefan Vogel <sv@exept.de>
Tue, 02 Apr 2013 11:32:49 +0200
changeset 2991 705850a604ee
parent 2931 e52dc0aad972
child 3150 b5cc196f8976
permissions -rwxr-xr-x
Refactoring: replace asSet copy by asNewSet (same for IdentitySet) replace (xxx collect:[]) asSet by (xxx collect:[] as:Set) replace (xxx select:[]) asSet by (xxx select:[] as:Set)

@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