Source code of Windows XP (NT5)
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.

16 lines
446 B

  1. MSAUDITE=$(SDK_INC_PATH)\msaudite.h \
  2. msaudite.h \
  3. msg00001.bin \
  4. msaudite.rc
  5. TARGETMOVED=$(BASEDIR)\private\ntos\seaudit\msaudite\msaudite.h \
  6. $(BASEDIR)\private\ntos\seaudit\msaudite\msaudite.rc \
  7. $(BASEDIR)\private\ntos\seaudit\msaudite\msg00001.bin
  8. clean:
  9. del /Q /F $(MSAUDITE)
  10. del /Q /F $(TARGETMOVED)
  11. $(SDK_INC_PATH)\msaudite.h: msaudite.h
  12. copy $** $@