aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-01-01 04:47:35 +0000
committernyamatongwe <unknown>2003-01-01 04:47:35 +0000
commit043edb4a70cdb5f964f5d7e1b5df0c4377e80541 (patch)
tree7f93a12ef5b012a9137992f25275bfacb5f8ffeb /win32
parent5789c75205b35a320c9be08f0401d0f18d3216a1 (diff)
downloadscintilla-mirror-043edb4a70cdb5f964f5d7e1b5df0c4377e80541.tar.gz
Fixed up line wrapped printing and added property to turn wrapping on or
off for printing.
Diffstat (limited to 'win32')
-rw-r--r--win32/SciTE.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/SciTE.properties b/win32/SciTE.properties
index 671442b9e..17db9ad2b 100644
--- a/win32/SciTE.properties
+++ b/win32/SciTE.properties
@@ -1,3 +1,7 @@
+command.build.SConstruct=scons.bat .
+command.name.1.SConstruct=scons clean
+command.1.SConstruct=scons.bat --clean .
+
command.build.*.mak=nmake -f $(FileNameExt) QUIET=1
command.name.1.*.mak=nmake clean
command.1.*.mak=nmake -f $(FileNameExt) clean