Skip to content

Building a component

manast edited this page Sep 13, 2010 · 3 revisions

These examples show how to build an hypothetical ‘core’ component in different manners

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  
Clone this wiki locally