diff options
author | nyamatongwe <unknown> | 2002-04-18 23:39:48 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-04-18 23:39:48 +0000 |
commit | 19f427d48b59ea50141c4820db9abd21f40e5ef1 (patch) | |
tree | b9ef7e0b486e24dcf098425acfbc510917911ef2 /src | |
parent | 3c4322f26bdf79e26b909a74f3f93feb79c0a450 (diff) | |
download | scintilla-mirror-19f427d48b59ea50141c4820db9abd21f40e5ef1.tar.gz |
Changed default builds to VS .NET.
Diffstat (limited to 'src')
-rw-r--r-- | src/SciTE.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SciTE.properties b/src/SciTE.properties index 7ada5e20b..1eda9fae4 100644 --- a/src/SciTE.properties +++ b/src/SciTE.properties @@ -1,3 +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 +command.build.*.h=nmake -f scintilla.mak QUIET=1 |