wxWidgets/contrib/samples/stc/makefile.g95
Guillermo Rodriguez Garcia d29e95a922 Added PREEXTRALIBS (ugh)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6663 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-03-14 00:08:41 +00:00

15 lines
244 B
Plaintext

# File: makefile.g95 for stectrl
# Author: Robin Dunn
# Created: 1-Feb-2000
# Updated:
WXDIR = ../../..
TARGET = stctest
OBJECTS = $(TARGET).o
EXTRAINC = -I$(WXDIR)/contrib/include
PREEXTRALIBS = -lstc
include $(WXDIR)/src/makeprog.g95