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.

31 lines
437 B

  1. !ifdef NTMAKEENV
  2. !include $(NTMAKEENV)\makefile.def
  3. !else # NTMAKEENV
  4. # Unmunge the 8.3 munged files to their full splendor
  5. DEPTH = ..\..
  6. TARGETS = audioactive.h aafunctions.h
  7. CP = $(DEPTH)\utils\cp
  8. RM = $(DEPTH)\utils\rm
  9. all:
  10. # all: $(TARGETS)
  11. audioactive.h: aactive.h
  12. $(CP) -f $? $@
  13. aafunctions.h: aafunct.h
  14. $(CP) -f $? $@
  15. clean:
  16. $(RM) -f $(TARGETS)
  17. fresh: clean all
  18. !endif #NTMAKEENV