plugin.dsp 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. # Microsoft Developer Studio Project File - Name="plugin" - 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=plugin - 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 "plugin.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 "plugin.mak" CFG="plugin - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "plugin - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "plugin - 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)" == "plugin - 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 "plugin_EXPORTS" /YX /FD /c
  41. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\SDKs\DirectX_9_Oct_2004\Include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FR /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 kernel32.lib user32.lib gdi32.lib winspool.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib d3dx9.lib d3d9.lib Delayimp.lib /nologo /dll /machine:I386 /out:"c:\program files\winamp\plugins\vis_milk2.dll" /libpath:"..\SDKs\DirectX_9_Oct_2004\lib"
  52. # SUBTRACT LINK32 /pdb:none
  53. !ELSEIF "$(CFG)" == "plugin - Win32 Debug"
  54. # PROP BASE Use_MFC 0
  55. # PROP BASE Use_Debug_Libraries 1
  56. # PROP BASE Output_Dir "Debug"
  57. # PROP BASE Intermediate_Dir "Debug"
  58. # PROP BASE Target_Dir ""
  59. # PROP Use_MFC 0
  60. # PROP Use_Debug_Libraries 1
  61. # PROP Output_Dir "Debug"
  62. # PROP Intermediate_Dir "Debug"
  63. # PROP Ignore_Export_Lib 0
  64. # PROP Target_Dir ""
  65. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PLUGIN_EXPORTS" /YX /FD /GZ /c
  66. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\SDKs\DirectX_9_Oct_2004\Include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /YX /FD /GZ /c
  67. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  68. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  69. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  70. # ADD RSC /l 0x409 /d "_DEBUG"
  71. BSC32=bscmake.exe
  72. # ADD BASE BSC32 /nologo
  73. # ADD BSC32 /nologo
  74. LINK32=link.exe
  75. # 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 /debug /machine:I386 /pdbtype:sept
  76. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib d3dx9.lib d3d9.lib delayimp.lib /nologo /dll /debug /machine:I386 /out:"c:\program files\winamp\plugins\vis_milk2.dll" /pdbtype:sept /libpath:"..\SDKs\DirectX_9_Oct_2004\lib"
  77. !ENDIF
  78. # Begin Target
  79. # Name "plugin - Win32 Release"
  80. # Name "plugin - Win32 Debug"
  81. # Begin Group "My Plugin Source Files"
  82. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  83. # Begin Source File
  84. SOURCE=.\menu.cpp
  85. # End Source File
  86. # Begin Source File
  87. SOURCE=.\milkdropfs.cpp
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=.\plugin.cpp
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=.\plugin_icon.ico
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=.\state.cpp
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=.\support.cpp
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=.\texmgr.cpp
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.\textmgr.cpp
  106. # End Source File
  107. # End Group
  108. # Begin Group "My Plugin Header Files"
  109. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  110. # Begin Source File
  111. SOURCE=.\defines.h
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.\md_defines.h
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.\menu.h
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.\plugin.h
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.\state.h
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.\support.h
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.\texmgr.h
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.\textmgr.h
  133. # End Source File
  134. # End Group
  135. # Begin Group "Framework Files (do not edit)"
  136. # PROP Default_Filter ""
  137. # Begin Source File
  138. SOURCE=.\config.cpp
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=.\config2.cpp
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=.\desktop_mode.cpp
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=.\dxcontext.cpp
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=.\dxcontext.h
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=.\fft.cpp
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=.\fft.h
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.\gstring.h
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=.\icon_t.h
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=.\plugin.rc
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.\pluginshell.cpp
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.\pluginshell.h
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.\resource.h
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=.\shell_defines.h
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.\utility.cpp
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.\utility.h
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.\vis.cpp
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.\vis.h
  190. # End Source File
  191. # End Group
  192. # Begin Group "evallib"
  193. # PROP Default_Filter "*.c;*.h"
  194. # Begin Source File
  195. SOURCE=.\evallib\CAL_TAB.C
  196. # End Source File
  197. # Begin Source File
  198. SOURCE=.\evallib\cal_tab.h
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=.\evallib\cfunc.c
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.\evallib\Compiler.c
  205. # End Source File
  206. # Begin Source File
  207. SOURCE=.\evallib\Compiler.h
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=.\evallib\eval.c
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=.\evallib\eval.h
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=.\evallib\Gettok.c
  217. # End Source File
  218. # Begin Source File
  219. SOURCE=.\evallib\LEX.H
  220. # End Source File
  221. # Begin Source File
  222. SOURCE=.\evallib\Lextab.c
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=.\evallib\LLSAVE.C
  226. # End Source File
  227. # Begin Source File
  228. SOURCE=.\evallib\Yylex.c
  229. # End Source File
  230. # End Group
  231. # Begin Source File
  232. SOURCE=.\DOCUMENTATION.TXT
  233. # End Source File
  234. # Begin Source File
  235. SOURCE=.\milkdrop.nsi
  236. # End Source File
  237. # Begin Source File
  238. SOURCE=.\temp.ico
  239. # End Source File
  240. # End Target
  241. # End Project