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
298 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 all
  13. cleanup:
  14. del build*.log build*.err build*.wrn mydirs
  15. rmdir /q/s $(O)
  16. mkdir $(O)