X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b17c1746930b29c13d5bfff0009721cbcefa53f1..acaffac9f0ead3035d1aecd33d5608877a3ffd88:/utils/makefile.bcc diff --git a/utils/makefile.bcc b/utils/makefile.bcc index 32ee71efcb..58535f5c21 100644 --- a/utils/makefile.bcc +++ b/utils/makefile.bcc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.1.2 (http://bakefile.sourceforge.net) +# Bakefile 0.1.3 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -42,6 +42,21 @@ all: configtool emulator helpview tex2rtf helpgen clean: -if exist .\*.obj del .\*.obj -if exist .\*.res del .\*.res + cd configtool\src + $(MAKE) -f makefile.bcc $(MAKEARGS) clean + cd ..\.. + cd emulator\src + $(MAKE) -f makefile.bcc $(MAKEARGS) clean + cd ..\.. + cd helpview\src + $(MAKE) -f makefile.bcc $(MAKEARGS) clean + cd ..\.. + cd tex2rtf\src + $(MAKE) -f makefile.bcc $(MAKEARGS) clean + cd ..\.. + cd HelpGen + $(MAKE) -f makefile.bcc $(MAKEARGS) clean + cd .. configtool: cd configtool\src