]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/makefile.bcc
Fix memory leak by letting the base class version handle the
[wxWidgets.git] / utils / makefile.bcc
index 72580a849cb1acf13b11ab70bd175d2606a06ff7..58535f5c212ee62a821ca9f77d967bc8ac96ac7f 100644 (file)
@@ -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