Removed the PREEXTRALIBS hack - no longer needed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6668 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guillermo Rodriguez Garcia
2000-03-14 01:05:54 +00:00
parent 672186efa8
commit 711df835d3
3 changed files with 4 additions and 7 deletions

View File

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