vorbis_static.dsp 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258
  1. # Microsoft Developer Studio Project File - Name="vorbis_static" - 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=vorbis_static - 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 "vorbis_static.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 "vorbis_static.mak" CFG="vorbis_static - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "vorbis_static - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "vorbis_static - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF "$(CFG)" == "vorbis_static - Win32 Release"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir "Release"
  31. # PROP BASE Intermediate_Dir "Release"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir "Vorbis_Static_Release"
  36. # PROP Intermediate_Dir "Vorbis_Static_Release"
  37. # PROP Target_Dir ""
  38. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  39. # ADD CPP /nologo /MT /W3 /GX /O2 /I "..\include" /I "..\..\ogg\include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FR /YX /FD /O3 /QaxK /Qsox- /Qip /c
  40. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  41. # ADD RSC /l 0x409 /d "NDEBUG"
  42. BSC32=bscmake.exe
  43. # ADD BASE BSC32 /nologo
  44. # ADD BSC32 /nologo
  45. LIB32=link.exe -lib
  46. # ADD BASE LIB32 /nologo
  47. # ADD LIB32 /nologo
  48. !ELSEIF "$(CFG)" == "vorbis_static - Win32 Debug"
  49. # PROP BASE Use_MFC 0
  50. # PROP BASE Use_Debug_Libraries 1
  51. # PROP BASE Output_Dir "Debug"
  52. # PROP BASE Intermediate_Dir "Debug"
  53. # PROP BASE Target_Dir ""
  54. # PROP Use_MFC 0
  55. # PROP Use_Debug_Libraries 1
  56. # PROP Output_Dir "Vorbis_Static_Debug"
  57. # PROP Intermediate_Dir "Vorbis_Static_Debug"
  58. # PROP Target_Dir ""
  59. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  60. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\include" /I "..\..\ogg\include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  61. # SUBTRACT CPP /Fr
  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 /out:"Vorbis_Static_Debug\vorbis_static_d.lib"
  70. !ENDIF
  71. # Begin Target
  72. # Name "vorbis_static - Win32 Release"
  73. # Name "vorbis_static - Win32 Debug"
  74. # Begin Group "Source Files"
  75. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  76. # Begin Source File
  77. SOURCE=..\lib\analysis.c
  78. # End Source File
  79. # Begin Source File
  80. SOURCE=..\lib\bitrate.c
  81. # End Source File
  82. # Begin Source File
  83. SOURCE=..\lib\block.c
  84. # End Source File
  85. # Begin Source File
  86. SOURCE=..\lib\codebook.c
  87. # End Source File
  88. # Begin Source File
  89. SOURCE=..\lib\envelope.c
  90. # End Source File
  91. # Begin Source File
  92. SOURCE=..\lib\floor0.c
  93. # End Source File
  94. # Begin Source File
  95. SOURCE=..\lib\floor1.c
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=..\lib\info.c
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=..\lib\lookup.c
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=..\lib\lpc.c
  105. # End Source File
  106. # Begin Source File
  107. SOURCE=..\lib\lsp.c
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=..\lib\mapping0.c
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=..\lib\mdct.c
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=..\lib\psy.c
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=..\lib\registry.c
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=..\lib\res0.c
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=..\lib\sharedbook.c
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=..\lib\smallft.c
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=..\lib\synthesis.c
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=..\lib\window.c
  135. # End Source File
  136. # End Group
  137. # Begin Group "Header Files"
  138. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  139. # Begin Source File
  140. SOURCE=..\include\vorbis\backends.h
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=..\lib\bitbuffer.h
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=..\lib\bitrate.h
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=..\include\vorbis\codebook.h
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=..\include\vorbis\codec.h
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=..\lib\codec_internal.h
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=..\lib\envelope.h
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=..\lib\highlevel.h
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=..\lib\lookup.h
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=..\lib\lookup_data.h
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=..\lib\lpc.h
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=..\lib\lsp.h
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=..\lib\masking.h
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=..\lib\mdct.h
  180. # End Source File
  181. # Begin Source File
  182. SOURCE=..\lib\misc.h
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=..\lib\os.h
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=..\lib\psy.h
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=..\lib\registry.h
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=..\lib\scales.h
  195. # End Source File
  196. # Begin Source File
  197. SOURCE=..\lib\smallft.h
  198. # End Source File
  199. # Begin Source File
  200. SOURCE=..\lib\window.h
  201. # End Source File
  202. # End Group
  203. # End Target
  204. # End Project