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.

81 lines
3.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. !ENDIF
  11. ###############################################################################
  12. # #
  13. # Debug Setup #
  14. # #
  15. ###############################################################################
  16. !IF ("$(FREEBUILD)" == "0")
  17. DEBUG_CRTS=1
  18. !ENDIF
  19. ###############################################################################
  20. # #
  21. # Global Setup #
  22. # #
  23. ###############################################################################
  24. TARGETNAME=t3out
  25. TARGETTYPE=PROGRAM
  26. TARGETPATH=obj
  27. UMTYPE=windows
  28. UMENTRY=winmain
  29. USE_UNICODE=1
  30. BROWSER_INFO=1
  31. ###############################################################################
  32. # #
  33. # Source Files #
  34. # #
  35. ###############################################################################
  36. SOURCES= \
  37. PropEdit.cpp \
  38. CameraCP.cpp \
  39. ProcAmpP.cpp \
  40. CaptureP.cpp \
  41. VDeviceP.cpp \
  42. NetworkP.cpp \
  43. AudRecP.cpp \
  44. SystemP.cpp \
  45. outgoing.cpp \
  46. outgoing.rc
  47. ###############################################################################
  48. # #
  49. # Include Files #
  50. # #
  51. ###############################################################################
  52. INCLUDES=\
  53. $(BASEDIR)\public\sdk\amovie\inc; \
  54. ..\..\inc
  55. ###############################################################################
  56. # #
  57. # Target Libraries #
  58. # #
  59. ###############################################################################
  60. TARGETLIBS=\
  61. $(LIBRARY_PATH)\ole32.lib \
  62. $(LIBRARY_PATH)\oleaut32.lib \
  63. $(LIBRARY_PATH)\comctl32.lib \
  64. $(LIBRARY_PATH)\uuid.lib \
  65. $(LIBRARY_PATH)\strmiids.lib