22 lines
371 B
Plaintext
22 lines
371 B
Plaintext
debug :
|
|
cd umreclib
|
|
call %BLDROOT%\net\csc\bld97.bat
|
|
cd ..
|
|
nmake -f makefile.vxd
|
|
|
|
retail :
|
|
cd umreclib
|
|
call %BLDROOT%\net\csc\bld97.bat retail
|
|
cd ..
|
|
nmake -f makefile.vxd retail
|
|
|
|
clean :
|
|
cd umreclib
|
|
call %BLDROOT%\net\csc\bld97.bat clean
|
|
cd ..
|
|
nmake -f makefile.vxd clean
|
|
|
|
all : debug retail
|
|
|
|
|