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.

103 lines
2.0 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. TARGETNAME=confmsp
  15. TARGETPATH=obj
  16. TARGETTYPE=DYNLINK
  17. USE_RTTI=1
  18. USE_CRTDLL=1
  19. USE_ATL=1
  20. USE_NATIVE_EH=1
  21. USE_MAPSYM=1
  22. BROWSER_INFO=1
  23. # MSC_WARNING_LEVEL=/W4
  24. # Enable tracing.
  25. C_DEFINES=$(C_DEFINES) -DMSPLOG
  26. # Use unicode.
  27. C_DEFINES=$(C_DEFINES) -DUNICODE
  28. !IF defined (USE_DYNGRAPH)
  29. C_DEFINES=$(C_DEFINES) -DDYNGRAPH
  30. !endif
  31. INCLUDES=\
  32. $(BASEDIR)\public\sdk\amovie\inc; \
  33. ..\inc; \
  34. ..\..\inc;\
  35. ..\..\..\inc;
  36. TARGETLIBS=$(TARGETLIBS) \
  37. $(LIBRARY_PATH)\mspbase.lib \
  38. $(LIBRARY_PATH)\kernel32.lib \
  39. $(LIBRARY_PATH)\ole32.lib \
  40. $(LIBRARY_PATH)\oleaut32.lib \
  41. $(LIBRARY_PATH)\ws2_32.lib \
  42. $(LIBRARY_PATH)\uuid.lib \
  43. $(LIBRARY_PATH)\advapi32.lib \
  44. $(LIBRARY_PATH)\user32.lib \
  45. $(LIBRARY_PATH)\strmiids.lib \
  46. $(LIBRARY_PATH)\winmm.lib \
  47. $(LIBRARY_PATH)\rtutils.lib
  48. !IF !$(FREEBUILD)
  49. C_DEFINES=$(C_DEFINES) -DDEBUG_QUALITY_CONTROL
  50. !ENDIF
  51. !IF defined (DEBUG_MEMORY) && !$(FREEBUILD)
  52. #!IF !$(FREEBUILD)
  53. DEBUG_CRTS=1
  54. C_DEFINES=$(C_DEFINES) -D_CRTDBG_MAP_ALLOC -D_DEBUG
  55. TARGETLIBS=$(TARGETLIBS) \
  56. $(LIBRARY_PATH)\msvcrtd.lib
  57. !ENDIF
  58. PRECOMPILED_INCLUDE=stdafx.h
  59. PRECOMPILED_PCH=stdafx.pch
  60. PRECOMPILED_OBJ=stdafx.obj
  61. PRECOMPILED_CXX=1
  62. SOURCES=\
  63. confmsp.idl \
  64. confmsp.rc \
  65. confmsp.cpp \
  66. confaddr.cpp \
  67. confaud.cpp \
  68. confaudt.cpp \
  69. confcall.cpp \
  70. confpart.cpp \
  71. confstrm.cpp \
  72. confterm.cpp \
  73. confutil.cpp \
  74. confvid.cpp \
  75. confvidt.cpp \
  76. qccall.cpp \
  77. qcstream.cpp
  78. DLLENTRY=_DllMainCRTStartup