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.

32 lines
457 B

  1. # @@ COPY_RIGHT_HERE
  2. # @@ ROADMAP :: The Makefile for the Shell\Share package
  3. UI=..\..
  4. !include rules.mk
  5. !ifdef NTMAKEENV
  6. !include $(NTMAKEENV)\makefile.def
  7. !else
  8. all:: win
  9. win: $(WIN_OBJS)
  10. clean:
  11. -del $(CXX_INTERMED)
  12. -del $(WIN_OBJS)
  13. -del depend.old
  14. -del *.ixx
  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