aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-01-01 04:47:35 +0000
committernyamatongwe <devnull@localhost>2003-01-01 04:47:35 +0000
commit4cb12c84a0682f82fcd5fc113a5a87ea42ece5c1 (patch)
tree7f93a12ef5b012a9137992f25275bfacb5f8ffeb /win32
parent3a6568cf58dabdfa4e77b3a2ba7c37a71689052d (diff)
downloadscintilla-mirror-4cb12c84a0682f82fcd5fc113a5a87ea42ece5c1.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