From: Guillermo Rodriguez Garcia Date: Tue, 14 Mar 2000 00:08:41 +0000 (+0000) Subject: Added PREEXTRALIBS (ugh) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d29e95a922dcb0790829b4af21f7750f4a993a01 Added PREEXTRALIBS (ugh) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/samples/stc/makefile.g95 b/contrib/samples/stc/makefile.g95 index 9c8a7efe29..6ce1cd82c8 100644 --- a/contrib/samples/stc/makefile.g95 +++ b/contrib/samples/stc/makefile.g95 @@ -8,7 +8,7 @@ WXDIR = ../../.. TARGET = stctest OBJECTS = $(TARGET).o EXTRAINC = -I$(WXDIR)/contrib/include -EXTRALIBS = -lstc +PREEXTRALIBS = -lstc include $(WXDIR)/src/makeprog.g95 diff --git a/samples/stc/makefile.g95 b/samples/stc/makefile.g95 index 9c8a7efe29..6ce1cd82c8 100644 --- a/samples/stc/makefile.g95 +++ b/samples/stc/makefile.g95 @@ -8,7 +8,7 @@ WXDIR = ../../.. TARGET = stctest OBJECTS = $(TARGET).o EXTRAINC = -I$(WXDIR)/contrib/include -EXTRALIBS = -lstc +PREEXTRALIBS = -lstc include $(WXDIR)/src/makeprog.g95