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.

23 lines
326 B

  1. !include $(NTMAKEENV)\makefile.plt
  2. !ifndef O
  3. O=$(_OBJ_DIR)\$(TARGET_DIRECTORY)
  4. !endif
  5. !if !exist($(O))
  6. !if [-mkdir $(O)]
  7. !endif
  8. !endif
  9. all:
  10. sxid12gen $(O)
  11. touch mydirs
  12. clean: cleanup
  13. sxid12gen $(O)
  14. touch mydirs
  15. cleanup:
  16. del build*.log build*.err build*.wrn mydirs
  17. rmdir /q/s $(O)
  18. mkdir $(O)