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
519 B
19 lines
519 B
CCSHELL_DIR = $(PROJECT_ROOT)
|
|
|
|
NO_BROWSER_FILE = 1
|
|
|
|
# shguidp.c needs to access files in the lib\$O directory
|
|
INCLUDES = $(INCLUDES);..\$(O)
|
|
|
|
TARGETNAME =
|
|
TARGETPATH = obj
|
|
TARGETTYPE = NOTARGET
|
|
|
|
SOURCES = \
|
|
shguid.c \
|
|
shguidp.c
|
|
|
|
NTTARGETFILE1 = $(CCSHELL_DIR)\lib\$(O)\shguid.lib \
|
|
$(CCSHELL_DIR)\lib\$(O)\shguidp.lib
|
|
|
|
PASS1_PUBLISH = {$(CCSHELL_DIR)\lib\$(O)\shguidp.lib=$(SHELL_LIB_PATH)\shguidp.lib}
|