libmad.dsp
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:5k
源码类别:

Windows CE

开发平台:

C/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 ""
  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 /GX /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 /Gm /GX /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. # End Source File
  80. # Begin Source File
  81. SOURCE=..decoder.c
  82. # End Source File
  83. # Begin Source File
  84. SOURCE=..fixed.c
  85. # End Source File
  86. # Begin Source File
  87. SOURCE=..frame.c
  88. # End Source File
  89. # Begin Source File
  90. SOURCE=..huffman.c
  91. # End Source File
  92. # Begin Source File
  93. SOURCE=..layer12.c
  94. # End Source File
  95. # Begin Source File
  96. SOURCE=..layer3.c
  97. # End Source File
  98. # Begin Source File
  99. SOURCE=..stream.c
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=..synth.c
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=..timer.c
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=..version.c
  109. # End Source File
  110. # End Group
  111. # Begin Group "Header Files"
  112. # PROP Default_Filter "h"
  113. # Begin Source File
  114. SOURCE=..bit.h
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.config.h
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=..decoder.h
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=..fixed.h
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=..frame.h
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=..global.h
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=..huffman.h
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=..layer12.h
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=..layer3.h
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=..stream.h
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=..synth.h
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=..timer.h
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=..version.h
  151. # End Source File
  152. # End Group
  153. # Begin Group "Data Files"
  154. # PROP Default_Filter "dat"
  155. # Begin Source File
  156. SOURCE=..D.dat
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=..imdct_s.dat
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=..qc_table.dat
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=..rq_table.dat
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=..sf_table.dat
  169. # End Source File
  170. # End Group
  171. # End Target
  172. # End Project