]> git.saurik.com Git - wxWidgets.git/commitdiff
Commented out hack for VC++ 5.0
authorRobin Dunn <robin@alldunn.com>
Fri, 20 Apr 2001 00:39:53 +0000 (00:39 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 20 Apr 2001 00:39:53 +0000 (00:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/setup.py

index cac623400a737238348114b1a9d7fd84990cf618..d3fdd3e56e5d7f0fbc43ce9625c51988f9782dee 100755 (executable)
@@ -191,7 +191,7 @@ if os.name == 'nt':
             'advapi32', 'wsock32']
 
 
-    cflags = ['/GX-']  # workaround for internal compiler error in MSVC 5
+    cflags = [] #['/GX-']  # workaround for internal compiler error in MSVC 5
     lflags = None