Update of /cvsroot/audacity/lib-src/portaudio-v19/build/msvc
In directory
sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv25302/lib-src/portaudio-v19/build/msvc
Modified Files:
PAStaticWMMEv19.vcproj
Log Message:
-Added plug in capability for mod-script-pipe
Index: PAStaticWMMEv19.vcproj
===================================================================
RCS file:
/cvsroot/audacity/lib-src/portaudio-v19/build/msvc/PAStaticWMMEv19.vcproj,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- PAStaticWMMEv19.vcproj 22 Oct 2006 05:55:10 -0000 1.7
+++ PAStaticWMMEv19.vcproj 18 Jun 2007 16:10:53 -0000 1.8
@@ -330,6 +330,162 @@
CommandLine="set CFLAGS=/I
"../../include" /I "../../src/common" /D "WIN32"
/D "NDEBUG" /D "_LIB" /D "_MBCS" /O2 /Ob1 /GF /FD
/EHsc /MT /Gy /W3 /c /wd4996 /nologo /Fo".\$(OutDir)/"
/Fd".\$(OutDir)/"
set LIBS=

if
"%DXSDK_DIR%"=="" goto NoDX

cl
%CFLAGS% /I "%DXSDK_DIR%include"
"..\..\src\hostapi\dsound\pa_win_ds.c"
cl %CFLAGS% /I
"%DXSDK_DIR%include"
"..\..\src\hostapi\dsound\pa_win_ds_dynlink.c"

set
LIBS="%DXSDK_DIR%lib\x86\dxguid.lib"

:NoDX

if
"%ASIOSDK_DIR%"=="" goto NoASIO

cl
%CFLAGS% /I "%ASIOSDK_DIR%/common" /I "%ASIOSDK_DIR%/host"
/I "%ASIOSDK_DIR%/host/pc"
"..\..\src\hostapi\asio\pa_asio.cpp"
�
A;cl %CFLAGS% /I "%ASIOSDK_DIR%/common" /I
"%ASIOSDK_DIR%/host" /I "%ASIOSDK_DIR%/host/pc"
"..\..\src\hostapi\asio\iasiothiscallresolver.cpp"
cl
%CFLAGS% /I "%ASIOSDK_DIR%/common" /I "%ASIOSDK_DIR%/host"
/I "%ASIOSDK_DIR%/host/pc"
"%ASIOSDK_DIR%\common\asio.cpp"
cl %CFLAGS% /I
"%ASIOSDK_DIR%/common" /I "%ASIOSDK_DIR%/host" /I
"%ASIOSDK_DIR%/host/pc"
"%ASIOSDK_DIR%\host\asiodrivers.cpp"
cl %CFLAGS% /I
"%ASIOSDK_DIR%/common" /I "%ASIOSDK_DIR%/host" /I
"%ASIOSDK_DIR%/host/pc"
"%ASIOSDK_DIR%\host\pc\asiolist.cpp"

:NoASIO

lib
/OUT:"$(TargetPath)" ".\$(OutDir)\*.obj"
%LIBS%
"
/>
</Configuration>
+ <Configuration
+ Name="Debug DLL|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine="echo // Automatically generated
file >".\$(ConfigurationName)\config.h"
IF
"%DXSDK_DIR%" == "" echo #define PA_NO_DS
>>".\$(ConfigurationName)\config.h"
IF
"%ASIOSDK_DIR%" == "" echo #define PA_NO_ASIO
>>".\$(ConfigurationName)\config.h"
"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+
AdditionalIncludeDirectories="../../include;../../src/common"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+
PrecompiledHeaderFile=".\$(ConfigurationName)/PA19StaticWMME.pch"
+
AssemblerListingLocation=".\$(ConfigurationName)/"
+ ObjectFile=".\$(ConfigurationName)/"
+
ProgramDataBaseFileName=".\$(ConfigurationName)/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="4"
+ CompileAs="0"
+ DisableSpecificWarnings="4996"
+
ForcedIncludeFiles="$(ProjectDir)\$(ConfigurationName)\config.h"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1032"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+
OutputFile="$(SolutionDir)\$(ConfigurationName)\pastaticwmmev19d.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="set CFLAGS= /I
"../../include" /I "../../src/common" /D "WIN32"
/D "_DEBUG" /D "_LIB" /D "_MBCS" /Od /FD /EHsc
/RTC1 /MTd /W3 /c /ZI /wd4996 /nologo /Fo".\$(OutDir)/"
/Fd".\$(OutDir)/"
set LIBS=

if
"%DXSDK_DIR%"=="" goto NoDX

cl
%CFLAGS% /I "%DXSDK_DIR%include"
"..\..\src\hostapi\dsound\pa_win_ds.c"
cl %CFLAGS% /I
"%DXSDK_DIR%include"
"..\..\src\hostapi\dsound\pa_win_ds_dynlink.c"

set
LIBS="%DXSDK_DIR%lib\x86\dxguid.lib"

:NoDX

if
"%ASIOSDK_DIR%"=="" goto NoASIO

cl
%CFLAGS% /I "%ASIOSDK_DIR%/common" /I "%ASIOSDK_DIR%/host"
/I "%ASIOSDK_DIR%/host/pc"
"..\..\src\hostapi\asio\pa_asio.cpp"

;cl %CFLAGS% /I "%ASIOSDK_DIR%/common" /I
"%ASIOSDK_DIR%/host" /I "%ASIOSDK_DIR%/host/pc"
"..\..\src\hostapi\asio\iasiothiscallresolver.cpp"
cl
%CFLAGS% /I "%ASIOSDK_DIR%/common" /I "%ASIOSDK_DIR%/host"
/I "%ASIOSDK_DIR%/host/pc"
"%ASIOSDK_DIR%\common\asio.cpp"
cl %CFLAGS% /I
"%ASIOSDK_DIR%/common" /I "%ASIOSDK_DIR%/host" /I
"%ASIOSDK_DIR%/host/pc"
"%ASIOSDK_DIR%\host\asiodrivers.cpp"
cl %CFLAGS% /I
"%ASIOSDK_DIR%/common" /I "%ASIOSDK_DIR%/host" /I
"%ASIOSDK_DIR%/host/pc"
"%ASIOSDK_DIR%\host\pc\asiolist.cpp"

:NoASIO

lib
/OUT:"$(TargetPath)" ".\$(OutDir)\*.obj"
%LIBS%
"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug wx284|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine="echo // Automatically generated
file >".\$(ConfigurationName)\config.h"
IF
"%DXSDK_DIR%" == "" echo #define PA_NO_DS
>>".\$(ConfigurationName)\config.h"
IF
"%ASIOSDK_DIR%" == "" echo #define PA_NO_ASIO
>>".\$(ConfigurationName)\config.h"
"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+
AdditionalIncludeDirectories="../../include;../../src/common"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+
PrecompiledHeaderFile=".\$(ConfigurationName)/PA19StaticWMME.pch"
+
AssemblerListingLocation=".\$(ConfigurationName)/"
+ ObjectFile=".\$(ConfigurationName)/"
+
ProgramDataBaseFileName=".\$(ConfigurationName)/"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ DebugInformationFormat="4"
+ CompileAs="0"
+ DisableSpecificWarnings="4996"
+
ForcedIncludeFiles="$(ProjectDir)\$(ConfigurationName)\config.h"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1032"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+
OutputFile="$(SolutionDir)\$(ConfigurationName)\pastaticwmmev19d.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="set CFLAGS= /I
"../../include" /I "../../src/common" /D "WIN32"
/D "_DEBUG" /D "_LIB" /D "_MBCS" /Od /FD /EHsc
/RTC1 /MTd /W3 /c /ZI /wd4996 /nologo /Fo".\$(OutDir)/"
/Fd".\$(OutDir)/"
set LIBS=

if
"%DXSDK_DIR%"=="" goto NoDX

cl
%CFLAGS% /I "%DXSDK_DIR%include"
"..\..\src\hostapi\dsound\pa_win_ds.c"
cl %CFLAGS% /I
"%DXSDK_DIR%include"
"..\..\src\hostapi\dsound\pa_win_ds_dynlink.c"

set
LIBS="%DXSDK_DIR%lib\x86\dxguid.lib"

:NoDX

if
"%ASIOSDK_DIR%"=="" goto NoASIO

cl
%CFLAGS% /I "%ASIOSDK_DIR%/common" /I "%ASIOSDK_DIR%/host"
/I "%ASIOSDK_DIR%/host/pc"
"..\..\src\hostapi\asio\pa_asio.cpp"

;cl %CFLAGS% /I "%ASIOSDK_DIR%/common" /I
"%ASIOSDK_DIR%/host" /I "%ASIOSDK_DIR%/host/pc"
"..\..\src\hostapi\asio\iasiothiscallresolver.cpp"
cl
%CFLAGS% /I "%ASIOSDK_DIR%/common" /I "%ASIOSDK_DIR%/host"
/I "%ASIOSDK_DIR%/host/pc"
"%ASIOSDK_DIR%\common\asio.cpp"
cl %CFLAGS% /I
"%ASIOSDK_DIR%/common" /I "%ASIOSDK_DIR%/host" /I
"%ASIOSDK_DIR%/host/pc"
"%ASIOSDK_DIR%\host\asiodrivers.cpp"
cl %CFLAGS% /I
"%ASIOSDK_DIR%/common" /I "%ASIOSDK_DIR%/host" /I
"%ASIOSDK_DIR%/host/pc"
"%ASIOSDK_DIR%\host\pc\asiolist.cpp"

:NoASIO

lib
/OUT:"$(TargetPath)" ".\$(OutDir)\*.obj"
%LIBS%
"
+ />
+ </Configuration>
</Configurations>
<References>
</References>
@@ -471,6 +627,22 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Debug DLL|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+
Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug wx284|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+
Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
</File>
</Filter>
<Filter
@@ -511,6 +683,22 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Debug DLL|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+
Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug wx284|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+
Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\..\src\hostapi\dsound\pa_win_ds_dynlink.c"
@@ -547,6 +735,22 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Debug DLL|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+
Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug wx284|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+
Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\..\src\hostapi\dsound\pa_win_ds_dynlink.h"
@@ -583,6 +787,22 @@
Name="VCCustomBuildTool"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Debug DLL|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+
Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug wx284|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+
Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
</File>
</Filter>
<Filter
@@ -623,6 +843,22 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Debug DLL|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+
Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug wx284|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+
Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\..\src\hostapi\asio\iasiothiscallresolver.h"
@@ -659,6 +895,22 @@
Name="VCCustomBuildTool"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Debug DLL|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+
Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug wx284|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+
Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\..\src\hostapi\asio\pa_asio.cpp"
@@ -695,6 +947,22 @@
Name="VCCLCompilerTool"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Debug DLL|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+
Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug wx284|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+
Name="VCCLCompilerTool"
+ />
+ </FileConfiguration>
</File>
</Filter>
</Filter>
@@ -758,6 +1026,22 @@
Name="VCCustomBuildTool"
/>
</FileConfiguration>
+ <FileConfiguration
+ Name="Debug DLL|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug wx284|Win32"
+ ExcludedFromBuild="true"
+ >
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ </FileConfiguration>
</File>
<File
RelativePath="..\..\include\pa_win_wmme.h"
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs