]> git.saurik.com Git - wxWidgets.git/blame - src/regex/makefile.b32
added RefreshItem(s) methods
[wxWidgets.git] / src / regex / makefile.b32
CommitLineData
c88597ef
VZ
1
2LIBTARGET=$(WXDIR)\lib\regex.lib
3
4OBJECTS= \
5 regcomp.o \
6 regexec.o \
7 regerror.o \
8 regfree.o
9
10# Pull in standard variable definitions
11
12!include ..\makelib.b32
13