]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/opengl/makefile.wat
Implement wxMenuItemAction: and validateMenuItem: delegate messages
[wxWidgets.git] / samples / opengl / makefile.wat
index 419d25f015163e67ad5a885b48211101762dca95..b502b073249c4f686fd267260e41882069f60345 100644 (file)
@@ -49,6 +49,15 @@ clean : .SYMBOLIC
        -if exist .\*.res del .\*.res
        -if exist .\*.lbc del .\*.lbc
        -if exist .\*.ilk del .\*.ilk
+       cd cube
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+       cd $(WATCOM_CWD)
+       cd isosurf
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+       cd $(WATCOM_CWD)
+       cd penguin
+       wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
+       cd $(WATCOM_CWD)
 
 cube : .SYMBOLIC 
        cd cube