From d29e95a922dcb0790829b4af21f7750f4a993a01 Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Garcia Date: Tue, 14 Mar 2000 00:08:41 +0000 Subject: [PATCH] Added PREEXTRALIBS (ugh) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- contrib/samples/stc/makefile.g95 | 2 +- samples/stc/makefile.g95 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.45.2