]>
Commit | Line | Data |
---|---|---|
c88597ef VZ |
1 | !if "$(FINAL)" == "1" |
2 | LIBTARGET=$(WXDIR)\lib\regex.lib | |
3 | !else if "$(FINAL)" == "hybrid" | |
4 | LIBTARGET=$(WXDIR)\lib\regexh.lib | |
5 | !else | |
6 | LIBTARGET=$(WXDIR)\lib\regexd.lib | |
7 | !endif | |
8 | ||
9 | OBJECTS= \ | |
ec2182c6 VZ |
10 | regcomp.obj \ |
11 | regexec.obj \ | |
12 | regerror.obj \ | |
13 | regfree.obj | |
c88597ef VZ |
14 | |
15 | # Pull in standard variable definitions | |
16 | ||
17 | !include ..\makelib.vc | |
18 |