]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/stc/makefile.g95
fix for watcom open compiler
[wxWidgets.git] / contrib / samples / stc / makefile.g95
CommitLineData
afc68427
GRG
1# File: makefile.g95 for stectrl
2# Author: Robin Dunn
3# Created: 1-Feb-2000
4# Updated:
5
6WXDIR = ../../..
7
8TARGET = stctest
9OBJECTS = $(TARGET).o
10EXTRAINC = -I$(WXDIR)/contrib/include
711df835 11EXTRALIBS = -lstc
afc68427
GRG
12
13include $(WXDIR)/src/makeprog.g95
14