mirror of https://github.com/tongzx/nt5src
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.
24 lines
484 B
24 lines
484 B
debug :
|
|
cd record.mgr
|
|
call %BLDROOT%\net\csc\bld97.bat
|
|
cd ..\usermode
|
|
call %BLDROOT%\net\csc\bld97.bat
|
|
cd ..\
|
|
|
|
retail :
|
|
cd record.mgr
|
|
call %BLDROOT%\net\csc\bld97.bat retail
|
|
cd ..\usermode
|
|
call %BLDROOT%\net\csc\bld97.bat retail
|
|
cd ..\
|
|
|
|
clean :
|
|
cd record.mgr
|
|
call %BLDROOT%\net\csc\bld97.bat clean
|
|
cd ..\usermode
|
|
call %BLDROOT%\net\csc\bld97.bat clean
|
|
cd ..\
|
|
|
|
all : debug retail
|
|
|
|
|