aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--addon-modules/README5
-rw-r--r--prebuild.xml2
2 files changed, 7 insertions, 0 deletions
diff --git a/addon-modules/README b/addon-modules/README
new file mode 100644
index 0000000..19f268f
--- /dev/null
+++ b/addon-modules/README
@@ -0,0 +1,5 @@
1In this directory you can place addon modules for OpenSim
2
3Each module should be in it's own tree and the root of the tree
4should contain a file named "prebuild.xml", which will be included in the
5main prebuild file.
diff --git a/prebuild.xml b/prebuild.xml
index 07b9398..dfadf2d 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3877,6 +3877,8 @@
3877 3877
3878<!-- /////////////////// END OF INSERTION ///////////////////////////// --> 3878<!-- /////////////////// END OF INSERTION ///////////////////////////// -->
3879 3879
3880 <? include file="addon-modules/*/prebuild.xml" ?>
3881
3880 </Solution> 3882 </Solution>
3881 3883
3882 <!-- Prebuild tool --> 3884 <!-- Prebuild tool -->