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.

18 lines
460 B

  1. MAJORCOMP=setup
  2. SETUP_ROOT=$(PROJECT_ROOT)\ntsetup
  3. HWDB_ROOT=$(SETUP_ROOT)\hwdb
  4. TARGETPATH=$(HWDB_ROOT)\obj
  5. #
  6. # The PRERELEASE option
  7. #
  8. !include $(SETUP_ROOT)\sources.inc
  9. # include path
  10. INCLUDES=$(HWDB_ROOT)\inc; \
  11. $(HWDB_ROOT)\utils\inc; \
  12. $(HWDB_ROOT)\utils\pch; \
  13. $(ADMIN_INC_PATH); \
  14. $(BASE_INC_PATH); \