Skip to content

Exporting a component as a Visual Studio project

manast edited this page Sep 13, 2010 · 1 revision

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