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

Modified Files:
        Audacity.vcproj 
Log Message:
Increase maximum stack to 8MB to give Nyquist a bit more recursion room.  Not 
the best solution, but the most reasonable way...might should even go higher.

Index: Audacity.vcproj
===================================================================
RCS file: /cvsroot/audacity/audacity-src/win/Projects/Audacity/Audacity.vcproj,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- Audacity.vcproj     9 Feb 2009 06:29:22 -0000       1.28
+++ Audacity.vcproj     1 Mar 2009 21:27:23 -0000       1.29
@@ -69,6 +69,7 @@
                                
AdditionalLibraryDirectories=""$(OutDir)";"$(WXWIN)\lib\vc_dll""
                                IgnoreDefaultLibraryNames="dsound.lib"
                                SubSystem="2"
+                               StackReserveSize="8388608"
                                TargetMachine="1"
                        />
                        <Tool
@@ -157,6 +158,7 @@
                                IgnoreDefaultLibraryNames="dsound.lib"
                                GenerateDebugInformation="true"
                                SubSystem="2"
+                               StackReserveSize="8388608"
                                TargetMachine="1"
                        />
                        <Tool
@@ -245,6 +247,7 @@
                                IgnoreDefaultLibraryNames="dsound.lib"
                                GenerateDebugInformation="true"
                                SubSystem="2"
+                               StackReserveSize="8388608"
                                TargetMachine="1"
                        />
                        <Tool
@@ -327,6 +330,7 @@
                                
AdditionalLibraryDirectories="&quot;$(OutDir)&quot;;&quot;$(WXWIN)\lib\vc_dll&quot;"
                                IgnoreDefaultLibraryNames="dsound.lib"
                                SubSystem="2"
+                               StackReserveSize="8388608"
                                TargetMachine="1"
                        />
                        <Tool


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Audacity-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/audacity-cvs

Reply via email to