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.

69 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 25-May-96 by Dave Plummer (davepl)
  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. TARGET_BOTH = 1
  16. PRECOMPILED_CXX = 1
  17. CCSHELL_DIR = $(PROJECT_ROOT)
  18. !include $(CCSHELL_DIR)\common.inc
  19. SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
  20. TARGETNAME = proptest
  21. TARGETPATH = obj
  22. TARGETTYPE = PROGRAM
  23. USE_MSVCRT = 1
  24. TARGETLIBS = $(SDK_LIB_PATH)\kernel32.lib \
  25. $(WINDOWS_LIB_PATH)\gdi32p.lib \
  26. $(WINDOWS_LIB_PATH)\user32p.lib \
  27. $(SDK_LIB_PATH)\advapi32.lib \
  28. # $(SDK_LIB_PATH)\comdlg32.lib \
  29. # $(SDK_LIB_PATH)\mpr.lib \
  30. $(SDK_LIB_PATH)\shlwapi.lib \
  31. $(SDK_LIB_PATH)\shell32.lib \
  32. $(SHELL_LIB_PATH)\shell32p.lib \
  33. $(SDK_LIB_PATH)\ole32.lib \
  34. $(SDK_LIB_PATH)\uuid.lib \
  35. # $(SDK_LIB_PATH)\comctl32.lib \
  36. # $(SHELL_LIB_PATH)\comctlp.lib \
  37. $(SHELL_LIB_PATH)\shlwapip.lib \
  38. $(CCSHELL_DIR)\lib\$(O)\shguid.lib \
  39. $(CCSHELL_DIR)\lib\$(O)\shguidp.lib \
  40. $(CCSHELL_DIR)\lib\stock\$(O)\stock.lib
  41. LINKLIBS = $(LINKLIBS) \
  42. $(CCSHELL_DIR)\lib\stock\$O\stock.lib \
  43. # ..\..\lib\wmstub.lib \
  44. # ..\..\lib\wmvcore.lib
  45. INCLUDES=$(INCLUDES);..\inc
  46. SOURCES = ..\proptest.cpp \
  47. PRECOMPILED_INCLUDE = ..\pch.h