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
2.0 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. MAJORCOMP=windows
  16. MINORCOMP=directx
  17. TARGETNAME=dmstyle
  18. !IF !$(FREEBUILD) && defined( DIRECTX_REDIST )
  19. TARGETNAME=$(TARGETNAME)d
  20. !ENDIF
  21. TARGETPATH=obj
  22. TARGETTYPE=DYNLINK
  23. UMTYPE=windows
  24. DLLDEF=..\dmstyle.def
  25. DLLENTRY=_DllMainCRTStartup
  26. USE_MAPSYM=1
  27. USE_MSVCRT=1
  28. USE_IOSTREAM=1
  29. !if !$(FREEBUILD)
  30. !if "$(BuildMode)" == "internal"
  31. C_DEFINES = $(C_DEFINES) -DDEBUG=1
  32. !else
  33. C_DEFINES = $(C_DEFINES) -DRDEBUG=1
  34. !endif
  35. !endif
  36. C_DEFINES= $(C_DEFINES) -D_WIN32 -DINC_OLE2
  37. #
  38. # 04/10/2000 - allows for addition of BoundsChecker, etc
  39. # libs specified in the OS environment
  40. #
  41. TARGETLIBS=$(TARGETLIBS) \
  42. $(SDK_LIB_PATH)\kernel32.lib \
  43. $(SDK_LIB_PATH)\user32.lib \
  44. $(SDK_LIB_PATH)\advapi32.lib \
  45. $(SDK_LIB_PATH)\uuid.lib \
  46. $(SDK_LIB_PATH)\ole32.lib
  47. INCLUDES=$(INCLUDES); \
  48. ..\..\shared
  49. SOURCES=..\alist.cpp \
  50. ..\chordtrk.cpp \
  51. ..\cmmdtrk.cpp \
  52. ..\debug.cpp \
  53. ..\dmsect.cpp \
  54. ..\dmstydll.cpp \
  55. ..\dmstyle.cpp \
  56. ..\fileio.cpp \
  57. ..\motiftrk.cpp \
  58. ..\oledll.cpp \
  59. ..\ptrntrk.cpp \
  60. ..\str.cpp \
  61. ..\styletrk.cpp \
  62. ..\audtrk.cpp \
  63. ..\mutetrk.cpp \
  64. ..\dmstyle.rc \
  65. ..\opnew.cpp \
  66. ..\dmstyle2.cpp \
  67. ..\filter.cpp \
  68. ..\mgentrk.cpp