aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile_vc
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-07-04 13:45:20 +0000
committernyamatongwe <devnull@localhost>2000-07-04 13:45:20 +0000
commitdb04c9f43e663e771b0eeeca0cae3b8924afb35e (patch)
tree4786262700369ae63bda95983c5709ca9b6df54e /win32/makefile_vc
parent0a7ba09f0c8bd0f1c02b9286bd9ae036bcc08c19 (diff)
downloadscintilla-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_vc2
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