diff options
Diffstat (limited to 'win32/scintilla_vc6.mak')
-rw-r--r-- | win32/scintilla_vc6.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/scintilla_vc6.mak b/win32/scintilla_vc6.mak index 3d9191755..7a782af16 100644 --- a/win32/scintilla_vc6.mak +++ b/win32/scintilla_vc6.mak @@ -36,7 +36,7 @@ RC=rc LD=link #-Zc:forScope -Zc:wchar_t -CXXFLAGS=-Zi -TP -W4 +CXXFLAGS=-Zi -TP -W4 -EHsc # For something scary:-Wp64 CXXDEBUG=-Od -MTd -DDEBUG CXXNDEBUG=-O1 -MT -DNDEBUG @@ -54,7 +54,7 @@ CC=bcc32 RC=brcc32 -r LD=ilink32 -CXXFLAGS=-P -tWM -w -w-prc -w-inl -RT- -x- +CXXFLAGS=-P -tWM -w -w-prc -w-inl -RT- # Above turns off warnings for clarfying parentheses and inlines with for not expanded CXXDEBUG=-Od -v -DDEBUG CXXNDEBUG=-O1 -DNDEBUG |