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.

19 lines
500 B

  1. CCSHELL_DIR = $(PROJECT_ROOT)
  2. NO_BROWSER_FILE = 1
  3. # shguidp.c needs to access files in the lib\$O directory
  4. INCLUDES = $(INCLUDES);..\$(O)
  5. TARGETNAME =
  6. TARGETPATH = obj
  7. TARGETTYPE = NOTARGET
  8. SOURCES = \
  9. shguid.c \
  10. shguidp.c
  11. NTTARGETFILE1 = $(CCSHELL_DIR)\lib\$(O)\shguid.lib \
  12. $(CCSHELL_DIR)\lib\$(O)\shguidp.lib
  13. PASS1_PUBLISH = {$(CCSHELL_DIR)\lib\$(O)\shguidp.lib=$(SHELL_LIB_PATH)\shguidp.lib}