X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c88597ef2645c2e2102bc6fc1e16dde4812df313..758bce950ba9236d0a9edc4c880c3ec73b5173f3:/src/regex/makefile.wat diff --git a/src/regex/makefile.wat b/src/regex/makefile.wat index 80c81310f6..8f2b74442d 100644 --- a/src/regex/makefile.wat +++ b/src/regex/makefile.wat @@ -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)