fixed utils.bkl to include all utils

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24067 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-10-03 15:52:48 +00:00
parent 5ed08e5bb5
commit e1e61c81bd
6 changed files with 88 additions and 7 deletions

View file

@ -27,17 +27,32 @@ MAKEARGS = CPPFLAGS="$(CPPFLAGS)" DEBUG_FLAG="$(DEBUG_FLAG)" \
### Targets: ###
all: sub_tex2rtf sub_helpgen
all: sub_configtool sub_emulator sub_helpview sub_tex2rtf sub_helpgen
clean:
-if exist .\*.obj del .\*.obj
-if exist .\*.res del .\*.res
sub_configtool:
cd configtool\src
$(MAKE) -f makefile.vc $(MAKEARGS) all
cd $(MAKEDIR)
sub_emulator:
cd emulator\src
$(MAKE) -f makefile.vc $(MAKEARGS) all
cd $(MAKEDIR)
sub_helpgen:
cd HelpGen
$(MAKE) -f makefile.vc $(MAKEARGS) all
cd $(MAKEDIR)
sub_helpview:
cd helpview\src
$(MAKE) -f makefile.vc $(MAKEARGS) all
cd $(MAKEDIR)
sub_tex2rtf:
cd tex2rtf\src
$(MAKE) -f makefile.vc $(MAKEARGS) all