aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/SciTE.properties
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-08-31 06:27:12 +0000
committernyamatongwe <unknown>2000-08-31 06:27:12 +0000
commit875efc3053b9444de26075b1dbf81787f2a291f3 (patch)
treef1a1a13fc73d0c570e945e2299677df41318c53c /win32/SciTE.properties
parentefc09c503658e34e35d7775e9ab1132b06bc4f7a (diff)
downloadscintilla-mirror-875efc3053b9444de26075b1dbf81787f2a291f3.tar.gz
scintilla.mak is combined make file for both Microsoft and Borland.
SciTE.properties contains some commands that are useful with scintilla.mak.
Diffstat (limited to 'win32/SciTE.properties')
-rw-r--r--win32/SciTE.properties7
1 files changed, 7 insertions, 0 deletions
diff --git a/win32/SciTE.properties b/win32/SciTE.properties
new file mode 100644
index 000000000..446aad209
--- /dev/null
+++ b/win32/SciTE.properties
@@ -0,0 +1,7 @@
+command.build.scintilla.mak=nmake -f $(FileNameExt)
+command.name.1.scintilla.mak=nmake clean
+command.1.scintilla.mak=nmake -f $(FileNameExt) clean
+command.name.2.scintilla.mak=Borland Make
+command.2.scintilla.mak=make -f $(FileNameExt)
+command.name.3.scintilla.mak=make clean
+command.3.scintilla.mak=make -f $(FileNameExt) clean