aboutsummaryrefslogtreecommitdiffhomepage
path: root/vcbuild
diff options
context:
space:
mode:
authornyamatongwe <unknown>2009-05-03 03:52:19 +0000
committernyamatongwe <unknown>2009-05-03 03:52:19 +0000
commit3337bd8eeec8eec42e9f6900cc74c7068c07be71 (patch)
tree869861d1a6c1d1eb9cf7f1f2d0e2f4f6616f7cb0 /vcbuild
parent43ecd9afa99ea3466c8a055eecea0b4c4ad7b158 (diff)
downloadscintilla-mirror-3337bd8eeec8eec42e9f6900cc74c7068c07be71.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')
-rw-r--r--vcbuild/SciLexer.dsp6
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