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.

366 lines
8.6 KiB

  1. # Microsoft Developer Studio Project File - Name="dmime" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=dmime - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "dmime.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "dmime.mak" CFG="dmime - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "dmime - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "dmime - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "dmime - Win32 Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release"
  32. # PROP BASE Intermediate_Dir "Release"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "Release"
  37. # PROP Intermediate_Dir "Release"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  41. # ADD CPP /nologo /Gz /MT /W3 /GX /O2 /I "..\shared" /I "..\..\..\..\public\sdk\inc" /D "NDEBUG" /D "_WINDOWS" /D "WIN32" /D DIRECTMUSIC_VERSION=0x800 /YX /FD /c
  42. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  43. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /Oicf /o "NUL" /win32
  44. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  45. # ADD RSC /l 0x409 /i "..\verinfo" /d "NDEBUG" /d "WINNT"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
  51. # ADD LINK32 kernel32.lib user32.lib gdi32.lib dsound.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib dmoguids.lib /nologo /subsystem:windows /dll /machine:I386
  52. # SUBTRACT LINK32 /pdb:none
  53. # Begin Custom Build
  54. OutDir=.\Release
  55. TargetPath=.\Release\dmime.dll
  56. InputPath=.\Release\dmime.dll
  57. SOURCE="$(InputPath)"
  58. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  59. regsvr32 /s /c "$(TargetPath)"
  60. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  61. # End Custom Build
  62. # Begin Special Build Tool
  63. TargetPath=.\Release\dmime.dll
  64. SOURCE="$(InputPath)"
  65. PostBuild_Desc=Copying to system...
  66. PostBuild_Cmds=copy "$(TargetPath)" c:\winnt\system32
  67. # End Special Build Tool
  68. !ELSEIF "$(CFG)" == "dmime - Win32 Debug"
  69. # PROP BASE Use_MFC 0
  70. # PROP BASE Use_Debug_Libraries 1
  71. # PROP BASE Output_Dir "Debug"
  72. # PROP BASE Intermediate_Dir "Debug"
  73. # PROP BASE Target_Dir ""
  74. # PROP Use_MFC 0
  75. # PROP Use_Debug_Libraries 1
  76. # PROP Output_Dir "Debug"
  77. # PROP Intermediate_Dir "Debug"
  78. # PROP Ignore_Export_Lib 0
  79. # PROP Target_Dir ""
  80. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  81. # ADD CPP /nologo /Gz /MTd /W3 /Gm /GX /ZI /Od /I "..\shared" /I "..\..\..\..\public\internal\multimedia\inc" /D "DBG" /D "_DEBUG" /D "_WINDOWS" /D "WIN32" /D DIRECTMUSIC_VERSION=0x800 /FR /FD /c
  82. # SUBTRACT CPP /YX
  83. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  84. # ADD MTL /nologo /D "_DEBUG" /Oicf /o "NUL" /win32
  85. # SUBTRACT MTL /mktyplib203
  86. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  87. # ADD RSC /l 0x409 /i "..\verinfo" /d "_DEBUG" /d "WINNT"
  88. BSC32=bscmake.exe
  89. # ADD BASE BSC32 /nologo
  90. # ADD BSC32 /nologo
  91. LINK32=link.exe
  92. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  93. # ADD LINK32 kernel32.lib user32.lib gdi32.lib dsound.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib dmoguids.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\..\public\sdk\lib\i386"
  94. # Begin Custom Build
  95. OutDir=.\Debug
  96. TargetPath=.\Debug\dmime.dll
  97. InputPath=.\Debug\dmime.dll
  98. SOURCE="$(InputPath)"
  99. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  100. regsvr32 /s /c "$(TargetPath)"
  101. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  102. # End Custom Build
  103. !ENDIF
  104. # Begin Target
  105. # Name "dmime - Win32 Release"
  106. # Name "dmime - Win32 Debug"
  107. # Begin Group "Source Files"
  108. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  109. # Begin Source File
  110. SOURCE=.\AList.cpp
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.\audpath.cpp
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=.\CurveTrk.cpp
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\debug.cpp
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=.\DMGraph.cpp
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\dmhall.cpp
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\dmime.def
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\dmime.rc
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.\dmperf.cpp
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=.\dmprfdll.cpp
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=.\DMSegObj.cpp
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.\DMSStObj.cpp
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.\dmstrm.cpp
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.\lyrictrk.cpp
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=.\marktrk.cpp
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.\MIDIFile.cpp
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=.\mutx.cpp
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=.\oledll.cpp
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=.\paramtrk.cpp
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=.\pchmap.cpp
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=.\queue.cpp
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=.\segtrtrk.cpp
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=.\SeqTrack.cpp
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.\smartref.cpp
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=.\song.cpp
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=.\SysExTrk.cpp
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=.\TempoTrk.cpp
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=.\trackhelp.cpp
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.\TSigTrk.cpp
  195. # End Source File
  196. # Begin Source File
  197. SOURCE=.\WavTrack.cpp
  198. # End Source File
  199. # End Group
  200. # Begin Group "Header Files"
  201. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  202. # Begin Source File
  203. SOURCE=..\shared\alist.h
  204. # End Source File
  205. # Begin Source File
  206. SOURCE=.\audpath.h
  207. # End Source File
  208. # Begin Source File
  209. SOURCE=.\curve.h
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=.\CurveTrk.h
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=.\debug.h
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=.\DMGraph.h
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=.\dmime.h
  222. # End Source File
  223. # Begin Source File
  224. SOURCE=.\dmperf.h
  225. # End Source File
  226. # Begin Source File
  227. SOURCE=.\dmprfdll.h
  228. # End Source File
  229. # Begin Source File
  230. SOURCE=.\DMSegObj.h
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=.\DMSStObj.h
  234. # End Source File
  235. # Begin Source File
  236. SOURCE=..\shared\dmstrm.h
  237. # End Source File
  238. # Begin Source File
  239. SOURCE=.\lyrictrk.h
  240. # End Source File
  241. # Begin Source File
  242. SOURCE=.\marktrk.h
  243. # End Source File
  244. # Begin Source File
  245. SOURCE=.\midifile.h
  246. # End Source File
  247. # Begin Source File
  248. SOURCE=.\mutx.h
  249. # End Source File
  250. # Begin Source File
  251. SOURCE=.\ntfylist.h
  252. # End Source File
  253. # Begin Source File
  254. SOURCE=.\oledll.h
  255. # End Source File
  256. # Begin Source File
  257. SOURCE=.\paramtrk.h
  258. # End Source File
  259. # Begin Source File
  260. SOURCE=.\pchmap.h
  261. # End Source File
  262. # Begin Source File
  263. SOURCE=.\segtrtrk.h
  264. # End Source File
  265. # Begin Source File
  266. SOURCE=.\SeqTrack.h
  267. # End Source File
  268. # Begin Source File
  269. SOURCE=.\song.h
  270. # End Source File
  271. # Begin Source File
  272. SOURCE=.\SysExTrk.h
  273. # End Source File
  274. # Begin Source File
  275. SOURCE=.\template.h
  276. # End Source File
  277. # Begin Source File
  278. SOURCE=.\TempoTrk.h
  279. # End Source File
  280. # Begin Source File
  281. SOURCE=.\TrkList.h
  282. # End Source File
  283. # Begin Source File
  284. SOURCE=.\TSigTrk.h
  285. # End Source File
  286. # Begin Source File
  287. SOURCE=.\wavtrack.h
  288. # End Source File
  289. # End Group
  290. # End Target
  291. # End Project