X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c88597ef2645c2e2102bc6fc1e16dde4812df313..53997bc265b691aaf12fafd259a5a2d2a27b0565:/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)