]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/makefile.wat
only set focus on textctrl item if it exists (exists if combo box is editable)
[wxWidgets.git] / src / regex / makefile.wat
index 80c81310f61a7cb0756fd39ef59a7410b039093a..b73464c60c7ccaba0d728f7463fce51bdaef5d69 100644 (file)
@@ -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