diff options
author | nyamatongwe <devnull@localhost> | 2009-05-03 03:52:19 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-05-03 03:52:19 +0000 |
commit | 37f710d4eea40efa99d8c1973f69f0fcf3e07aec (patch) | |
tree | 869861d1a6c1d1eb9cf7f1f2d0e2f4f6616f7cb0 /vcbuild/SciLexer.dsp | |
parent | f215b1c33bc8fac405d7b82f6697fc7b9332369b (diff) | |
download | scintilla-mirror-37f710d4eea40efa99d8c1973f69f0fcf3e07aec.tar.gz |
Turned on exceptions.
Translate exceptions into status codes before leaving Scintilla.
Pick up status codes in SciTE and throw a ScintillaFailure exception.
SciTE on Windows catches ScintillaFailure, shows message and exits.
Diffstat (limited to 'vcbuild/SciLexer.dsp')
-rw-r--r-- | vcbuild/SciLexer.dsp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcbuild/SciLexer.dsp b/vcbuild/SciLexer.dsp index e36d7b753..bea59eb45 100644 --- a/vcbuild/SciLexer.dsp +++ b/vcbuild/SciLexer.dsp @@ -43,7 +43,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SciLexer_EXPORTS" /Yu"stdafx.h" /FD /c -# ADD CPP /nologo /G6 /MT /W4 /O1 /I "..\include" /I "..\src" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SCI_LEXER" /FD /c +# ADD CPP /nologo /G6 /MT /W4 /GX /O1 /I "..\include" /I "..\src" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "SCI_LEXER" /FD /c # SUBTRACT CPP /Fr /YX /Yc /Yu # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 @@ -418,11 +418,11 @@ SOURCE=..\src\LexSQL.cxx # End Source File # Begin Source File -SOURCE=..\src\LexTADS3.cxx +SOURCE=..\src\LexTACL.cxx # End Source File # Begin Source File -SOURCE=..\src\LexTACL.cxx +SOURCE=..\src\LexTADS3.cxx # End Source File # Begin Source File |