2025-04-27 07:49:33 -04:00

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