libsamplerate_static.dsp 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. # Microsoft Developer Studio Project File - Name="libsamplerate_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=libsamplerate_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 "libsamplerate_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 "libsamplerate_static.mak" CFG="libsamplerate_static - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "libsamplerate_static - Win32 Release" (based on "Win32 (x86) Static Library")
  19. !MESSAGE "libsamplerate_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)" == "libsamplerate_static - Win32 Release"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir "output/libsamplerate-i386-win32-vc-release"
  31. # PROP BASE Intermediate_Dir "output/libsamplerate-i386-win32-vc-release"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir "output/libsamplerate-i386-win32-vc-release"
  36. # PROP Intermediate_Dir "output/libsamplerate-i386-win32-vc-release"
  37. # PROP Target_Dir ""
  38. F90=df.exe
  39. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  40. # ADD CPP /nologo /MD /W3 /GX /O2 /I "./win32" /I "../../libsamplerate/src" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
  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 /out:"..\..\lib\libsamplerate-i386-win32-vc-release.lib"
  49. !ELSEIF "$(CFG)" == "libsamplerate_static - Win32 Debug"
  50. # PROP BASE Use_MFC 0
  51. # PROP BASE Use_Debug_Libraries 1
  52. # PROP BASE Output_Dir "output/libsamplerate-i386-win32-vc-debug"
  53. # PROP BASE Intermediate_Dir "output/libsamplerate-i386-win32-vc-debug"
  54. # PROP BASE Target_Dir ""
  55. # PROP Use_MFC 0
  56. # PROP Use_Debug_Libraries 1
  57. # PROP Output_Dir "output/libsamplerate-i386-win32-vc-debug"
  58. # PROP Intermediate_Dir "output/libsamplerate-i386-win32-vc-debug"
  59. # PROP Target_Dir ""
  60. F90=df.exe
  61. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  62. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "./win32" /I "../../libsamplerate/src" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
  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 /out:"..\..\lib\libsamplerate-i386-win32-vc-debug.lib"
  71. !ENDIF
  72. # Begin Target
  73. # Name "libsamplerate_static - Win32 Release"
  74. # Name "libsamplerate_static - Win32 Debug"
  75. # Begin Group "Source Files"
  76. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  77. # Begin Source File
  78. SOURCE=..\..\libsamplerate\src\samplerate.c
  79. # End Source File
  80. # Begin Source File
  81. SOURCE=..\..\libsamplerate\src\src_linear.c
  82. # End Source File
  83. # Begin Source File
  84. SOURCE=..\..\libsamplerate\src\src_sinc.c
  85. # End Source File
  86. # Begin Source File
  87. SOURCE=..\..\libsamplerate\src\src_zoh.c
  88. # End Source File
  89. # End Group
  90. # Begin Group "Header Files"
  91. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  92. # Begin Source File
  93. SOURCE=..\..\libsamplerate\src\samplerate.h
  94. # End Source File
  95. # End Group
  96. # End Target
  97. # End Project