]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove instruction to define NO_GCC_PRAGMA when compiling with gcc using Makefiles...
authorMart Raudsepp <leio@gentoo.org>
Fri, 23 Sep 2005 17:18:46 +0000 (17:18 +0000)
committerMart Raudsepp <leio@gentoo.org>
Fri, 23 Sep 2005 17:18:46 +0000 (17:18 +0000)
docs/msw/install.txt

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/msw/install.txt

index f44d135c02fa3e606c18716c2c3a7aa491f1b859..25b1c6df9e522a617db45ef7923b03debbc166b2 100644 (file)
@@ -366,9 +366,6 @@ Here are the steps required using the provided makefiles:
 - If you are using gcc-2.95, edit build\msw\config.gcc and set the GCC_VERSION
   variable to "2.95".
 
-- If you are compiling with GCC 3.x using makefiles and with wxUSE_STL == 1
-  you need to manually add -DNO_GCC_PRAGMA to CXXFLAGS in config.gcc.
-
 - Use the makefile.gcc files for compiling wxWidgets and samples,
   e.g. to compile a debugging version of wxWidgets:
   > cd c:\wx\build\msw