You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by jianlizhao <ji...@hotmail.com> on 2012/05/11 02:06:13 UTC

The file directory of the source code is organized?

The file directory of the source code is organized?

 

For example, the document processing module sw directory as follows:
inc      ------------        a header file
src      -----------        a resource file
source   -----------        the source file
sdi      -----------        message map 

mac
prj
util
win
xml

 

What are the advantages of such organization file directory?

 

My question is  a description of these directories is described in which
file? 


Re: The file directory of the source code is organized?

Posted by Ariel Constenla-Haile <ar...@apache.org>.
Hi jianlizhao,

On Fri, May 11, 2012 at 08:06:13AM +0800, jianlizhao wrote:
> The file directory of the source code is organized?
> 
>  
> 
> For example, the document processing module sw directory as follows:
> inc      ------------        a header file
> src      -----------        a resource file
> source   -----------        the source file
> sdi      -----------        message map 
> 
> mac
> prj
> util
> win
> xml
> 
>  
> 
> What are the advantages of such organization file directory?
> 
>  
> 
> My question is  a description of these directories is described in which
> file? 

You can find some information in the old tools site:
http://www.openoffice.org/tools/build_env_modstruct.html
(be warned that most information there is rather outdated).


Regards
-- 
Ariel Constenla-Haile
La Plata, Argentina

Re: The file directory of the source code is organized?

Posted by Yong Lin Ma <ma...@gmail.com>.
I don't known such a description exist. But most can be figured out by names.

mac, unx, win are usually for platform dependent content.




On Fri, May 11, 2012 at 8:06 AM, jianlizhao <ji...@hotmail.com> wrote:
> The file directory of the source code is organized?
>
>
>
> For example, the document processing module sw directory as follows:
> inc      ------------        a header file
> src      -----------        a resource file
> source   -----------        the source file
> sdi      -----------        message map
>
> mac
> prj
> util
> win
> xml
>
>
>
> What are the advantages of such organization file directory?
>
>
>
> My question is  a description of these directories is described in which
> file?
>