From a27339b24443fa57d1afa09f2d7ecfa7757e1f42 Mon Sep 17 00:00:00 2001 From: Zaheer Chothia Date: Mon, 21 May 2012 12:25:12 +0200 Subject: [PATCH] DLL: replace FEXTRALIB -> EXTRALIB (for consistency) --- exports/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exports/Makefile b/exports/Makefile index 971bd0b..b50b521 100644 --- a/exports/Makefile +++ b/exports/Makefile @@ -70,11 +70,11 @@ dll2 : libgoto2_shared.dll $(RANLIB) ../$(LIBNAME) ifeq ($(BINARY32), 1) $(DLLWRAP) -o ../$(LIBDLLNAME) --def libopenblas.def \ - --entry _dllinit@12 -s dllinit.$(SUFFIX) --dllname $(@F) ../$(LIBNAME) $(FEXTRALIB) + --entry _dllinit@12 -s dllinit.$(SUFFIX) --dllname $(@F) ../$(LIBNAME) $(EXTRALIB) -lib /machine:i386 /def:libopenblas.def else $(DLLWRAP) -o ../$(LIBDLLNAME) --def libopenblas.def \ - --entry $(FU)dllinit -s dllinit.$(SUFFIX) --dllname $(@F) ../$(LIBNAME) $(FEXTRALIB) + --entry $(FU)dllinit -s dllinit.$(SUFFIX) --dllname $(@F) ../$(LIBNAME) $(EXTRALIB) -lib /machine:X64 /def:libopenblas.def endif -- 2.7.4