regenerated makefiles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25873 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -33,6 +33,21 @@ all: sub_configtool sub_emulator sub_helpview sub_tex2rtf sub_helpgen
|
||||
clean:
|
||||
-if exist .\*.obj del .\*.obj
|
||||
-if exist .\*.res del .\*.res
|
||||
cd configtool\src
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd $(MAKEDIR)
|
||||
cd emulator\src
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd $(MAKEDIR)
|
||||
cd helpview\src
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd $(MAKEDIR)
|
||||
cd tex2rtf\src
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd $(MAKEDIR)
|
||||
cd HelpGen
|
||||
$(MAKE) -f makefile.vc $(MAKEARGS) clean
|
||||
cd $(MAKEDIR)
|
||||
|
||||
sub_configtool:
|
||||
cd configtool\src
|
||||
|
Reference in New Issue
Block a user