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_vc | |
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_vc')
-rw-r--r-- | win32/makefile_vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile_vc b/win32/makefile_vc index 4f94c6bcd..ce831c6b6 100644 --- a/win32/makefile_vc +++ b/win32/makefile_vc @@ -15,7 +15,7 @@ DIR_BIN=..\bin COMPONENT = $(DIR_BIN)\Scintilla.dll LEXCOMPONENT = $(DIR_BIN)\SciLexer.dll -LDFLAGS = KERNEL32.lib USER32.lib GDI32.lib COMDLG32.lib COMCTL32.lib ADVAPI32.lib IMM32.lib SHELL32.LIB OLE32.LIB +LDFLAGS = KERNEL32.lib USER32.lib GDI32.lib IMM32.lib OLE32.LIB INCLUDEDIRS=-I ../include -I ../src CXXFLAGS = /TP /W4 |