You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
240 B
16 lines
240 B
@echo off
|
|
|
|
REM Environment Settings
|
|
|
|
call %_ntdrive%%_ntroot%\public\tools\ntenv.cmd
|
|
|
|
REM debug / release
|
|
set ntdebug=cvp
|
|
if "%1"=="release" set ntdebug=ntsdnodbg
|
|
|
|
cd ..
|
|
|
|
REM Build Command
|
|
build -b -e -F -w %2 %3 %4 %5
|
|
|
|
cd vc
|