mirror of
https://github.com/OpenSim-NGC/OpenSim-Sasquatch.git
synced 2024-11-21 14:29:10 -07:00
minor: slightly improve README for building addon-modules within the main OpenSim build
This commit is contained in:
parent
9c668558d4
commit
b776e06f0d
1 changed files with 4 additions and 0 deletions
|
@ -3,3 +3,7 @@ In this directory you can place addon modules for OpenSim
|
|||
Each module should be in it's own tree and the root of the tree
|
||||
should contain a file named "prebuild.xml", which will be included in the
|
||||
main prebuild file.
|
||||
|
||||
The prebuild.xml should only contain <Project> and associated child tags.
|
||||
The <?xml>, <Prebuild>, <Solution> and <Configuration> tags should not be
|
||||
included since the add-on modules prebuild.xml will be inserted directly into the main prebuild.xml
|
||||
|
|
Loading…
Reference in a new issue