Explorar o código

minor: slightly improve README for building addon-modules within the main OpenSim build

Justin Clark-Casey (justincc) %!s(int64=14) %!d(string=hai) anos
pai
achega
b776e06f0d
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      addon-modules/README

+ 4 - 0
addon-modules/README

@@ -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
 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
 should contain a file named "prebuild.xml", which will be included in the
 main prebuild file.
 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