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.

37 lines
682 B

  1. #
  2. # Build for public Windows installer headers.
  3. #
  4. !IFNDEF NO_STRICT
  5. STRICT=1
  6. !ENDIF
  7. msiinc:\
  8. $(SDK_INC_PATH)\msi.h \
  9. $(ADMIN_INC_PATH)\msip.h \
  10. $(SDK_INC_PATH)\msiquery.h
  11. #
  12. # msi.h, msip.h
  13. #
  14. $(O)\msi.x $(O)\msip.x: msi.w
  15. hsplit -e -o $(O)\msi.x $(O)\msip.x msi.w
  16. $(O)\msi.h: $(O)\msi.x
  17. wcshdr < $? > $@
  18. $(O)\msip.h: $(O)\msip.x
  19. wcshdr < $? > $@
  20. $(O)\msiquery.h: msiquery.w
  21. wcshdr < $? > $@
  22. $(SDK_INC_PATH)\msi.h: $(O)\msi.h
  23. $(PUBLISH_CMD) {$?=$@}
  24. $(ADMIN_INC_PATH)\msip.h: $(O)\msip.h
  25. $(PUBLISH_CMD) {$?=$@}
  26. $(SDK_INC_PATH)\msiquery.h: $(O)\msiquery.h
  27. $(PUBLISH_CMD) {$?=$@}