diff options
| author | nyamatongwe <devnull@localhost> | 2002-02-12 22:10:42 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2002-02-12 22:10:42 +0000 |
| commit | 72149493c811006d673354cbf74ac3e8b3033487 (patch) | |
| tree | a8fb39b755d6436fe8e37a2fd640df41da86f050 | |
| parent | a60206ecb6729cd1ee44a39aaf132cb60173b32d (diff) | |
| download | scintilla-mirror-72149493c811006d673354cbf74ac3e8b3033487.tar.gz | |
Avoiding incremental link and map file generation.
| -rw-r--r-- | win32/scintilla.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak index 806a834ef..fe5652bc9 100644 --- a/win32/scintilla.mak +++ b/win32/scintilla.mak @@ -67,7 +67,7 @@ CXXFLAGS=-P -tWM -w -w-prc -w-inl -RT- -x- CXXDEBUG=-v -DDEBUG CXXNDEBUG=-O1 -DNDEBUG NAMEFLAG=-o -LDFLAGS= +LDFLAGS=/Gn /x LDDEBUG=-v LIBS=import32 cw32mt |
