'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

@@ -43,16 +43,12 @@ MAKEARGS = -DCC="$(CC)" -DCXX="$(CXX)" -DCFLAGS="$(CFLAGS)" \
### Targets: ###
all: configtool emulator helpview tex2rtf helpgen
all: emulator helpview tex2rtf helpgen
clean:
-if exist .\*.obj del .\*.obj
-if exist .\*.res del .\*.res
-if exist .\*.csm del .\*.csm
@echo cd configtool\src >configtool.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>configtool.bat
call configtool.bat
@del configtool.bat
@echo cd emulator\src >emulator.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) clean >>emulator.bat
call emulator.bat
@@ -70,12 +66,6 @@ clean:
call helpgen.bat
@del helpgen.bat
configtool:
@echo cd configtool\src >configtool.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>configtool.bat
call configtool.bat
@del configtool.bat
emulator:
@echo cd emulator\src >emulator.bat
@echo $(MAKE) -f makefile.bcc $(MAKEARGS) all >>emulator.bat