From 875efc3053b9444de26075b1dbf81787f2a291f3 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 31 Aug 2000 06:27:12 +0000 Subject: scintilla.mak is combined make file for both Microsoft and Borland. SciTE.properties contains some commands that are useful with scintilla.mak. --- win32/SciTE.properties | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 win32/SciTE.properties (limited to 'win32/SciTE.properties') 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 -- cgit v1.2.3