From 5b3026985488c90e95000a1e2be7c044e5296fbb Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sat, 20 Jul 2002 10:57:45 +0000 Subject: Exporting direct calling function from DLLs. --- win32/makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index 5464740f0..0a7b5203b 100644 --- a/win32/makefile +++ b/win32/makefile @@ -49,16 +49,16 @@ SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \ ContractionState.o CellBuffer.o CallTip.o \ ScintRes.o PlatWin.o KeyMap.o Indicator.o LineMarker.o RESearch.o \ Style.o ViewStyle.o AutoComplete.o UniConversion.o PropSet.o -$(COMPONENT): $(SOBJS) - $(DLLWRAP) --target i386-mingw32 -o $@ $(SOBJS) $(LDFLAGS) -s --relocatable +$(COMPONENT): $(SOBJS) Scintilla.def + $(DLLWRAP) --add-stdcall-alias --target i386-mingw32 -o $@ $(SOBJS) $(LDFLAGS) -s --relocatable LOBJS = ScintillaWinL.o ScintillaBaseL.o Editor.o Document.o \ ContractionState.o CellBuffer.o CallTip.o \ ScintRes.o PlatWin.o KeyMap.o Indicator.o LineMarker.o RESearch.o \ Style.o ViewStyle.o AutoComplete.o UniConversion.o KeyWords.o \ DocumentAccessor.o PropSet.o ExternalLexer.o StyleContext.o $(LEXOBJS) -$(LEXCOMPONENT): $(LOBJS) - $(DLLWRAP) --target i386-mingw32 -o $@ $(LOBJS) $(LDFLAGS) -s --relocatable +$(LEXCOMPONENT): $(LOBJS) Scintilla.def + $(DLLWRAP) --add-stdcall-alias --target i386-mingw32 -o $@ $(LOBJS) $(LDFLAGS) -s --relocatable # Automatically generate dependencies for most files with "make deps" include deps.mak -- cgit v1.2.3