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