mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-15 19:49:29 -06:00
Commented out hack for VC++ 5.0
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9808 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
c6b4bf32aa
commit
254b84f3fd
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user