1
0

in_dshow.dsp 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. # Microsoft Developer Studio Project File - Name="in_dshow" - 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=in_dshow - Win32 Release
  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 "in_dshow.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 "in_dshow.mak" CFG="in_dshow - Win32 Release"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "in_dshow - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "in_dshow - Win32 Debug Winamp" (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)" == "in_dshow - 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" /D "_MBCS" /D "_USRDLL" /D "in_dshow_EXPORTS" /YX /FD /c
  41. # ADD CPP /nologo /MT /W3 /GX /O2 /I "../dshow/dshow" /I "../dshow/include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "in_dshow_EXPORTS" /D "USE_ASM" /D "NO_LAYER12" /D "DLL_DECODER_SUPPORT" /D "BUILTIN_MP3_SUPPORT" /D "BUILTIN_VP3_SUPPORT" /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"
  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 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 /dll /machine:I386
  51. # ADD LINK32 ../dshow/strmbase.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib wsock32.lib ../dshow/strmiids.lib /nologo /dll /machine:I386 /out:"$(ProgramFiles)\winamp\plugins\in_dshow.dll" /opt:nowin98
  52. # SUBTRACT LINK32 /pdb:none
  53. !ELSEIF "$(CFG)" == "in_dshow - Win32 Debug Winamp"
  54. # PROP BASE Use_MFC 0
  55. # PROP BASE Use_Debug_Libraries 1
  56. # PROP BASE Output_Dir "in_dshow___Win32_Debug_Winamp"
  57. # PROP BASE Intermediate_Dir "in_dshow___Win32_Debug_Winamp"
  58. # PROP BASE Ignore_Export_Lib 0
  59. # PROP BASE Target_Dir ""
  60. # PROP Use_MFC 0
  61. # PROP Use_Debug_Libraries 1
  62. # PROP Output_Dir "in_dshow___Win32_Debug_Winamp"
  63. # PROP Intermediate_Dir "in_dshow___Win32_Debug_Winamp"
  64. # PROP Ignore_Export_Lib 0
  65. # PROP Target_Dir ""
  66. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../dshow/dshow" /I "../dshow/include" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "in_dshow_EXPORTS" /D "USE_ASM" /D "NO_LAYER12" /D "DLL_DECODER_SUPPORT" /D "BUILTIN_MP3_SUPPORT" /D "BUILTIN_VP3_SUPPORT" /YX /FD /GZ /c
  67. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../dshow/dshow" /I "../dshow/include" /I "../WinAmpX" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "in_dshow_EXPORTS" /D "USE_ASM" /D "NO_LAYER12" /D "DLL_DECODER_SUPPORT" /D "BUILTIN_MP3_SUPPORT" /D "BUILTIN_VP3_SUPPORT" /YX /FD /GZ /c
  68. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  69. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  70. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  71. # ADD RSC /l 0x409 /d "_DEBUG"
  72. BSC32=bscmake.exe
  73. # ADD BASE BSC32 /nologo
  74. # ADD BSC32 /nologo
  75. LINK32=link.exe
  76. # ADD BASE LINK32 ../dshow/strmbasd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib wsock32.lib ../dshow/strmiids.lib /nologo /dll /debug /machine:I386 /out:"c:\progra~1\winamp\plugins\in_dshow.dll" /pdbtype:sept
  77. # ADD LINK32 ../dshow/strmbasd.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib winmm.lib wsock32.lib ../dshow/strmiids.lib /nologo /dll /debug /machine:I386 /out:"C:/Program Files/Winamp/Plugins/in_dshow.dll" /pdbtype:sept
  78. !ENDIF
  79. # Begin Target
  80. # Name "in_dshow - Win32 Release"
  81. # Name "in_dshow - Win32 Debug Winamp"
  82. # Begin Group "Source Files"
  83. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  84. # Begin Source File
  85. SOURCE=.\audioswitch.cpp
  86. # End Source File
  87. # Begin Source File
  88. SOURCE=.\config.cpp
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=.\dshowrender.cpp
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=.\header_asf.cpp
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=.\header_avi.cpp
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=.\header_mpg.cpp
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=.\info.cpp
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=.\Main.cpp
  107. # End Source File
  108. # End Group
  109. # Begin Group "Header Files"
  110. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  111. # Begin Source File
  112. SOURCE=.\grabber.h
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.\header_asf.h
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.\header_avi.h
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=.\header_mpg.h
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=.\IN2.H
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=.\OUT.H
  128. # End Source File
  129. # End Group
  130. # Begin Group "Resource Files"
  131. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  132. # Begin Source File
  133. SOURCE=.\in_dshow.rc
  134. # End Source File
  135. # End Group
  136. # Begin Group "jnetlib"
  137. # PROP Default_Filter ""
  138. # Begin Source File
  139. SOURCE=..\jnetlib\asyncdns.cpp
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=..\jnetlib\asyncdns.h
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=..\jnetlib\connection.cpp
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=..\jnetlib\connection.h
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=..\jnetlib\httpget.cpp
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=..\jnetlib\httpget.h
  155. # End Source File
  156. # Begin Source File
  157. SOURCE=..\jnetlib\util.cpp
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=..\jnetlib\util.h
  161. # End Source File
  162. # End Group
  163. # End Target
  164. # End Project