'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

@@ -48,7 +48,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" &
### Targets: ###
all : .SYMBOLIC configtool emulator helpview tex2rtf helpgen
all : .SYMBOLIC emulator helpview tex2rtf helpgen
clean : .SYMBOLIC
-if exist .\*.obj del .\*.obj
@@ -56,9 +56,6 @@ clean : .SYMBOLIC
-if exist .\*.lbc del .\*.lbc
-if exist .\*.ilk del .\*.ilk
-if exist .\*.pch del .\*.pch
cd configtool\src
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
cd $(WATCOM_CWD)
cd emulator\src
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
cd $(WATCOM_CWD)
@@ -72,11 +69,6 @@ clean : .SYMBOLIC
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) clean
cd $(WATCOM_CWD)
configtool : .SYMBOLIC
cd configtool\src
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all
cd $(WATCOM_CWD)
emulator : .SYMBOLIC
cd emulator\src
wmake $(__MAKEOPTS__) -f makefile.wat $(MAKEARGS) all