Wiki

Changes between Version 1 and Version 2 of CodeliteCobraWorkspace

Show
Ignore:
Timestamp:
11/30/09 05:22:47 (14 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeliteCobraWorkspace

    v1 v2  
    11= Codelite Workspace Layout for building Cobra compiler = 
     2 
     3The files in the [wiki:CodeLite1 tarfile cobrac-workspace.tar.gz] and on [http://bitbucket.org/hops/cobra/src/tip/IDE/CodeLite/ bitbucket/CodeLite] contain a codelite-workspace directory tree under directory 'codelite' that  
     4contains a '''cobrac''' workspace and associated project and support files that provides a cobra compiler building workspace. 
     5 
     6This directory should be installed in the root of your cobra build directory (as a sibling to directories 'Developer', 'Source', '!HowTo', etc) 
     7giving  
     8{{{ 
     9637 xx:...src/cobra/wkspace> lsd 
     10Developer/ 
     11HowTo/ 
     12Reusables/ 
     13Samples/ 
     14SamplesInProgress/ 
     15Source/ 
     16Supplements/ 
     17Tests/ 
     18codelite/ 
     19638 xx:...src/cobra/wkspace> ls -1 codelite 
     20 ls -1 codelite 
     21BuildAll.project 
     22Cobra.Lang.project 
     23Tests.project 
     24build-files 
     25cobra.project 
     26cobrac.project 
     27cobrac.tags 
     28cobrac.workspace 
     29lib-build-files 
     30main.cobra 
     31tags 
     32testify.project 
     33639 xx:...src/cobra/wkspace> 
     34}}} 
     35 
     36Run !CodeLite and get it to open the workspace file in the <above directory>/codelite/cobrac.workspace[[BR]] 
     37 
     38Viola - cobra compiler inna IDE. Browse, edit, build... 
     39 
     40== Contents == 
    241 
    342One workspace cobrac