diff options
Diffstat (limited to 'win32/scintilla.mak')
-rw-r--r-- | win32/scintilla.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak index 1888224d7..5b9b5b8a5 100644 --- a/win32/scintilla.mak +++ b/win32/scintilla.mak @@ -159,10 +159,10 @@ $(DIR_O)\ScintRes.res : ScintRes.rc !IF "$(VENDOR)"=="MICROSOFT" $(COMPONENT): $(SOBJS) $(DIR_O)\ScintRes.res - $(LD) $(LDFLAGS) -DLL -OUT:$@ $** $(LIBS) + $(LD) $(LDFLAGS) -DEF:Scintilla.def -DLL -OUT:$@ $** $(LIBS) $(LEXCOMPONENT): $(LOBJS) $(DIR_O)\ScintRes.res - $(LD) $(LDFLAGS) -DLL -OUT:$@ $** $(LIBS) + $(LD) $(LDFLAGS) -DEF:Scintilla.def -DLL -OUT:$@ $** $(LIBS) !ELSE |