X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c88597ef2645c2e2102bc6fc1e16dde4812df313..d99937cdd8f235561c1f5358478878111826a317:/src/regex/makefile.wat?ds=sidebyside diff --git a/src/regex/makefile.wat b/src/regex/makefile.wat index 80c81310f6..b73464c60c 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) @@ -28,7 +28,7 @@ $(LIBTARGET) : $(OBJECTS) @for %i in ( $(OBJECTS) ) do @%append tmp.lbc +%i wlib /b /c /n /p=512 $^@ @tmp.lbc -clean: +clean: .SYMBOLIC -erase *.obj -erase $(LIBTARGET) -erase *.pch