Skip to content
ivmartel edited this page Apr 14, 2011 · 11 revisions

The Context tab resumes your build configuration. For this example, we will suppose you checked out the code into a $SourceFolder and you want to build your code in a $BuildFolder.

  • Build Folder: the folder in which to put built content (e.g. $BuildFolder/toolkit),
  • Root Folders: the folder(s) for the source file (e.g. $SourceFolder/src, the location of the csnCISTIBToolkit.py),
  • Third Party Root Folders: the folder(s) for the Third Parties (e.g. $SourceFolder/thirdParty),
  • Third Party Build Folders: the folder(s) in which the solution for the Third Parties will be created (e.g. $BuildFolder/thirdparty),
  • CSnake file: the python file that contains CSnake parameters for your configuration (e.g. $SourceFolder/src/cilabModules/csnMyProject.py),
  • Instance: the instance to build. Press the Update button to update the list.


Back to the User Guide.

Clone this wiki locally