]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/makefile.wat
FreeBSD compilation fix
[wxWidgets.git] / src / regex / makefile.wat
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)