Added PREEXTRALIBS (ugh)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia 2000-03-14 00:08:41 +00:00
parent afc68427d8
commit d29e95a922
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ WXDIR = ../../..
TARGET = stctest
OBJECTS = $(TARGET).o
EXTRAINC = -I$(WXDIR)/contrib/include
EXTRALIBS = -lstc
PREEXTRALIBS = -lstc
include $(WXDIR)/src/makeprog.g95

View File

@ -8,7 +8,7 @@ WXDIR = ../../..
TARGET = stctest
OBJECTS = $(TARGET).o
EXTRAINC = -I$(WXDIR)/contrib/include
EXTRALIBS = -lstc
PREEXTRALIBS = -lstc
include $(WXDIR)/src/makeprog.g95