]> git.saurik.com Git - wxWidgets.git/blob - src/regex/makefile.b32
renamed main.c to re_main.c to avoid clashes with main.cpp in VPATH
[wxWidgets.git] / src / regex / makefile.b32
1
2 LIBTARGET=$(WXDIR)\lib\regex.lib
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 ..\makelib.b32
13