X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c88597ef2645c2e2102bc6fc1e16dde4812df313..211cc8dc907ee50ca6d383b8df16bba9a4d3ce2d:/src/regex/makefile.vc diff --git a/src/regex/makefile.vc b/src/regex/makefile.vc index 3316aca49d..29f07b5f75 100644 --- a/src/regex/makefile.vc +++ b/src/regex/makefile.vc @@ -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