Changeset 811
- Timestamp:
- 09/18/07 11:47:44 (1 year ago)
- Files:
-
- trunk/docs/README.software_engineers (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/README.software_engineers
r807 r811 158 158 159 159 Note that, if 'include' is found, only those files listed in 'include' and 160 their dependencies will be included. 160 their dependencies will be included. Please note that the 'include' setting is 161 being tested and may be changed dramatically. 161 162 162 163 When using GDC on POSIX, it is also possible to build shared libraries (.so … … 446 447 447 448 448 To-be-written:449 449 == SUBDIRECTORIES == 450 451 It is possible to contain an entire DSSS-enabled software package inside of 452 another. This is useful for keeping libraries from different sources separated, 453 and occasionally for adapting non-DSSS-aware packages to use DSSS. Essentially, 454 a section named for the directory of the sub-package has its type set to subdir: 455 [dziplib] 456 type=subdir 457 458 Note that you must manully add buildflags such as -Idziplib if you want to 459 import sources from the subdirectory into sources in the parent directory. 460 461 462 To be written: 450 463 == NET INSTALLATION ==
