We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Exporting an hypothetical ‘core’ component to a Visual Studio project called ‘core.vcproj’, including build configuration from a given bc file:
c:\my_view> ctx export core.comp --bconf msvc8_win32_uc_udeb.bc | msvc --project-name core
Exporting several of components and bundling them in a Visual Studio solution called mystuff.sln: (each project named after its component)
c:\my_view> ctx export core.comp utils.comp tools.comp --bconf msvc8_win32_uc_udeb.bc | msvc -sln mystuff