]> git.saurik.com Git - wxWidgets.git/blame - src/regex/makefile.vc
forward ported patch to IsEditable()
[wxWidgets.git] / src / regex / makefile.vc
CommitLineData
c88597ef
VZ
1!if "$(FINAL)" == "1"
2LIBTARGET=$(WXDIR)\lib\regex.lib
3!else if "$(FINAL)" == "hybrid"
4LIBTARGET=$(WXDIR)\lib\regexh.lib
5!else
6LIBTARGET=$(WXDIR)\lib\regexd.lib
7!endif
8
9OBJECTS= \
2431209c
RD
10 $D\regcomp.obj \
11 $D\regexec.obj \
12 $D\regerror.obj \
13 $D\regfree.obj
c88597ef
VZ
14
15# Pull in standard variable definitions
16
17!include ..\makelib.vc
18