mp3dec.dsp 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158
  1. # Microsoft Developer Studio Project File - Name="mp3dec" - 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=mp3dec - 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 "mp3dec.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 "mp3dec.mak" CFG="mp3dec - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "mp3dec - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "mp3dec - 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)" == "mp3dec - 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 "rel_obj"
  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 /MD /W3 /GX /O2 /I "..\..\..\..\..\..\..\common\include" /I "..\.." /I "..\..\..\pub" /I "..\..\..\..\..\..\..\common\runtime\pub" /D "NDEBUG" /D "REL_ENABLE_ASSERTS" /D "_WINDOWS" /D "_LIB" /D "WIN32" /D "_MBCS" /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)" == "mp3dec - 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 /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\..\..\..\..\common\include" /I "..\.." /I "..\..\..\pub" /I "..\..\..\..\..\..\..\common\runtime\pub" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /D "_WINDOWS" /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 "mp3dec - Win32 Release"
  74. # Name "mp3dec - Win32 Debug"
  75. # Begin Group "Source Files"
  76. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  77. # Begin Group "general"
  78. # PROP Default_Filter ""
  79. # Begin Source File
  80. SOURCE=..\..\..\mp3dec.c
  81. # End Source File
  82. # Begin Source File
  83. SOURCE=..\..\..\mp3tabs.c
  84. # End Source File
  85. # End Group
  86. # Begin Group "csource"
  87. # PROP Default_Filter ""
  88. # Begin Source File
  89. SOURCE=..\..\bitstream.c
  90. # End Source File
  91. # Begin Source File
  92. SOURCE=..\..\buffers.c
  93. # End Source File
  94. # Begin Source File
  95. SOURCE=..\..\dct32.c
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=..\..\dequant.c
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=..\..\dqchan.c
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=..\..\huffman.c
  105. # End Source File
  106. # Begin Source File
  107. SOURCE=..\..\hufftabs.c
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=..\..\imdct.c
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=..\..\polyphase.c
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=..\..\scalfact.c
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=..\..\stproc.c
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=..\..\subband.c
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=..\..\trigtabs.c
  126. # End Source File
  127. # End Group
  128. # End Group
  129. # End Target
  130. # End Project