aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/SciTE.properties
diff options
context:
space:
mode:
authornyamatongwe <unknown>2012-05-26 14:17:25 +1000
committernyamatongwe <unknown>2012-05-26 14:17:25 +1000
commit0af9eecdbfe8e8260ef67316e7208e1385715c73 (patch)
tree8e79106b7ff753738a2e7e4dc8c69cea9c4c172b /src/SciTE.properties
parent9ccecdb500448a1aef27dab09c8e8e12798cb175 (diff)
downloadscintilla-mirror-0af9eecdbfe8e8260ef67316e7208e1385715c73.tar.gz
Relying on Document for position in line of line end characters.
Diffstat (limited to 'src/SciTE.properties')
-rw-r--r--src/SciTE.properties4
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