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.

34 lines
481 B

  1. # @@ COPY_RIGHT_HERE
  2. # @@ ROADMAP :: The Makefile for the Shell Utilities
  3. UI=..\..
  4. !include rules.mk
  5. !ifdef NTMAKEENV
  6. !include $(NTMAKEENV)\makefile.def
  7. !else # NTMAKEENV
  8. all:: win
  9. win: $(WIN_OBJS)
  10. clean:
  11. -del $(CXX_INTERMED)
  12. -del $(WIN_OBJS)
  13. -del *.ixx
  14. -del depend.old
  15. clobber: clean
  16. DEPEND_WIN = TRUE
  17. !include $(UI)\common\src\uidepend.mk
  18. # DO NOT DELETE THE FOLLOWING LINE
  19. !include depend.mk
  20. !endif # NTMAKEENV