Update of /cvsroot/audacity/lib-src/portmixer/winproj
In directory
sc8-pr-cvs11.sourceforge.net:/tmp/cvs-serv25302/lib-src/portmixer/winproj
Modified Files:
portmixer.vcproj
Log Message:
-Added plug in capability for mod-script-pipe
Index: portmixer.vcproj
===================================================================
RCS file: /cvsroot/audacity/lib-src/portmixer/winproj/portmixer.vcproj,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- portmixer.vcproj 22 Oct 2006 05:55:10 -0000 1.12
+++ portmixer.vcproj 18 Jun 2007 16:10:53 -0000 1.13
@@ -330,6 +330,162 @@
CommandLine="set
LIBS=

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

cl /O2 /Ob1 /I
"..\..\portaudio-v19\include" /I "..\include"
/I"%DXSDK_DIR%include" /D "WIN32" /D "NDEBUG" /D
"_LIB" /D "_MBCS" /GF /FD /EHsc /MT /Gy
/Fo".\$(OutDir)/" /Fd".\$(OutDir)/" /W3 /c /wd4996
"..\src\px_win_ds.c"

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

:NoDX

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 NOT
"%DXSDK_DIR%" == "" echo #define PX_USE_WIN_DSOUND 1
>>".\$(ConfigurationName)\config.h"
"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+
AdditionalIncludeDirectories="..\include;"..\..\portaudio-v19\include""
+
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;PX_USE_WIN_MME"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+
PrecompiledHeaderFile=".\$(ConfigurationName)/portmixer.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="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\portmixerd.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="set
LIBS=

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

cl /Od /I "..\..\portaudio-v19\include"
/I "..\include" /I"%DXSDK_DIR%include" /D "WIN32"
/D "_DEBUG" /D "_LIB" /D "_MBCS" /FD /EHsc /RTC1
/MTd /Fo".\$(OutDir)/" /Fd".\$(OutDir)/" /W3 /c /ZI /wd4996
"..\src\px_win_ds.c"

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

:NoDX

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 NOT
"%DXSDK_DIR%" == "" echo #define PX_USE_WIN_DSOUND 1
>>".\$(ConfigurationName)\config.h"
"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+
AdditionalIncludeDirectories="..\include;"..\..\portaudio-v19\include""
+
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;PX_USE_WIN_MME"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+
PrecompiledHeaderFile=".\$(ConfigurationName)/portmixer.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="1033"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile=".\portmixerd.lib"
+ SuppressStartupBanner="true"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ CommandLine="set
LIBS=

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

cl /Od /I "..\..\portaudio-v19\include"
/I "..\include" /I"%DXSDK_DIR%include" /D "WIN32"
/D "_DEBUG" /D "_LIB" /D "_MBCS" /FD /EHsc /RTC1
/MTd /Fo".\$(OutDir)/" /Fd".\$(OutDir)/" /W3 /c /ZI /wd4996
"..\src\px_win_ds.c"

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

:NoDX

lib
/OUT:"$(TargetPath)" ".\$(OutDir)\*.obj"
%LIBS%
"
+ />
+ </Configuration>
</Configurations>
<References>
</References>
@@ -389,6 +545,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\px_win_wmme.c"
-------------------------------------------------------------------------
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