aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/SciTE.properties
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-08-31 06:27:12 +0000
committernyamatongwe <devnull@localhost>2000-08-31 06:27:12 +0000
commit9f7ad14d840fb7da12e6f8bda072baad1ed706f8 (patch)
treef1a1a13fc73d0c570e945e2299677df41318c53c /win32/SciTE.properties
parent7cd566349ebbd720a30bef78db7ce09a090722b1 (diff)
downloadscintilla-mirror-9f7ad14d840fb7da12e6f8bda072baad1ed706f8.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