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.

93 lines
1.9 KiB

  1. !IF 0
  2. Copyright (c) 1989-1999 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. Jim Geist (JimGe) 29-Aug-97
  12. NOTE: Commented description of this file is in \nt\oak\bin\sources.tpl
  13. !ENDIF
  14. !include ..\..\dmusic.inc
  15. !include $(DXROOT)\project.mk
  16. MAJORCOMP=windows
  17. MINORCOMP=directx
  18. TARGETNAME=dmtool
  19. !IF !$(FREEBUILD) && defined( DIRECTX_REDIST )
  20. TARGETNAME=$(TARGETNAME)d
  21. !ENDIF
  22. TARGETPATH=obj
  23. TARGETTYPE=DYNLINK
  24. UMTYPE=windows
  25. DLLDEF=..\dmtool.def
  26. DLLENTRY=_DllMainCRTStartup
  27. USE_MAPSYM=1
  28. USE_MSVCRT=1
  29. USE_IOSTREAM=1
  30. !if !$(FREEBUILD)
  31. !if "$(BuildMode)" == "internal"
  32. C_DEFINES = $(C_DEFINES) -DDEBUG=1
  33. !else
  34. C_DEFINES = $(C_DEFINES) -DRDEBUG=1
  35. !endif
  36. !endif
  37. C_DEFINES= $(C_DEFINES) -D_WIN32
  38. #
  39. # 04/10/2000 - allows for addition of BoundsChecker, etc
  40. # libs specified in the OS environment
  41. #
  42. TARGETLIBS=$(TARGETLIBS) \
  43. $(SDK_LIB_PATH)\kernel32.lib \
  44. $(SDK_LIB_PATH)\advapi32.lib \
  45. $(SDK_LIB_PATH)\ole32.lib \
  46. $(SDK_LIB_PATH)\uuid.lib
  47. INCLUDES=$(INCLUDES) \
  48. $(DXROOT)\dmusic\shared
  49. SOURCES=\
  50. ..\alist.cpp \
  51. ..\debug.cpp \
  52. ..\dll.cpp \
  53. ..\duration.cpp \
  54. ..\echo.cpp \
  55. ..\guids.cpp \
  56. ..\oledll.cpp \
  57. ..\param.cpp \
  58. ..\swing.cpp \
  59. ..\toolhelp.cpp \
  60. ..\transpose.cpp \
  61. ..\quantize.cpp \
  62. ..\timeshift.cpp \
  63. ..\velocity.cpp \
  64. ..\toolprop_i.c \
  65. ..\medparam_i.c \
  66. ..\dmtool.rc