'configtool' removal.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41301 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-09-19 15:37:21 +00:00
parent 736ce0f79c
commit c744d3f862
150 changed files with 61 additions and 26153 deletions

View File

@@ -34,15 +34,12 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
### Targets: ###
all: sub_configtool sub_emulator sub_helpview sub_tex2rtf sub_helpgen
all: sub_emulator sub_helpview sub_tex2rtf sub_helpgen
clean:
-if exist .\*.obj del .\*.obj
-if exist .\*.res del .\*.res
-if exist .\*.pch del .\*.pch
cd configtool\src
$(MAKE) -f makefile.vc $(MAKEARGS) clean
cd $(MAKEDIR)
cd emulator\src
$(MAKE) -f makefile.vc $(MAKEARGS) clean
cd $(MAKEDIR)
@@ -56,11 +53,6 @@ clean:
$(MAKE) -f makefile.vc $(MAKEARGS) clean
cd $(MAKEDIR)
sub_configtool:
cd configtool\src
$(MAKE) -f makefile.vc $(MAKEARGS) all
cd $(MAKEDIR)
sub_emulator:
cd emulator\src
$(MAKE) -f makefile.vc $(MAKEARGS) all