From 231e72eb574a4e895e5e6e30a96bfe3a5d2b2923 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 24 Feb 2016 19:39:12 +1100 Subject: Bug [#1813]. Unmangle exported Scintilla_DirectFunction. Backed out changeset: 819f953e432b --- win32/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index fab7d0795..668812553 100644 --- a/win32/makefile +++ b/win32/makefile @@ -96,7 +96,7 @@ BASEOBJS = \ SOBJS = ScintillaWin.o ScintillaBase.o $(BASEOBJS) -$(COMPONENT): $(SOBJS) +$(COMPONENT): $(SOBJS) Scintilla.def $(CXX) $(LDFLAGS) -o $@ $(STRIPFLAG) $(SOBJS) $(CXXFLAGS) $(LIBS) LOBJS = \ @@ -112,7 +112,7 @@ LOBJS = \ WordList.o \ $(BASEOBJS) \ $(LEXOBJS) -$(LEXCOMPONENT): $(LOBJS) +$(LEXCOMPONENT): $(LOBJS) Scintilla.def $(CXX) $(LDFLAGS) -o $@ $(STRIPFLAG) $(LOBJS) $(CXXFLAGS) $(LIBS) $(LEXLIB): $(LEXOBJS) -- cgit v1.2.3