From: Robin Dunn Date: Fri, 20 Apr 2001 00:39:53 +0000 (+0000) Subject: Commented out hack for VC++ 5.0 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/254b84f3fde8bc0582719ff0962d7726e59a265d Commented out hack for VC++ 5.0 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/setup.py b/wxPython/setup.py index cac623400a..d3fdd3e56e 100755 --- a/wxPython/setup.py +++ b/wxPython/setup.py @@ -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