Wiki

Changes between Version 2 and Version 3 of CodeLite1

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

--

Legend:

Unmodified
Added
Removed
Modified
  • CodeLite1

    v2 v3  
    8181 
    8282As a bonus for cobra developers the second attached file 'cobrac-workspace.tar.gz' is a workspace for building cobra.[[BR]] 
    83 ( on bitbucket its the files in the ./codelite directory) 
     83(on bitbucket its the files in the ./codelite directory) 
    8484 
    85 It contains a workspace directory tree rooted on 'codelite' containing a 'cobrac' workspace which should be installed 
    86 in the root of your cobra build directory (as a sibling to dirs 'Developer', 'Source', '!HowTo', etc) 
    87 Giving  
    88 {{{ 
    89 637 xx:...src/cobra/wkspace> lsd 
    90 Developer/ 
    91 HowTo/ 
    92 Reusables/ 
    93 Samples/ 
    94 SamplesInProgress/ 
    95 Source/ 
    96 Supplements/ 
    97 Tests/ 
    98 codelite/ 
    99 638 xx:...src/cobra/wkspace> ls -1 codelite 
    100  ls -1 codelite 
    101 BuildAll.project 
    102 Cobra.Lang.project 
    103 Tests.project 
    104 build-files 
    105 cobra.project 
    106 cobrac.project 
    107 cobrac.tags 
    108 cobrac.workspace 
    109 lib-build-files 
    110 main.cobra 
    111 tags 
    112 testify.project 
    113 639 xx:...src/cobra/wkspace> 
    114 }}} 
    11585 
    116 Tell !CodeLite to open the workspace file in this directory/codelite/cobrac.workspace[[BR]] 
    117  
    118 Viola - cobra compiler inna IDE. Browse, edit, build... 
    119  
    120 More details on CodeliteCobraWorkspace layout 
     86See  details at CodeliteCobraWorkspace.