From 579c8f3dc007c4b7f0b57c68edd7d67bc7e11b88 Mon Sep 17 00:00:00 2001 From: Neil Date: Wed, 16 Dec 2015 09:14:32 +1100 Subject: Don't use .DEF file as it is not needed. --- win32/scintilla.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/scintilla.mak') diff --git a/win32/scintilla.mak b/win32/scintilla.mak index e0d16f387..9e4503b78 100644 --- a/win32/scintilla.mak +++ b/win32/scintilla.mak @@ -228,10 +228,10 @@ $(DIR_O)\ScintRes.res : ScintRes.rc $(RC) -fo$@ $** $(COMPONENT): $(SOBJS) $(DIR_O)\ScintRes.res - $(LD) $(LDFLAGS) -DEF:Scintilla.def -DLL -OUT:$@ $** $(LIBS) + $(LD) $(LDFLAGS) -DLL -OUT:$@ $** $(LIBS) $(LEXCOMPONENT): $(LOBJS) $(DIR_O)\ScintRes.res - $(LD) $(LDFLAGS) -DEF:Scintilla.def -DLL -OUT:$@ $** $(LIBS) + $(LD) $(LDFLAGS) -DLL -OUT:$@ $** $(LIBS) $(LEXLIB): $(LEXOBJS) LIB /OUT:$@ $(LEXOBJS) -- cgit v1.2.3