WPAudio.dsp 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  1. # Microsoft Developer Studio Project File - Name="WPAudio" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Static Library" 0x0104
  5. CFG=WPAudio - 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 "WPAudio.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 "WPAudio.mak" CFG="WPAudio - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "WPAudio - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "WPAudio - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE "WPAudio - Win32 Internal" (based on "Win32 (x86) Static Library")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName "WPAudio"
  25. # PROP Scc_LocalPath "..\.."
  26. CPP=cl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "WPAudio - 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 Target_Dir ""
  39. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  40. # ADD CPP /nologo /W3 /WX /GX /O2 /Ob2 /I "..\..\include" /D "_LIB" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_RELEASE" /YX /FD /c
  41. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  42. # ADD RSC /l 0x409 /d "NDEBUG"
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo
  46. LIB32=link.exe -lib
  47. # ADD BASE LIB32 /nologo
  48. # ADD LIB32 /nologo
  49. !ELSEIF "$(CFG)" == "WPAudio - Win32 Debug"
  50. # PROP BASE Use_MFC 0
  51. # PROP BASE Use_Debug_Libraries 1
  52. # PROP BASE Output_Dir "Debug"
  53. # PROP BASE Intermediate_Dir "Debug"
  54. # PROP BASE Target_Dir ""
  55. # PROP Use_MFC 0
  56. # PROP Use_Debug_Libraries 1
  57. # PROP Output_Dir "Debug"
  58. # PROP Intermediate_Dir "Debug"
  59. # PROP Target_Dir ""
  60. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  61. # ADD CPP /nologo /W3 /WX /Gm /GX /ZI /Od /I "..\..\include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /GZ /c
  62. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  63. # ADD RSC /l 0x409 /d "_DEBUG"
  64. BSC32=bscmake.exe
  65. # ADD BASE BSC32 /nologo
  66. # ADD BSC32 /nologo
  67. LIB32=link.exe -lib
  68. # ADD BASE LIB32 /nologo
  69. # ADD LIB32 /nologo
  70. !ELSEIF "$(CFG)" == "WPAudio - Win32 Internal"
  71. # PROP BASE Use_MFC 0
  72. # PROP BASE Use_Debug_Libraries 0
  73. # PROP BASE Output_Dir "Internal"
  74. # PROP BASE Intermediate_Dir "Internal"
  75. # PROP BASE Target_Dir ""
  76. # PROP Use_MFC 0
  77. # PROP Use_Debug_Libraries 0
  78. # PROP Output_Dir "Internal"
  79. # PROP Intermediate_Dir "Internal"
  80. # PROP Target_Dir ""
  81. # ADD BASE CPP /nologo /W3 /GX /O2 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  82. # ADD CPP /nologo /W3 /WX /GX /O2 /Ob1 /I "..\..\include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "_INTERNAL" /YX /FD /c
  83. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  84. # ADD RSC /l 0x409 /d "NDEBUG"
  85. BSC32=bscmake.exe
  86. # ADD BASE BSC32 /nologo
  87. # ADD BSC32 /nologo
  88. LIB32=link.exe -lib
  89. # ADD BASE LIB32 /nologo
  90. # ADD LIB32 /nologo
  91. !ENDIF
  92. # Begin Target
  93. # Name "WPAudio - Win32 Release"
  94. # Name "WPAudio - Win32 Debug"
  95. # Name "WPAudio - Win32 Internal"
  96. # Begin Group "Source Files"
  97. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  98. # Begin Source File
  99. SOURCE=.\AUD_Assert.cpp
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=.\AUD_Attributes.cpp
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.\AUD_Cache.cpp
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.\AUD_Channel.cpp
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=.\AUD_Device.cpp
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.\AUD_DSoundDriver.cpp
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.\AUD_Events.cpp
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.\AUD_Level.cpp
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.\AUD_List.cpp
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.\AUD_Lock.cpp
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.\AUD_Memory.cpp
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.\AUD_Profiler.cpp
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.\AUD_Source.cpp
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=.\AUD_StreamBuffering.cpp
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.\AUD_Streamer.cpp
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.\AUD_Time.cpp
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.\AUD_Windows.cpp
  148. # End Source File
  149. # End Group
  150. # Begin Group "Header Files"
  151. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  152. # Begin Source File
  153. SOURCE=..\..\Include\WPAudio\Altypes.h
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=..\..\Include\WPAudio\Attributes.h
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=..\..\Include\WPAudio\Cache.h
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=..\..\Include\WPAudio\Channel.h
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=..\..\Include\WPAudio\Debug.h
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=..\..\Include\WPAudio\Defs.h
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=..\..\Include\WPAudio\Device.h
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=..\..\Include\WPAudio\Driver.h
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=..\..\Include\WPAudio\Errors.h
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=..\..\Include\WPAudio\Events.h
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=..\..\Include\WPAudio\Handle.h
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=..\..\Include\WPAudio\Level.h
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=..\..\Include\WPAudio\List.h
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=..\..\Include\WPAudio\Lock.h
  193. # End Source File
  194. # Begin Source File
  195. SOURCE=..\..\Include\WPAudio\Memory.h
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=..\..\Include\WPAudio\Profiler.h
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=..\..\Include\WPAudio\Search.h
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=..\..\Include\WPAudio\Source.h
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=..\..\Include\WPAudio\StreamBuffering.h
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=..\..\Include\WPAudio\Streamer.h
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=..\..\Include\WPAudio\Thread.h
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=..\..\Include\WPAudio\Time.h
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=..\..\Include\WPAudio\Win32.h
  220. # End Source File
  221. # End Group
  222. # Begin Group "Asimp3"
  223. # PROP Default_Filter ""
  224. # Begin Source File
  225. SOURCE=.\Asimp3\Asimp3asm.asm
  226. !IF "$(CFG)" == "WPAudio - Win32 Release"
  227. # Begin Custom Build
  228. InputDir=.\Asimp3
  229. OutDir=.\Release
  230. InputPath=.\Asimp3\Asimp3asm.asm
  231. BuildCmds= \
  232. $(InputDir)\bin\ml /nologo /coff /Cp /Zm /c /W2 /Zi /Fo$(OutDir)\asi_x86.obj $(InputPath) \
  233. $(InputDir)\bin\ml /nologo /coff /Cp /Zm /c /W2 /Zi /DAMD /Fo$(OutDir)\asi_amd.obj $(InputPath) \
  234. "$(OutDir)\asi_x86.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  235. $(BuildCmds)
  236. "$(OutDir)\asi_amd.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  237. $(BuildCmds)
  238. # End Custom Build
  239. !ELSEIF "$(CFG)" == "WPAudio - Win32 Debug"
  240. # Begin Custom Build
  241. InputDir=.\Asimp3
  242. OutDir=.\Debug
  243. InputPath=.\Asimp3\Asimp3asm.asm
  244. BuildCmds= \
  245. $(InputDir)\bin\ml /nologo /coff /Cp /Zm /c /W2 /Zi /Fo$(OutDir)\asi_x86.obj $(InputPath) \
  246. $(InputDir)\bin\ml /nologo /coff /Cp /Zm /c /W2 /Zi /DAMD /Fo$(OutDir)\asi_amd.obj $(InputPath) \
  247. "$(OutDir)\asi_x86.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  248. $(BuildCmds)
  249. "$(OutDir)\asi_amd.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  250. $(BuildCmds)
  251. # End Custom Build
  252. !ELSEIF "$(CFG)" == "WPAudio - Win32 Internal"
  253. # Begin Custom Build
  254. InputDir=.\Asimp3
  255. OutDir=.\Internal
  256. InputPath=.\Asimp3\Asimp3asm.asm
  257. BuildCmds= \
  258. $(InputDir)\bin\ml /nologo /coff /Cp /Zm /c /W2 /Zi /Fo$(OutDir)\asi_x86.obj $(InputPath) \
  259. $(InputDir)\bin\ml /nologo /coff /Cp /Zm /c /W2 /Zi /DAMD /Fo$(OutDir)\asi_amd.obj $(InputPath) \
  260. "$(OutDir)\asi_x86.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  261. $(BuildCmds)
  262. "$(OutDir)\asi_amd.obj" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  263. $(BuildCmds)
  264. # End Custom Build
  265. !ENDIF
  266. # End Source File
  267. # Begin Source File
  268. SOURCE=.\Asimp3\Datatbl.h
  269. # End Source File
  270. # Begin Source File
  271. SOURCE=.\Asimp3\Imssapi.h
  272. # End Source File
  273. # Begin Source File
  274. SOURCE=.\Asimp3\Mp3api.cpp
  275. # End Source File
  276. # Begin Source File
  277. SOURCE=.\Asimp3\Mp3dec.cpp
  278. # End Source File
  279. # Begin Source File
  280. SOURCE=.\Asimp3\Mp3dec.h
  281. # End Source File
  282. # Begin Source File
  283. SOURCE=.\Asimp3\Mss.h
  284. # End Source File
  285. # Begin Source File
  286. SOURCE=.\Asimp3\Mssasi.h
  287. # End Source File
  288. # Begin Source File
  289. SOURCE=.\Asimp3\Rib.h
  290. # End Source File
  291. # End Group
  292. # End Target
  293. # End Project