regenerated makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -42,6 +42,24 @@ all: bombs dbbrowse forty fractal life poem
|
||||
clean:
|
||||
-if exist .\*.obj del .\*.obj
|
||||
-if exist .\*.res del .\*.res
|
||||
cd bombs
|
||||
$(MAKE) -f makefile.bcc $(MAKEARGS) clean
|
||||
cd ..
|
||||
cd dbbrowse
|
||||
$(MAKE) -f makefile.bcc $(MAKEARGS) clean
|
||||
cd ..
|
||||
cd forty
|
||||
$(MAKE) -f makefile.bcc $(MAKEARGS) clean
|
||||
cd ..
|
||||
cd fractal
|
||||
$(MAKE) -f makefile.bcc $(MAKEARGS) clean
|
||||
cd ..
|
||||
cd life
|
||||
$(MAKE) -f makefile.bcc $(MAKEARGS) clean
|
||||
cd ..
|
||||
cd poem
|
||||
$(MAKE) -f makefile.bcc $(MAKEARGS) clean
|
||||
cd ..
|
||||
|
||||
bombs:
|
||||
cd bombs
|
||||
|
Reference in New Issue
Block a user