Leaked source code of windows server 2003
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.

74 lines
1.4 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. !ENDIF
  13. !INCLUDE $(PROJECT_ROOT)\cluster\Admin\sources.inc
  14. MINORCOMP=admin
  15. TARGETNAME=debugex
  16. TARGETPATH=obj
  17. TARGETTYPE=DYNLINK
  18. UMTYPE=windows
  19. USE_MFCUNICODE=1
  20. USE_NATIVE_EH=1
  21. USE_MSVCRT=1
  22. USE_ATL=1
  23. PRECOMPILED_INCLUDE=stdafx.h
  24. PRECOMPILED_CXX=1
  25. MSC_WARNING_LEVEL=/W4
  26. MIDL_FLAGS=-DMIDL_PASS
  27. MIDL_UUIDDIR=$(O)
  28. PASS0_SOURCEDIR=$(O)
  29. PASS0_HEADERDIR=$(O)
  30. MIDL_TLBDIR=$(O)
  31. INCLUDES=.;..\Common;..\..\inc;..\..\inc\$(O)
  32. SOURCES=\
  33. ExtObjID.idl \
  34. resource.rc \
  35. BasePage.cpp \
  36. DebugEx.cpp \
  37. DlgHelpS.cpp \
  38. ExtObj.cpp \
  39. HelpData.cpp \
  40. PropLstS.cpp \
  41. RegExtS.cpp \
  42. ResProp.cpp
  43. DLLBASE=0x7F220000
  44. TARGETLIBS=\
  45. $(SDK_LIB_PATH)\kernel32.lib \
  46. $(SDK_LIB_PATH)\advapi32.lib \
  47. $(SDK_LIB_PATH)\user32.lib \
  48. $(SDK_LIB_PATH)\comctl32.lib \
  49. $(SDK_LIB_PATH)\ole32.lib \
  50. $(SDK_LIB_PATH)\oleaut32.lib \
  51. $(SDK_LIB_PATH)\uuid.lib \
  52. $(SDK_LIB_PATH)\clusapi.lib \
  53. $(SDK_LIB_PATH)\strsafe.lib