]> git.saurik.com Git - wxWidgets.git/blame - src/regex/makefile.g95
Font updates
[wxWidgets.git] / src / regex / makefile.g95
CommitLineData
b9f6a1ab 1
0e448231
MB
2ifeq ($(WXWIN),)
3WXWIN=../..
4endif
5
b9f6a1ab
GT
6LIBTARGET=$(WXWIN)/lib/libregex.a
7
8OBJECTS= \
9 regcomp.o \
10 regexec.o \
11 regerror.o \
12 regfree.o
13
14# Pull in standard variable definitions
15
16include $(WXWIN)/src/makelib.g95