diff options
Diffstat (limited to 'src/SciTE.properties')
-rwxr-xr-x | src/SciTE.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/SciTE.properties b/src/SciTE.properties new file mode 100755 index 0000000..1a2bace --- /dev/null +++ b/src/SciTE.properties @@ -0,0 +1,6 @@ +# SciTE.properties is the per directory local options file and can be used to override +# settings made in SciTEGlobal.properties +command.build.directory.*.cxx=..\win32 +command.build.directory.*.h=..\win32 +command.build.*.cxx=nmake -f scintilla.mak QUIET=1 DEBUG=1 +command.build.*.h=nmake -f scintilla.mak QUIET=1 DEBUG=1 |