git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11023
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
LIBTARGET=$(WXDIR)\lib\regex.lib
OBJECTS= \
- regcomp.o \
- regexec.o \
- regerror.o \
- regfree.o
+ regcomp.obj \
+ regexec.obj \
+ regerror.obj \
+ regfree.obj
# Pull in standard variable definitions
!endif
OBJECTS= \
- regcomp.o \
- regexec.o \
- regerror.o \
- regfree.o
+ regcomp.obj \
+ regexec.obj \
+ regerror.obj \
+ regfree.obj
# Pull in standard variable definitions
LIBTARGET = $(WXLIB)\regex.lib
OBJECTS= &
- regcomp.o &
- regexec.o &
- regerror.o &
- regfree.o
+ regcomp.obj &
+ regexec.obj &
+ regerror.obj &
+ regfree.obj
all: $(OBJECTS) $(LIBTARGET)