-
Notifications
You must be signed in to change notification settings - Fork 5
Building a component
manast edited this page Sep 13, 2010
·
3 revisions
Minimal build, using default build configuration and current directory as View:
c:\my_view> ctx buildcomp core.comp
Building a component including all dependencies of all modules included in it:
c:\my_view> ctx buildcomp core.comp --deps
Building with most options included explicitly:
c:\my_view> ctx buildcomp core.comp --bconf msvc8_win32_uc_udeb.bc --env msvc.env --deps --tests --output .\build --libdir bin --headerdir include --logfile baseapi_buildlog.xml