vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Mon, 06 Jun 2016 16:57:13 +0100
branchjv
changeset 1437 a208060f13b0
parent 1254 0d166d1cf4e4
child 1442 14aa87cd5d2d
permissions -rw-r--r--
Fixed UNIX makefiles to include classes in stx:projects/smalltalk package ...like they are in Windows builds. The problem is that UNIX Make.proto is (still) hand-written.

@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 %*