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.

78 lines
1.6 KiB

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. CCSHELL_DIR = $(PROJECT_ROOT)
  15. TARGETNAME=shlexts
  16. TARGETPATH=$(_OBJ_DIR)
  17. TARGETTYPE=DYNLINK
  18. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  19. $(SDK_LIB_PATH)\gdi32.lib \
  20. $(WINDOWS_LIB_PATH)\user32p.lib \
  21. $(SDK_LIB_PATH)\advapi32.lib \
  22. $(SDK_LIB_PATH)\ole32.lib \
  23. $(SDK_LIB_PATH)\version.lib \
  24. $(SDK_LIB_PATH)\psapi.lib \
  25. $(SDK_LIB_PATH)\dbgeng.lib \
  26. $(SHELL_LIB_PATH)\shell32p.lib \
  27. $(SHELL_LIB_PATH)\shlwapip.lib \
  28. $(CCSHELL_DIR)\lib\$(O)\shguid.lib \
  29. $(CCSHELL_DIR)\lib\$(O)\shguidp.lib
  30. LINKLIBS=..\cpp\$(O)\shlcpp.lib
  31. C_DEFINES=$(C_DEFINES) $(USER_C_DEFINES) -D_USER32_ -DUNICODE
  32. !IFNDEF MSC_WARNING_LEVEL
  33. MSC_WARNING_LEVEL=/W3
  34. !ENDIF
  35. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /WX
  36. INCLUDES= ..;$(WINDOWS_INC_PATH)
  37. USE_NTDLL=1
  38. SOURCES= \
  39. ..\shlexts.c \
  40. ..\shlexts.rc
  41. NTTARGETFILE0= \
  42. $(O)\shlexts.def
  43. DLLDEF=$(O)\shlexts.def
  44. UMTYPE=console
  45. PRECOMPILED_INCLUDE=..\precomp.h
  46. PRECOMPILED_PCH=precomp.pch
  47. PRECOMPILED_OBJ=precomp.obj
  48. SOURCES_USED=..\sources.inc