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 &gt;&quot;.\$(ConfigurationName)\config.h&quot;&#x0D;&#x0A;IF NOT 
&quot;%DXSDK_DIR%&quot; == &quot;&quot; echo #define PX_USE_WIN_DSOUND 1 
&gt;&gt;&quot;.\$(ConfigurationName)\config.h&quot;&#x0D;&#x0A;"
+                       />
+                       <Tool
+                               Name="VCCustomBuildTool"
+                       />
+                       <Tool
+                               Name="VCXMLDataGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCWebServiceProxyGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCMIDLTool"
+                       />
+                       <Tool
+                               Name="VCCLCompilerTool"
+                               Optimization="0"
+                               
AdditionalIncludeDirectories="..\include;&quot;..\..\portaudio-v19\include&quot;"
+                               
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=&#x0D;&#x0A;&#x0D;&#x0A;if &quot;%DXSDK_DIR%&quot;==&quot;&quot; goto 
NoDX&#x0D;&#x0A;&#x0D;&#x0A;cl /Od /I &quot;..\..\portaudio-v19\include&quot; 
/I &quot;..\include&quot; /I&quot;%DXSDK_DIR%include&quot; /D &quot;WIN32&quot; 
/D &quot;_DEBUG&quot; /D &quot;_LIB&quot; /D &quot;_MBCS&quot; /FD /EHsc /RTC1 
/MTd /Fo&quot;.\$(OutDir)/&quot; /Fd&quot;.\$(OutDir)/&quot; /W3 /c /ZI /wd4996 
&quot;..\src\px_win_ds.c&quot;&#x0D;&#x0A;&#x0D;&#x0A;set 
LIBS=&quot;%DXSDK_DIR%lib\x86\dxguid.lib&quot;&#x0D;&#x0A;&#x0D;&#x0A;:NoDX&#x0D;&#x0A;&#x0D;&#x0A;lib
 /OUT:&quot;$(TargetPath)&quot; &quot;.\$(OutDir)\*.obj&quot; 
%LIBS%&#x0D;&#x0A;"
+                       />
+               </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 &gt;&quot;.\$(ConfigurationName)\config.h&quot;&#x0D;&#x0A;IF NOT 
&quot;%DXSDK_DIR%&quot; == &quot;&quot; echo #define PX_USE_WIN_DSOUND 1 
&gt;&gt;&quot;.\$(ConfigurationName)\config.h&quot;&#x0D;&#x0A;"
+                       />
+                       <Tool
+                               Name="VCCustomBuildTool"
+                       />
+                       <Tool
+                               Name="VCXMLDataGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCWebServiceProxyGeneratorTool"
+                       />
+                       <Tool
+                               Name="VCMIDLTool"
+                       />
+                       <Tool
+                               Name="VCCLCompilerTool"
+                               Optimization="0"
+                               
AdditionalIncludeDirectories="..\include;&quot;..\..\portaudio-v19\include&quot;"
+                               
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=&#x0D;&#x0A;&#x0D;&#x0A;if &quot;%DXSDK_DIR%&quot;==&quot;&quot; goto 
NoDX&#x0D;&#x0A;&#x0D;&#x0A;cl /Od /I &quot;..\..\portaudio-v19\include&quot; 
/I &quot;..\include&quot; /I&quot;%DXSDK_DIR%include&quot; /D &quot;WIN32&quot; 
/D &quot;_DEBUG&quot; /D &quot;_LIB&quot; /D &quot;_MBCS&quot; /FD /EHsc /RTC1 
/MTd /Fo&quot;.\$(OutDir)/&quot; /Fd&quot;.\$(OutDir)/&quot; /W3 /c /ZI /wd4996 
&quot;..\src\px_win_ds.c&quot;&#x0D;&#x0A;&#x0D;&#x0A;set 
LIBS=&quot;%DXSDK_DIR%lib\x86\dxguid.lib&quot;&#x0D;&#x0A;&#x0D;&#x0A;:NoDX&#x0D;&#x0A;&#x0D;&#x0A;lib
 /OUT:&quot;$(TargetPath)&quot; &quot;.\$(OutDir)\*.obj&quot; 
%LIBS%&#x0D;&#x0A;"
+                       />
+               </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

Reply via email to