Leaked source code of windows server 2003
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.

21 lines
371 B

  1. debug :
  2. cd umreclib
  3. call %BLDROOT%\net\csc\bld97.bat
  4. cd ..
  5. nmake -f makefile.vxd
  6. retail :
  7. cd umreclib
  8. call %BLDROOT%\net\csc\bld97.bat retail
  9. cd ..
  10. nmake -f makefile.vxd retail
  11. clean :
  12. cd umreclib
  13. call %BLDROOT%\net\csc\bld97.bat clean
  14. cd ..
  15. nmake -f makefile.vxd clean
  16. all : debug retail