windows-nt/Source/XPSP1/NT/base/fs/rdr2/csc/makefile.w97
2020-09-26 16:20:57 +08:00

25 lines
484 B
Plaintext

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