aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/SciTE.properties
blob: 671442b9e44f74d57d6e0e366628d99608f7f475 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
command.build.*.mak=nmake -f $(FileNameExt) QUIET=1
command.name.1.*.mak=nmake clean
command.1.*.mak=nmake -f $(FileNameExt) clean
command.name.2.*.mak=Borland Make
command.2.*.mak=make -f $(FileNameExt)
command.subsystem.2.*.mak=0
command.name.3.*.mak=make clean
command.3.*.mak=make -f $(FileNameExt) clean
command.name.4.*.mak=make debug
command.4.*.mak=make DEBUG=1 -f $(FileNameExt)
command.name.5.*.mak=nmake debug
command.5.*.mak=nmake DEBUG=1 -f $(FileNameExt)
# SciTE.properties is the per directory local options file and can be used to override
# settings made in SciTEGlobal.properties
command.build.*.cxx=nmake -f scintilla.mak QUIET=1
command.build.*.h=nmake -f scintilla.mak QUIET=1
command.build.*.rc=nmake -f scintilla.mak QUIET=1