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.

42 lines
826 B

  1. #
  2. # The contents of this file was moved from windows\makefile0
  3. #
  4. !IFNDEF NO_STRICT
  5. STRICT=1
  6. !ENDIF
  7. TARGETSRCS0= $(SDK_INC_PATH)\userenv.h
  8. TARGETSRCS1= $(DS_INC_PATH)\userenvp.h
  9. TARGETSRCS2= $(SDK_INC_PATH)\profinfo.h
  10. TARGETSRCS= $(TARGETSRCS0) $(TARGETSRCS1) $(TARGETSRCS2)
  11. wininc: $(TARGETSRCS)
  12. #
  13. # userenvp.h, userenv.h, userenvp.x, userenv.x
  14. #
  15. $(O)\userenv.x $(O)\userenvp.x: userenv.w
  16. hsplit -e -o $(O)\userenv.x $(O)\userenvp.x userenv.w
  17. $(O)\userenv.h: $(O)\userenv.x
  18. wcshdr < $? > $@
  19. $(O)\userenvp.h: $(O)\userenvp.x
  20. wcshdr < $? > $@
  21. $(O)\profinfo.h: profinfo.w
  22. wcshdr < $? > $@
  23. $(SDK_INC_PATH)\userenv.h: $(O)\userenv.h
  24. $(PUBLISH_CMD) {$?=$@}
  25. $(DS_INC_PATH)\userenvp.h: $(O)\userenvp.h
  26. $(PUBLISH_CMD) {$?=$@}
  27. $(SDK_INC_PATH)\profinfo.h: $(O)\profinfo.h
  28. $(PUBLISH_CMD) {$?=$@}