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
1.3 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. !ENDIF
  11. !INCLUDE $(PROJECT_ROOT)\cluster\sources.inc
  12. TARGETNAME=dummyex
  13. TARGETPATH=$(_OBJ_DIR)
  14. TARGETTYPE=DYNLINK
  15. UMTYPE=windows
  16. USE_MFCUNICODE=1
  17. USE_NATIVE_EH=1
  18. USE_MSVCRT=1
  19. USE_ATL=1
  20. PRECOMPILED_INCLUDE=stdafx.h
  21. PRECOMPILED_CXX=1
  22. MIDL_FLAGS=-DMIDL_PASS
  23. MIDL_UUIDDIR=$(O)
  24. PASS0_SOURCEDIR=$(O)
  25. PASS0_HEADERDIR=$(O)
  26. MIDL_TLBDIR=$(O)
  27. INCLUDES=.;..\Common;..\..\inc;..\..\inc\$(O)
  28. MSC_WARNING_LEVEL=/W4 /WX
  29. SOURCES=\
  30. ExtObjID.idl \
  31. DummyEx.rc \
  32. BasePage.cpp \
  33. DDxDDv.cpp \
  34. DummyEx.cpp \
  35. ExtObj.cpp \
  36. PropList.cpp \
  37. RegExt.cpp \
  38. ResProp.cpp
  39. DLLBASE=0x7F220000
  40. TARGETLIBS=\
  41. $(SDK_LIB_PATH)\kernel32.lib \
  42. $(SDK_LIB_PATH)\advapi32.lib \
  43. $(SDK_LIB_PATH)\user32.lib \
  44. $(SDK_LIB_PATH)\comctl32.lib \
  45. $(SDK_LIB_PATH)\ole32.lib \
  46. $(SDK_LIB_PATH)\oleaut32.lib \
  47. $(SDK_LIB_PATH)\uuid.lib \
  48. $(SDK_LIB_PATH)\netapi32.lib \
  49. $(SDK_LIB_PATH)\ws2_32.lib \
  50. $(SDK_LIB_PATH)\resutils.lib \
  51. $(SDK_LIB_PATH)\clusapi.lib \
  52. ..\..\clusrtl\$(O)\clusrtl.lib