Files
wxWidgets/src/regex/makefile.vc
2001-07-13 20:40:31 +00:00

19 lines
309 B
Plaintext

!if "$(FINAL)" == "1"
LIBTARGET=$(WXDIR)\lib\regex.lib
!else if "$(FINAL)" == "hybrid"
LIBTARGET=$(WXDIR)\lib\regexh.lib
!else
LIBTARGET=$(WXDIR)\lib\regexd.lib
!endif
OBJECTS= \
regcomp.obj \
regexec.obj \
regerror.obj \
regfree.obj
# Pull in standard variable definitions
!include ..\makelib.vc