diff options
author | Adam Frisby | 2008-05-08 04:34:02 +0000 |
---|---|---|
committer | Adam Frisby | 2008-05-08 04:34:02 +0000 |
commit | 80cbd468ea4dca31c0bf28607f4ab3ed3963f765 (patch) | |
tree | 2cc6dd32a1c954f8af16ac46f2a7a5138418fefa /prebuild.xml | |
parent | * For no good reason (since there are a hundred million other things to fix),... (diff) | |
download | opensim-SC_OLD-80cbd468ea4dca31c0bf28607f4ab3ed3963f765.zip opensim-SC_OLD-80cbd468ea4dca31c0bf28607f4ab3ed3963f765.tar.gz opensim-SC_OLD-80cbd468ea4dca31c0bf28607f4ab3ed3963f765.tar.bz2 opensim-SC_OLD-80cbd468ea4dca31c0bf28607f4ab3ed3963f765.tar.xz |
* Some refactorings.
* Added shell of new Python scripting engine. Similar in design to the one used by Rex, but will be structured at a region rather than object level, also is a region module.
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 474e514..0b84c6b 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -863,6 +863,34 @@ | |||
863 | </Files> | 863 | </Files> |
864 | </Project> | 864 | </Project> |
865 | 865 | ||
866 | |||
867 | <Project name="OpenSim.Region.Modules.Python" path="OpenSim/Region/Modules/Python" type="Library"> | ||
868 | <Configuration name="Debug"> | ||
869 | <Options> | ||
870 | <OutputPath>../../../../bin/</OutputPath> | ||
871 | </Options> | ||
872 | </Configuration> | ||
873 | <Configuration name="Release"> | ||
874 | <Options> | ||
875 | <OutputPath>../../../../bin/</OutputPath> | ||
876 | </Options> | ||
877 | </Configuration> | ||
878 | |||
879 | <ReferencePath>../../../../bin/</ReferencePath> | ||
880 | <Reference name="System" localCopy="false"/> | ||
881 | <Reference name="libsecondlife.dll"/> | ||
882 | <Reference name="IronPython.dll"/> | ||
883 | <Reference name="IronMath.dll"/> | ||
884 | <Reference name="OpenSim.Framework"/> | ||
885 | <Reference name="OpenSim.Data.Base" /> | ||
886 | <Reference name="OpenSim.Region.Environment"/> | ||
887 | <Reference name="Nini.dll" /> | ||
888 | <Reference name="log4net"/> | ||
889 | <Files> | ||
890 | <Match pattern="*.cs" recurse="true"/> | ||
891 | </Files> | ||
892 | </Project> | ||
893 | |||
866 | <Project name="OpenSim.Region.Modules.Terrain.Extensions.DefaultEffects" path="OpenSim/Region/Modules/Terrain/Extensions/DefaultEffects" type="Library"> | 894 | <Project name="OpenSim.Region.Modules.Terrain.Extensions.DefaultEffects" path="OpenSim/Region/Modules/Terrain/Extensions/DefaultEffects" type="Library"> |
867 | <Configuration name="Debug"> | 895 | <Configuration name="Debug"> |
868 | <Options> | 896 | <Options> |