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.

33 lines
760 B

  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. HWDB_ROOT=$(PROJECT_ROOT)\ntsetup\hwdb
  8. MIGSHARED_ROOT=$(PROJECT_ROOT)\ntsetup\migshared
  9. !IF EXIST($(PROJECT_ROOT)\private.mk)
  10. !include $(PROJECT_ROOT)\private.mk
  11. !ENDIF
  12. !include $(MIGSHARED_ROOT)\migshared.mk
  13. #
  14. # Now we have HWDB_ROOT. On with the normal script.
  15. #
  16. HWDB_OBJ=$(HWDB_ROOT)\lib\$(_OBJ_DIR)
  17. HWDB_BIN=$(HWDB_ROOT)\lib\$(O)
  18. MAJORCOMP=setup
  19. TARGETPATH=$(HWDB_OBJ)
  20. INCLUDES=$(INCLUDES);\
  21. $(HWDB_ROOT)\inc
  22. SOURCES= \
  23. ..\hwdb.c \
  24. ..\dllentry.c \