Changeset 811

Show
Ignore:
Timestamp:
09/18/07 11:47:44 (1 year ago)
Author:
Gregor
Message:

docs/README.software_engineers: Added a (badly written) section for subdirs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/README.software_engineers

    r807 r811  
    158158 
    159159Note that, if 'include' is found, only those files listed in 'include' and 
    160 their dependencies will be included. 
     160their dependencies will be included. Please note that the 'include' setting is 
     161being tested and may be changed dramatically. 
    161162 
    162163When using GDC on POSIX, it is also possible to build shared libraries (.so 
     
    446447 
    447448 
    448 To-be-written: 
    449449== SUBDIRECTORIES == 
     450 
     451It is possible to contain an entire DSSS-enabled software package inside of 
     452another. This is useful for keeping libraries from different sources separated, 
     453and occasionally for adapting non-DSSS-aware packages to use DSSS. Essentially, 
     454a section named for the directory of the sub-package has its type set to subdir: 
     455[dziplib] 
     456type=subdir 
     457 
     458Note that you must manully add buildflags such as -Idziplib if you want to 
     459import sources from the subdirectory into sources in the parent directory. 
     460 
     461 
     462To be written: 
    450463== NET INSTALLATION ==