diff options
| author | nyamatongwe <devnull@localhost> | 2012-05-26 14:17:25 +1000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2012-05-26 14:17:25 +1000 |
| commit | 25e91c5a5870ea1138684dbd2d67888bccce5876 (patch) | |
| tree | f182d4b72b330c9f802ff991ebb5c0f964104e68 /src/SciTE.properties | |
| parent | c5f0f81d3d8a43f6adee004c0d0f0fd9e532ea41 (diff) | |
| download | scintilla-mirror-25e91c5a5870ea1138684dbd2d67888bccce5876.tar.gz | |
Relying on Document for position in line of line end characters.
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 c323f52cf..1eda9fae4 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=0 -command.build.*.h=nmake -f scintilla.mak QUIET=1 DEBUG=0 +command.build.*.cxx=nmake -f scintilla.mak QUIET=1 +command.build.*.h=nmake -f scintilla.mak QUIET=1 |
