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.

48 lines
1.3 KiB

  1. #
  2. # The following lines allow the tree to be relocated. To use this, put
  3. # private.mk in the root of the project (nt\admin as of this writing). If
  4. # nt\admin\private.mk does not exist, then the official build location will
  5. # be used.
  6. #
  7. WIN95UPG_ROOT=$(PROJECT_ROOT)\ntsetup\win95upg
  8. !IF EXIST($(PROJECT_ROOT)\private.mk)
  9. !include $(PROJECT_ROOT)\private.mk
  10. !ENDIF
  11. #
  12. # Now we have WIN95UPG_ROOT. On with the normal script.
  13. #
  14. WIN95UPG_OBJ=$(WIN95UPG_ROOT)\lib\$(_OBJ_DIR)
  15. WIN95UPG_BIN=$(WIN95UPG_ROOT)\lib\$(O)
  16. MAJORCOMP=setup
  17. TARGETPATH=$(WIN95UPG_OBJ)
  18. USE_CRTDLL=1
  19. C_DEFINES=-DASSERTS_ON $(C_DEFINES)
  20. #
  21. # The PRERELEASE option
  22. #
  23. !include $(PROJECT_ROOT)\ntsetup\sources.inc
  24. INCLUDES=
  25. !IFNDEF NO_MSG_INC
  26. INCLUDES=$(WIN95UPG_ROOT)\msg\$(O)
  27. !ENDIF
  28. INCLUDES=$(INCLUDES);\
  29. $(WIN95UPG_ROOT)\inc; \
  30. $(PROJECT_ROOT)\ntsetup\inc; \
  31. $(SHELL_INC_PATH); \
  32. $(ADMIN_INC_PATH); \
  33. $(BASE_INC_PATH); \
  34. $(WINDOWS_INC_PATH); \
  35. $(NET_INC_PATH); \
  36. $(DS_INC_PATH); \
  37. $(MULTIMEDIA_INC_PATH); \
  38. # empty sources so nothing gets compiled on non-x86
  39. SOURCES=