aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2012-04-02 10:05:11 +1000
committernyamatongwe <devnull@localhost>2012-04-02 10:05:11 +1000
commit0e69118174f80ad06cd05edd4aa6aaf12c22f9ee (patch)
tree4379dc92f2260ccc6f49ce59bc20f6d1870006ad
parent355e7421dda5c833cffb7c7c8dd0604a794dbef1 (diff)
downloadscintilla-mirror-0e69118174f80ad06cd05edd4aa6aaf12c22f9ee.tar.gz
Turn on multi-process compilation.
-rw-r--r--win32/scintilla.mak3
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index 20d79c780..69f749174 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -21,8 +21,7 @@ CC=cl
RC=rc
LD=link
-CXXFLAGS=-Zi -TP -W4 -EHsc -Zc:forScope -Zc:wchar_t -D_CRT_SECURE_NO_DEPRECATE=1
-# For something scary:-Wp64
+CXXFLAGS=-Zi -TP -MP -W4 -EHsc -Zc:forScope -Zc:wchar_t -D_CRT_SECURE_NO_DEPRECATE=1
CXXDEBUG=-Od -MTd -DDEBUG
CXXNDEBUG=-O1 -MT -DNDEBUG -GL
NAME=-Fo