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.

39 lines
1.3 KiB

  1. CCSHELL_DIR = $(PROJECT_ROOT)
  2. NOT_UNICODE = 1
  3. TARGET_BOTH = 1
  4. !include $(CCSHELL_DIR)\common.inc
  5. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  6. TARGETNAME = userstub
  7. TARGETPATH = obj
  8. TARGETTYPE = PROGRAM
  9. # Shlwapip is used only for the debugging goo in stocklib.
  10. TARGETLIBS = $(SDK_LIB_PATH)\gdi32.lib \
  11. $(SDK_LIB_PATH)\user32.lib \
  12. $(SDK_LIB_PATH)\kernel32.lib \
  13. $(SDK_LIB_PATH)\advapi32.lib \
  14. $(SDK_LIB_PATH)\comctl32.lib \
  15. $(SHELL_LIB_PATH)\comctlp.lib \
  16. $(SHELL_LIB_PATH)\shlwapip.lib \
  17. $(SHELL_LIB_PATH)\shdocvw.lib \
  18. $(SHELL_LIB_PATH)\shell32p.lib \
  19. $(SDK_LIB_PATH)\ole32.lib \
  20. $(CCSHELL_DIR)\lib\$(O)\shguid.lib \
  21. $(CCSHELL_DIR)\lib\$(O)\shguidp.lib \
  22. $(SDK_LIB_PATH)\uuid.lib \
  23. $(CCSHELL_DIR)\lib\$(O)\stock4.lib
  24. USE_MSVCRT = 1
  25. UMENTRYABS = ModuleEntry
  26. DELAYLOAD = SHELL32.DLL
  27. SOURCES = userstub.rc \
  28. userstub.cpp \
  29. debug.c