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

Modified Files:
        locale.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: locale.vcproj
===================================================================
RCS file: /cvsroot/audacity/audacity-src/win/Projects/locale/locale.vcproj,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- locale.vcproj       20 Jan 2009 09:13:17 -0000      1.7
+++ locale.vcproj       24 Jun 2009 20:37:32 -0000      1.8
@@ -1,10 +1,11 @@
 <?xml version="1.0" encoding="Windows-1252"?>
 <VisualStudioProject
        ProjectType="Visual C++"
-       Version="8.00"
+       Version="9.00"
        Name="locale"
        ProjectGUID="{BE9F28C5-058A-45F5-B2C1-D077BC058AAE}"
        RootNamespace="locale"
+       TargetFrameworkVersion="131072"
        >
        <Platforms>
                <Platform
@@ -55,6 +56,8 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
+                               RandomizedBaseAddress="1"
+                               DataExecutionPrevention="0"
                        />
                        <Tool
                                Name="VCALinkTool"
@@ -75,9 +78,6 @@
                                Name="VCAppVerifierTool"
                        />
                        <Tool
-                               Name="VCWebDeploymentTool"
-                       />
-                       <Tool
                                Name="VCPostBuildEventTool"
                        />
                </Configuration>
@@ -119,6 +119,8 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
+                               RandomizedBaseAddress="1"
+                               DataExecutionPrevention="0"
                        />
                        <Tool
                                Name="VCALinkTool"
@@ -139,9 +141,6 @@
                                Name="VCAppVerifierTool"
                        />
                        <Tool
-                               Name="VCWebDeploymentTool"
-                       />
-                       <Tool
                                Name="VCPostBuildEventTool"
                        />
                </Configuration>
@@ -183,6 +182,8 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
+                               RandomizedBaseAddress="1"
+                               DataExecutionPrevention="0"
                        />
                        <Tool
                                Name="VCALinkTool"
@@ -203,9 +204,6 @@
                                Name="VCAppVerifierTool"
                        />
                        <Tool
-                               Name="VCWebDeploymentTool"
-                       />
-                       <Tool
                                Name="VCPostBuildEventTool"
                        />
                </Configuration>
@@ -247,6 +245,8 @@
                        />
                        <Tool
                                Name="VCLinkerTool"
+                               RandomizedBaseAddress="1"
+                               DataExecutionPrevention="0"
                        />
                        <Tool
                                Name="VCALinkTool"
@@ -267,9 +267,6 @@
                                Name="VCAppVerifierTool"
                        />
                        <Tool
-                               Name="VCWebDeploymentTool"
-                       />
-                       <Tool
                                Name="VCPostBuildEventTool"
                        />
                </Configuration>
@@ -307,7 +304,7 @@
                        <File
                                RelativePath="..\..\..\[email protected]"
                                >
-                       </File> 
+                       </File>
                        <File
                                RelativePath="..\..\..\locale\cs.po"
                                >
@@ -367,7 +364,7 @@
                        <File
                                RelativePath="..\..\..\locale\id.po"
                                >
-                       </File> 
+                       </File>
                        <File
                                RelativePath="..\..\..\locale\it.po"
                                >


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

Reply via email to