diff options
| author | nyamatongwe <devnull@localhost> | 2009-04-02 02:32:47 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2009-04-02 02:32:47 +0000 |
| commit | c2efc9d4c2883c6a0b013e0d77bff19939483c84 (patch) | |
| tree | f01cf496456589dd4f9d58b6891add95125c2d4a /src/SciTE.properties | |
| parent | c5842cf6443eaf1dc107e9cd234b801047031593 (diff) | |
| download | scintilla-mirror-c2efc9d4c2883c6a0b013e0d77bff19939483c84.tar.gz | |
Bug #2723006 flickering caret with Tab.
Diffstat (limited to 'src/SciTE.properties')
| -rw-r--r-- | src/SciTE.properties | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SciTE.properties b/src/SciTE.properties index 1a2bace06..c323f52cf 100644 --- a/src/SciTE.properties +++ b/src/SciTE.properties @@ -2,5 +2,5 @@ # settings made in SciTEGlobal.properties command.build.directory.*.cxx=..\win32 command.build.directory.*.h=..\win32 -command.build.*.cxx=nmake -f scintilla.mak QUIET=1 DEBUG=1 -command.build.*.h=nmake -f scintilla.mak QUIET=1 DEBUG=1 +command.build.*.cxx=nmake -f scintilla.mak QUIET=1 DEBUG=0 +command.build.*.h=nmake -f scintilla.mak QUIET=1 DEBUG=0 |
