git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
14 lines
176 B
Plaintext
14 lines
176 B
Plaintext
|
|
LIBTARGET=$(WXDIR)\lib\regex.lib
|
|
|
|
OBJECTS= \
|
|
regcomp.obj \
|
|
regexec.obj \
|
|
regerror.obj \
|
|
regfree.obj
|
|
|
|
# Pull in standard variable definitions
|
|
|
|
!include ..\makelib.b32
|
|
|