You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
918 B
21 lines
918 B
command.build.SConstruct=scons.bat . |
|
command.name.1.SConstruct=scons clean |
|
command.1.SConstruct=scons.bat --clean . |
|
|
|
command.build.*.mak=nmake -f $(FileNameExt) DEBUG=1 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 DEBUG=1 QUIET=1 |
|
command.build.*.h=nmake -f scintilla.mak DEBUG=1 QUIET=1 |
|
command.build.*.rc=nmake -f scintilla.mak DEBUG=1 QUIET=1
|
|
|