vcmake.bat
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 19 Oct 2016 09:22:53 +0100
branchjv
changeset 23071 77ad9497363c
parent 19811 65fec19facb0
child 25440 039a5cea86c3
permissions -rw-r--r--
Issue #94 [3/x]: Respect `SYS_PROCESS_ID` when creating an initial system process rather than assigning it (hardcoded) value of zero.

@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 ..\rules
    call vcsetup.bat
    popd
)
@SET DEFINES=

make.exe -N -f bc.mak -DUSEVC=1 %DEFINES% %*