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