Added notes for what to do if VC has an internal compiler error.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14073 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-02-08 22:23:55 +00:00
parent eaf32690a6
commit ad07d019d6
2 changed files with 8 additions and 1 deletions

View File

@@ -218,7 +218,9 @@ if os.name == 'nt':
'advapi32', 'wsock32']
cflags = [] #['/GX-'] # workaround for internal compiler error in MSVC on some machines
cflags = [
# '/GX-' # workaround for internal compiler error in MSVC on some machines
]
lflags = None