AudioPlugIn.dsp 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. # Microsoft Developer Studio Project File - Name="AudioPlugIn" - 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=AudioPlugIn - 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 "AudioPlugIn.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 "AudioPlugIn.mak" CFG="AudioPlugIn - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "AudioPlugIn - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "AudioPlugIn - 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)" == "AudioPlugIn - Win32 Release"
  29. # PROP BASE Use_MFC 2
  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 2
  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 /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  41. # ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I "include" /I "..\..\dshow\include" /I "..\..\dshow\dshow" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /YX /FD /c
  42. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  43. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  44. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  45. # ADD RSC /l 0x409 /d "NDEBUG"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  51. # ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib ole32.lib oleaut32.lib DMOGUIDS.LIB winmm.lib comdlg32.lib /nologo /entry:"DllEntryPoint@12" /subsystem:windows /dll /machine:I386 /nodefaultlib:"libcmt" /nodefaultlib:"libcmtd" /libpath:"../../dshow" /opt:nowin98
  52. # SUBTRACT LINK32 /pdb:none
  53. # Begin Custom Build - Custom Build Steps
  54. OutDir=.\Release
  55. TargetName=AudioPlugIn
  56. InputPath=.\Release\AudioPlugIn.dll
  57. SOURCE="$(InputPath)"
  58. "custom.bld" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  59. regsvr32.exe /s $(OutDir)\$(TargetName).DLL
  60. echo >custom.bld
  61. # End Custom Build
  62. !ELSEIF "$(CFG)" == "AudioPlugIn - Win32 Debug"
  63. # PROP BASE Use_MFC 2
  64. # PROP BASE Use_Debug_Libraries 1
  65. # PROP BASE Output_Dir "Debug"
  66. # PROP BASE Intermediate_Dir "Debug"
  67. # PROP BASE Target_Dir ""
  68. # PROP Use_MFC 2
  69. # PROP Use_Debug_Libraries 1
  70. # PROP Output_Dir "Debug"
  71. # PROP Intermediate_Dir "Debug"
  72. # PROP Ignore_Export_Lib 0
  73. # PROP Target_Dir ""
  74. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
  75. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "." /I "include" /I "..\..\dshow\include" /I "..\..\dshow\dshow" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /D "_USRDLL" /YX /FD /GZ /c
  76. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  77. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  78. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  79. # ADD RSC /l 0x409 /d "_DEBUG"
  80. BSC32=bscmake.exe
  81. # ADD BASE BSC32 /nologo
  82. # ADD BSC32 /nologo
  83. LINK32=link.exe
  84. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  85. # ADD LINK32 kernel32.lib user32.lib gdi32.lib advapi32.lib ole32.lib oleaut32.lib DMOGUIDS.LIB winmm.lib comdlg32.lib /nologo /entry:"DllEntryPoint@12" /subsystem:windows /dll /debug /machine:I386 /nodefaultlib:"libcmt" /nodefaultlib:"libcmtd" /pdbtype:sept /libpath:"../../dshow"
  86. # Begin Custom Build - Custom Build Steps
  87. OutDir=.\Debug
  88. TargetName=AudioPlugIn
  89. InputPath=.\Debug\AudioPlugIn.dll
  90. SOURCE="$(InputPath)"
  91. "custom.bld" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  92. regsvr32.exe /s $(OutDir)\$(TargetName).DLL
  93. echo >custom.bld
  94. # End Custom Build
  95. !ENDIF
  96. # Begin Target
  97. # Name "AudioPlugIn - Win32 Release"
  98. # Name "AudioPlugIn - Win32 Debug"
  99. # Begin Group "Source Files"
  100. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  101. # Begin Group "dx shit"
  102. # PROP Default_Filter ""
  103. # Begin Source File
  104. SOURCE=.\AudioPlugIn.cpp
  105. # End Source File
  106. # Begin Source File
  107. SOURCE=.\AudioPlugIn.def
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=.\AudioPlugIn.rc
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.\AudioPlugInPropPage.cpp
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=.\Filter.cpp
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\MediaParams.cpp
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=.\ParamEnvelope.cpp
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\PlugInApp.cpp
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\StdAfx.cpp
  129. # ADD CPP /Yc"stdafx.h"
  130. # End Source File
  131. # End Group
  132. # Begin Group "ns-eel"
  133. # PROP Default_Filter ""
  134. # Begin Source File
  135. SOURCE="..\..\ns-eel\megabuf.c"
  136. # End Source File
  137. # Begin Source File
  138. SOURCE="..\..\ns-eel\ns-eel-addfuncs.h"
  139. # End Source File
  140. # Begin Source File
  141. SOURCE="..\..\ns-eel\ns-eel-int.h"
  142. # End Source File
  143. # Begin Source File
  144. SOURCE="..\..\ns-eel\ns-eel.h"
  145. # End Source File
  146. # Begin Source File
  147. SOURCE="..\..\ns-eel\nseel-caltab.c"
  148. # End Source File
  149. # Begin Source File
  150. SOURCE="..\..\ns-eel\nseel-cfunc.c"
  151. # End Source File
  152. # Begin Source File
  153. SOURCE="..\..\ns-eel\nseel-compiler.c"
  154. # End Source File
  155. # Begin Source File
  156. SOURCE="..\..\ns-eel\nseel-eval.c"
  157. # End Source File
  158. # Begin Source File
  159. SOURCE="..\..\ns-eel\nseel-lextab.c"
  160. # End Source File
  161. # Begin Source File
  162. SOURCE="..\..\ns-eel\nseel-yylex.c"
  163. # End Source File
  164. # End Group
  165. # Begin Group "sps"
  166. # PROP Default_Filter ""
  167. # Begin Source File
  168. SOURCE=..\sps_common.cpp
  169. # End Source File
  170. # End Group
  171. # End Group
  172. # Begin Group "Header Files"
  173. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  174. # Begin Source File
  175. SOURCE=.\AudioPlugIn.h
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=.\AudioPlugInPropPage.h
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=.\include\DXi.h
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=.\Filter.h
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=.\MediaParams.h
  188. # End Source File
  189. # Begin Source File
  190. SOURCE=.\ParamEnvelope.h
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=.\Parameters.h
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=.\PlugInApp.h
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=.\PlugInGUIDs.h
  200. # End Source File
  201. # Begin Source File
  202. SOURCE=.\resource.h
  203. # End Source File
  204. # Begin Source File
  205. SOURCE=.\StdAfx.h
  206. # End Source File
  207. # End Group
  208. # Begin Group "Resource Files"
  209. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  210. # Begin Source File
  211. SOURCE=.\res\AudioPlugIn.rc2
  212. # End Source File
  213. # End Group
  214. # Begin Source File
  215. SOURCE=.\ReadMe.txt
  216. # End Source File
  217. # End Target
  218. # End Project