libmad.dsp
上传用户:tuheem
上传日期:2007-05-01
资源大小:21889k
文件大小:7k
源码类别:

多媒体编程

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="libmad" - 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=libmad - 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 "libmad.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 "libmad.mak" CFG="libmad - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "libmad - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "libmad - Win32 Debug" (based on "Win32 (x86) Static Library")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""$/相关资料/MP3", CUAAAAAA"
  24. # PROP Scc_LocalPath ".."
  25. CPP=cl.exe
  26. RSC=rc.exe
  27. !IF  "$(CFG)" == "libmad - 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 "Release"
  36. # PROP Intermediate_Dir "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 /G6 /MD /O2 /I "." /D "NDEBUG" /D "FPM_INTEL" /D "WIN32" /D "_MBCS" /D "_LIB" /D "HAVE_CONFIG_H" /D "ASO_ZEROCHECK" /FD /c
  40. # SUBTRACT CPP /YX
  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)" == "libmad - 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 /G6 /MDd /Gm /Zi /Od /I "." /D "FPM_DEFAULT" /D "_LIB" /D "HAVE_CONFIG_H" /D "ASO_ZEROCHECK" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "DEBUG" /FD /GZ /c
  62. # SUBTRACT CPP /YX
  63. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  64. # ADD RSC /l 0x409 /d "_DEBUG"
  65. BSC32=bscmake.exe
  66. # ADD BASE BSC32 /nologo
  67. # ADD BSC32 /nologo
  68. LIB32=link.exe -lib
  69. # ADD BASE LIB32 /nologo
  70. # ADD LIB32 /nologo
  71. !ENDIF 
  72. # Begin Target
  73. # Name "libmad - Win32 Release"
  74. # Name "libmad - Win32 Debug"
  75. # Begin Group "Source Files"
  76. # PROP Default_Filter "c"
  77. # Begin Source File
  78. SOURCE=bit.c
  79. !IF  "$(CFG)" == "libmad - Win32 Release"
  80. # ADD CPP /D "_CONFIGCP_Win32_20Release" /D "_PRJCP_libmad_2Evprj"
  81. !ELSEIF  "$(CFG)" == "libmad - Win32 Debug"
  82. # ADD CPP /D "_CONFIGCP_Win32_20Debug" /D "_PRJCP_libmad_2Evprj"
  83. !ENDIF 
  84. # End Source File
  85. # Begin Source File
  86. SOURCE=decoder.c
  87. !IF  "$(CFG)" == "libmad - Win32 Release"
  88. # ADD CPP /D "_CONFIGCP_Win32_20Release" /D "_PRJCP_libmad_2Evprj"
  89. !ELSEIF  "$(CFG)" == "libmad - Win32 Debug"
  90. # ADD CPP /D "_CONFIGCP_Win32_20Debug" /D "_PRJCP_libmad_2Evprj"
  91. !ENDIF 
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=fixed.c
  95. !IF  "$(CFG)" == "libmad - Win32 Release"
  96. # ADD CPP /D "_CONFIGCP_Win32_20Release" /D "_PRJCP_libmad_2Evprj"
  97. !ELSEIF  "$(CFG)" == "libmad - Win32 Debug"
  98. # ADD CPP /D "_CONFIGCP_Win32_20Debug" /D "_PRJCP_libmad_2Evprj"
  99. !ENDIF 
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=frame.c
  103. !IF  "$(CFG)" == "libmad - Win32 Release"
  104. # ADD CPP /D "_CONFIGCP_Win32_20Release" /D "_PRJCP_libmad_2Evprj"
  105. !ELSEIF  "$(CFG)" == "libmad - Win32 Debug"
  106. # ADD CPP /D "_CONFIGCP_Win32_20Debug" /D "_PRJCP_libmad_2Evprj"
  107. !ENDIF 
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=huffman.c
  111. !IF  "$(CFG)" == "libmad - Win32 Release"
  112. # ADD CPP /D "_CONFIGCP_Win32_20Release" /D "_PRJCP_libmad_2Evprj"
  113. !ELSEIF  "$(CFG)" == "libmad - Win32 Debug"
  114. # ADD CPP /D "_CONFIGCP_Win32_20Debug" /D "_PRJCP_libmad_2Evprj"
  115. !ENDIF 
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=layer12.c
  119. !IF  "$(CFG)" == "libmad - Win32 Release"
  120. # ADD CPP /D "_CONFIGCP_Win32_20Release" /D "_PRJCP_libmad_2Evprj"
  121. !ELSEIF  "$(CFG)" == "libmad - Win32 Debug"
  122. # ADD CPP /D "_CONFIGCP_Win32_20Debug" /D "_PRJCP_libmad_2Evprj"
  123. !ENDIF 
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=layer3.c
  127. !IF  "$(CFG)" == "libmad - Win32 Release"
  128. # ADD CPP /D "_CONFIGCP_Win32_20Release" /D "_PRJCP_libmad_2Evprj"
  129. !ELSEIF  "$(CFG)" == "libmad - Win32 Debug"
  130. # ADD CPP /D "_CONFIGCP_Win32_20Debug" /D "_PRJCP_libmad_2Evprj"
  131. !ENDIF 
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=stream.c
  135. !IF  "$(CFG)" == "libmad - Win32 Release"
  136. # ADD CPP /D "_CONFIGCP_Win32_20Release" /D "_PRJCP_libmad_2Evprj"
  137. !ELSEIF  "$(CFG)" == "libmad - Win32 Debug"
  138. # ADD CPP /D "_CONFIGCP_Win32_20Debug" /D "_PRJCP_libmad_2Evprj"
  139. !ENDIF 
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=synth.c
  143. !IF  "$(CFG)" == "libmad - Win32 Release"
  144. # ADD CPP /D "_CONFIGCP_Win32_20Release" /D "_PRJCP_libmad_2Evprj"
  145. !ELSEIF  "$(CFG)" == "libmad - Win32 Debug"
  146. # ADD CPP /D "_CONFIGCP_Win32_20Debug" /D "_PRJCP_libmad_2Evprj"
  147. !ENDIF 
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=timer.c
  151. !IF  "$(CFG)" == "libmad - Win32 Release"
  152. # ADD CPP /D "_CONFIGCP_Win32_20Release" /D "_PRJCP_libmad_2Evprj"
  153. !ELSEIF  "$(CFG)" == "libmad - Win32 Debug"
  154. # ADD CPP /D "_CONFIGCP_Win32_20Debug" /D "_PRJCP_libmad_2Evprj"
  155. !ENDIF 
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=version.c
  159. !IF  "$(CFG)" == "libmad - Win32 Release"
  160. # ADD CPP /D "_CONFIGCP_Win32_20Release" /D "_PRJCP_libmad_2Evprj"
  161. !ELSEIF  "$(CFG)" == "libmad - Win32 Debug"
  162. # ADD CPP /D "_CONFIGCP_Win32_20Debug" /D "_PRJCP_libmad_2Evprj"
  163. !ENDIF 
  164. # End Source File
  165. # End Group
  166. # Begin Group "Header Files"
  167. # PROP Default_Filter "h"
  168. # Begin Source File
  169. SOURCE=bit.h
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=.config.h
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=decoder.h
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=fixed.h
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=frame.h
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=global.h
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=huffman.h
  188. # End Source File
  189. # Begin Source File
  190. SOURCE=layer12.h
  191. # End Source File
  192. # Begin Source File
  193. SOURCE=layer3.h
  194. # End Source File
  195. # Begin Source File
  196. SOURCE=stream.h
  197. # End Source File
  198. # Begin Source File
  199. SOURCE=synth.h
  200. # End Source File
  201. # Begin Source File
  202. SOURCE=timer.h
  203. # End Source File
  204. # Begin Source File
  205. SOURCE=version.h
  206. # End Source File
  207. # End Group
  208. # Begin Group "Data Files"
  209. # PROP Default_Filter "dat"
  210. # Begin Source File
  211. SOURCE=D.dat
  212. # End Source File
  213. # Begin Source File
  214. SOURCE=imdct_s.dat
  215. # End Source File
  216. # Begin Source File
  217. SOURCE=qc_table.dat
  218. # End Source File
  219. # Begin Source File
  220. SOURCE=rq_table.dat
  221. # End Source File
  222. # Begin Source File
  223. SOURCE=sf_table.dat
  224. # End Source File
  225. # End Group
  226. # End Target
  227. # End Project