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.

85 lines
2.0 KiB

  1. !IF 0
  2. Copyright (c) 1989-1991 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. History:
  11. Created 19-Oct-95 by Shawn Brown (shawnb)
  12. from template created 12-Apr-1990 by Steve Wood (stevewo)
  13. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  14. !ENDIF
  15. TARGETNAME=stobject
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. PRECOMPILED_CXX=1
  19. PRECOMPILED_INCLUDE=stdafx.h
  20. PRECOMPILED_OBJ=stdafx.obj
  21. INCLUDES=$(WINDOWS_INC_PATH);$(PRINTSCAN_INC_PATH);$(MULTIMEDIA_INC_PATH)
  22. C_DEFINES=$(C_DEFINES) -DWIN32 -DUNICODE -DWINNT
  23. USE_MSVCRT=1
  24. #VERIFY_LC = 1
  25. LC_PATH = $(PROJECT_ROOT)\lcinf
  26. DLLENTRY=DllMain
  27. DELAYLOAD = winmm.dll
  28. # Dynamically loading comctl32 through shfusion. Need to ignore "locally defined symbol imported" error
  29. LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217
  30. TARGETLIBS= \
  31. $(SDK_LIB_PATH)\kernel32.lib \
  32. $(SDK_LIB_PATH)\gdi32.lib \
  33. $(SDK_LIB_PATH)\user32.lib \
  34. $(WINDOWS_LIB_PATH)\user32p.lib \
  35. $(SHELL_LIB_PATH)\shfusion.lib \
  36. $(SHELL_LIB_PATH)\shell32p.lib \
  37. $(DDK_LIB_PATH)\batmeter.lib \
  38. $(SDK_LIB_PATH)\powrprof.lib \
  39. $(SDK_LIB_PATH)\winmm.lib \
  40. $(SDK_LIB_PATH)\setupapi.lib \
  41. $(SDK_LIB_PATH)\ole32.lib \
  42. $(SDK_LIB_PATH)\uuid.lib \
  43. $(SDK_LIB_PATH)\shlwapi.lib \
  44. $(SDK_LIB_PATH)\advapip.lib \
  45. $(SDK_LIB_PATH)\wtsapi32.lib
  46. SOURCES= power.c \
  47. systray.c \
  48. volume.c \
  49. access.c \
  50. hplug.c \
  51. print.cpp \
  52. csc.c \
  53. systray.rc \
  54. cfact.cpp \
  55. stobject.cpp \
  56. dll.cpp \
  57. usbui.c
  58. #
  59. # Fusionized
  60. #
  61. SXS_MANIFEST_RESOURCE_ID=123
  62. SXS_APPLICATION_MANIFEST=WindowsShell.Manifest