Dependency Policy: Difference between revisions

From OpenMW Wiki
Jump to navigation Jump to search
(Created page with "OpenMW consists of four distinct, vertically arranged subsystems: * Apps * Components * Libs * Extern Each subsystem may onl...")
 
(libs/ no longer exists)
Line 1: Line 1:
OpenMW consists of four distinct, vertically arranged subsystems:
OpenMW consists of three distinct, vertically arranged subsystems:


* [[Apps | Apps]]
* [[Apps | Apps]]
* [[Components | Components]]
* [[Components | Components]]
* [[Libs | Libs]]
* [[Extern | Extern]]
* [[Extern | Extern]]


Each subsystem may only depend on the subsystems below. This policy is currently not enforced by the build system (but we have a task on the issue tracker for changing that).
Each subsystem may only depend on the subsystems below. This policy is currently not enforced by the build system (but we have a task on the issue tracker for changing that).

Revision as of 21:46, 15 July 2015

OpenMW consists of three distinct, vertically arranged subsystems:

Each subsystem may only depend on the subsystems below. This policy is currently not enforced by the build system (but we have a task on the issue tracker for changing that).