diff options
| author | nyamatongwe <unknown> | 2009-05-03 03:52:19 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2009-05-03 03:52:19 +0000 |
| commit | 3337bd8eeec8eec42e9f6900cc74c7068c07be71 (patch) | |
| tree | 869861d1a6c1d1eb9cf7f1f2d0e2f4f6616f7cb0 /win32/makefile | |
| parent | 43ecd9afa99ea3466c8a055eecea0b4c4ad7b158 (diff) | |
| download | scintilla-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 'win32/makefile')
| -rw-r--r-- | win32/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile index e6fa49f47..143be32e0 100644 --- a/win32/makefile +++ b/win32/makefile @@ -29,7 +29,7 @@ LDFLAGS=-mwindows -lstdc++ -limm32 -lole32 -luuid -mno-cygwin # Add -MMD to get dependencies #CXXFLAGS = -g -pg -pedantic -Os -fno-exceptions -fvtable-thunks -fno-rtti INCLUDEDIRS=-I ../include -I ../src -CXXBASEFLAGS=-Wall -Wno-missing-braces -Wno-char-subscripts -pedantic $(INCLUDEDIRS) -Os -fno-exceptions $(THUNKFLAGS) -fno-rtti -mno-cygwin +CXXBASEFLAGS=-Wall -Wno-missing-braces -Wno-char-subscripts -pedantic $(INCLUDEDIRS) -Os $(THUNKFLAGS) -fno-rtti -mno-cygwin ifdef DEBUG CXXFLAGS=-DDEBUG $(CXXBASEFLAGS) |
