]> git.saurik.com Git - wxWidgets.git/blame - src/regex/makefile.g95
wxUniv compilation fix
[wxWidgets.git] / src / regex / makefile.g95
CommitLineData
b9f6a1ab
GT
1
2LIBTARGET=$(WXWIN)/lib/libregex.a
3
4OBJECTS= \
5 regcomp.o \
6 regexec.o \
7 regerror.o \
8 regfree.o
9
10# Pull in standard variable definitions
11
12include $(WXWIN)/src/makelib.g95