Update of /cvsroot/audacity/audacity-src/win/Projects/mod-script-pipe
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv11472/win/Projects/mod-script-pipe

Modified Files:
        mod-script-pipe.vcproj 
Log Message:
Added the 'portmidi' library (used for MIDI playback) to the repository.
Edited AudioIO.cpp to allow for MIDI playback (all changes are wrapped within 
EXPERIMENTAL_MIDI_OUT).
Edited MidiIOprefs.cpp to allow changing MIDI devices via the MIDI preferences 
panel.
Other various MIDI-related bug fixes in portmidi, portsmf, and libscorealign.

Index: mod-script-pipe.vcproj
===================================================================
RCS file: 
/cvsroot/audacity/audacity-src/win/Projects/mod-script-pipe/mod-script-pipe.vcproj,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mod-script-pipe.vcproj      20 May 2009 05:53:38 -0000      1.4
+++ mod-script-pipe.vcproj      24 Jun 2009 20:37:33 -0000      1.5
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
        ProjectType="Visual C++"
-       Version="8.00"
+       Version="9.00"
        Name="mod-script-pipe"
        ProjectGUID="{85774A29-EA2F-4A40-994F-6BE593D847A5}"
        RootNamespace="mod-script-pipe"
+       TargetFrameworkVersion="131072"
        >
        <Platforms>
                <Platform
@@ -62,6 +63,8 @@
                                AdditionalDependencies="wxmsw28u_core.lib 
wxbase28u.lib odbc32.lib odbccp32.lib oldnames.lib comctl32.lib rpcrt4.lib 
wsock32.lib netapi32.lib"
                                
OutputFile="$(OutDir)\modules\$(ProjectName).dll"
                                
AdditionalLibraryDirectories="&quot;$(WXWIN)\lib\vc_dll&quot;"
+                               RandomizedBaseAddress="1"
+                               DataExecutionPrevention="0"
                        />
                        <Tool
                                Name="VCALinkTool"
@@ -82,9 +85,6 @@
                                Name="VCAppVerifierTool"
                        />
                        <Tool
-                               Name="VCWebDeploymentTool"
-                       />
-                       <Tool
                                Name="VCPostBuildEventTool"
                        />
                </Configuration>
@@ -140,6 +140,8 @@
                                
OutputFile="$(OutDir)\modules\$(ProjectName).dll"
                                
AdditionalLibraryDirectories="&quot;$(WXWIN)\lib\vc_dll&quot;"
                                GenerateDebugInformation="true"
+                               RandomizedBaseAddress="1"
+                               DataExecutionPrevention="0"
                        />
                        <Tool
                                Name="VCALinkTool"
@@ -160,9 +162,6 @@
                                Name="VCAppVerifierTool"
                        />
                        <Tool
-                               Name="VCWebDeploymentTool"
-                       />
-                       <Tool
                                Name="VCPostBuildEventTool"
                        />
                </Configuration>
@@ -218,6 +217,8 @@
                                
OutputFile="$(OutDir)\modules\$(ProjectName).dll"
                                
AdditionalLibraryDirectories="&quot;$(WXWIN)\lib\vc_dll&quot;"
                                GenerateDebugInformation="true"
+                               RandomizedBaseAddress="1"
+                               DataExecutionPrevention="0"
                        />
                        <Tool
                                Name="VCALinkTool"
@@ -238,9 +239,6 @@
                                Name="VCAppVerifierTool"
                        />
                        <Tool
-                               Name="VCWebDeploymentTool"
-                       />
-                       <Tool
                                Name="VCPostBuildEventTool"
                        />
                </Configuration>
@@ -292,6 +290,8 @@
                                AdditionalDependencies="wxmsw28_core.lib 
wxbase28.lib odbc32.lib odbccp32.lib oldnames.lib comctl32.lib rpcrt4.lib 
wsock32.lib netapi32.lib"
                                
OutputFile="$(OutDir)\modules\$(ProjectName).dll"
                                
AdditionalLibraryDirectories="&quot;$(WXWIN)\lib\vc_dll&quot;"
+                               RandomizedBaseAddress="1"
+                               DataExecutionPrevention="0"
                        />
                        <Tool
                                Name="VCALinkTool"
@@ -312,9 +312,6 @@
                                Name="VCAppVerifierTool"
                        />
                        <Tool
-                               Name="VCWebDeploymentTool"
-                       />
-                       <Tool
                                Name="VCPostBuildEventTool"
                        />
                </Configuration>


------------------------------------------------------------------------------
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to