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

@@ -36,17 +36,32 @@ MAKEARGS = -DCPPFLAGS="$(CPPFLAGS)" -DDEBUG_FLAG="$(DEBUG_FLAG)" \
### Targets: ###
all: tex2rtf helpgen
all: configtool emulator helpview tex2rtf helpgen
clean:
-if exist .\*.obj del .\*.obj
-if exist .\*.res del .\*.res
configtool:
cd configtool\src
$(MAKE) -f makefile.bcc $(MAKEARGS) all
cd ..\..
emulator:
cd emulator\src
$(MAKE) -f makefile.bcc $(MAKEARGS) all
cd ..\..
helpgen:
cd HelpGen
$(MAKE) -f makefile.bcc $(MAKEARGS) all
cd ..
helpview:
cd helpview\src
$(MAKE) -f makefile.bcc $(MAKEARGS) all
cd ..\..
tex2rtf:
cd tex2rtf\src
$(MAKE) -f makefile.bcc $(MAKEARGS) all