]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected object file extension in the makefiles
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Jul 2001 20:40:31 +0000 (20:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 13 Jul 2001 20:40:31 +0000 (20:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/regex/makefile.b32
src/regex/makefile.vc
src/regex/makefile.wat

index 54a6e2cfac951ef228f2c5972e71ef0513ebf618..321e2edc987ef0e1e4e9a2de57159bc07754ba73 100644 (file)
@@ -2,10 +2,10 @@
 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
 
index 3316aca49db5f4d7d28831dcf05481005dd4ad0b..29f07b5f75d191d10d3caab80b510ca33361a04a 100644 (file)
@@ -7,10 +7,10 @@ LIBTARGET=$(WXDIR)\lib\regexd.lib
 !endif
 
 OBJECTS= \
-               regcomp.o \
-               regexec.o \
-               regerror.o \
-               regfree.o
+               regcomp.obj \
+               regexec.obj \
+               regerror.obj \
+               regfree.obj
 
 # Pull in standard variable definitions
 
index 80c81310f61a7cb0756fd39ef59a7410b039093a..8f2b74442d13d711c337dd492be3824333cd3144 100644 (file)
@@ -16,10 +16,10 @@ WXLIB = $(WXDIR)\lib
 LIBTARGET   = $(WXLIB)\regex.lib
 
 OBJECTS= &
-               regcomp.o &
-               regexec.o &
-               regerror.o &
-               regfree.o
+               regcomp.obj &
+               regexec.obj &
+               regerror.obj &
+               regfree.obj
 
 all:        $(OBJECTS) $(LIBTARGET)