Add autodoc to cross-build-toolset

This commit is contained in:
Tor Lillqvist 2011-06-07 01:04:09 +03:00
parent abd34bc64f
commit 161882e76d

View file

@ -20,6 +20,7 @@ endif
ifeq (@CROSS_COMPILING@,YES)
cross-build-toolset:
. ./Env.Build.sh && \
(cd autodoc && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \
(cd idlc && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \
(cd icu && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@) && \
(cd udkapi && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ && deliver.pl) && \