]> git.saurik.com Git - wxWidgets.git/blob - src/regex/makefile.g95
More changes for building the regex lib
[wxWidgets.git] / src / regex / makefile.g95
1
2 LIBTARGET=$(WXWIN)/lib/libregex.a
3
4 OBJECTS= \
5 regcomp.o \
6 regexec.o \
7 regerror.o \
8 regfree.o
9
10 # Pull in standard variable definitions
11
12 include $(WXWIN)/src/makelib.g95