windows-nt/Source/XPSP1/NT/shell/ext/userstub/sources
2020-09-26 16:20:57 +08:00

40 lines
1.3 KiB
Plaintext

CCSHELL_DIR = $(PROJECT_ROOT)
NOT_UNICODE = 1
TARGET_BOTH = 1
!include $(CCSHELL_DIR)\common.inc
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
TARGETNAME = userstub
TARGETPATH = obj
TARGETTYPE = PROGRAM
# Shlwapip is used only for the debugging goo in stocklib.
TARGETLIBS = $(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SHELL_LIB_PATH)\comctlp.lib \
$(SHELL_LIB_PATH)\shlwapip.lib \
$(SHELL_LIB_PATH)\shdocvw.lib \
$(SHELL_LIB_PATH)\shell32p.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(CCSHELL_DIR)\lib\$(O)\shguid.lib \
$(CCSHELL_DIR)\lib\$(O)\shguidp.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(CCSHELL_DIR)\lib\$(O)\stock4.lib
USE_MSVCRT = 1
UMENTRYABS = ModuleEntry
DELAYLOAD = SHELL32.DLL
SOURCES = userstub.rc \
userstub.cpp \
debug.c