diff options
author | nyamatongwe <devnull@localhost> | 2000-07-04 13:45:20 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-07-04 13:45:20 +0000 |
commit | db04c9f43e663e771b0eeeca0cae3b8924afb35e (patch) | |
tree | 4786262700369ae63bda95983c5709ca9b6df54e /win32/makefile | |
parent | 0a7ba09f0c8bd0f1c02b9286bd9ae036bcc08c19 (diff) | |
download | scintilla-mirror-db04c9f43e663e771b0eeeca0cae3b8924afb35e.tar.gz |
Auto completion border chrome reversed to put above edit layer.
InitCommonControls removed as not needed.
Make files changed to remove system libraries that were not used.
Diffstat (limited to 'win32/makefile')
-rw-r--r-- | win32/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile index c1f71fa1c..c52aa2ffb 100644 --- a/win32/makefile +++ b/win32/makefile @@ -14,7 +14,7 @@ LEXCOMPONENT = ../bin/SciLexer.dll vpath %.h ../src ../include vpath %.cxx ../src -LDFLAGS = -lkernel32 -lgdi32 -luser32 -lcomdlg32 -lcomctl32 -limm32 -lole32 -luuid +LDFLAGS = -lkernel32 -luser32 -lgdi32 -limm32 -lole32 -luuid # Add -MMD to get dependencies #CXXFLAGS = -g -pg -pedantic -Os -fno-exceptions -fvtable-thunks -fno-rtti INCLUDEDIRS=-I ../include -I ../src |