diff options
author | Tedd Hansen | 2007-08-08 14:36:54 +0000 |
---|---|---|
committer | Tedd Hansen | 2007-08-08 14:36:54 +0000 |
commit | 356f59ac45453e26b3d75742eb2e6fe01f85eeb7 (patch) | |
tree | 68dfba7aa895b958cf1b99d412933ff3802dae6d /prebuild.xml | |
parent | Added ScriptEngine.DotNetEngine (diff) | |
download | opensim-SC_OLD-356f59ac45453e26b3d75742eb2e6fe01f85eeb7.zip opensim-SC_OLD-356f59ac45453e26b3d75742eb2e6fe01f85eeb7.tar.gz opensim-SC_OLD-356f59ac45453e26b3d75742eb2e6fe01f85eeb7.tar.bz2 opensim-SC_OLD-356f59ac45453e26b3d75742eb2e6fe01f85eeb7.tar.xz |
Added ScriptEngine to solution (prebuild.xml)
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index fb35d98..2348662 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -905,6 +905,71 @@ | |||
905 | 905 | ||
906 | 906 | ||
907 | 907 | ||
908 | <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library"> | ||
909 | <Configuration name="Debug"> | ||
910 | <Options> | ||
911 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | ||
912 | </Options> | ||
913 | </Configuration> | ||
914 | <Configuration name="Release"> | ||
915 | <Options> | ||
916 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | ||
917 | </Options> | ||
918 | </Configuration> | ||
919 | |||
920 | <ReferencePath>../../../../bin/</ReferencePath> | ||
921 | <Reference name="System" localCopy="false"/> | ||
922 | <Reference name="System.Data" localCopy="false"/> | ||
923 | <Reference name="System.Xml" localCopy="false"/> | ||
924 | <Reference name="OpenSim.Framework"/> | ||
925 | <Reference name="OpenSim.Framework.Console"/> | ||
926 | <Reference name="OpenSim.Framework.Data"/> | ||
927 | <Reference name="OpenSim.Framework.Servers"/> | ||
928 | <Reference name="OpenSim.Framework.UserManagement" /> | ||
929 | <Reference name="libsecondlife.dll"/> | ||
930 | <Reference name="Db4objects.Db4o.dll"/> | ||
931 | <Reference name="XMLRPC.dll"/> | ||
932 | <Reference name="OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL"/> | ||
933 | |||
934 | <Files> | ||
935 | <Match pattern="*.cs" recurse="true"/> | ||
936 | <Match pattern="*.lso" recurse="true"/> | ||
937 | </Files> | ||
938 | </Project> | ||
939 | |||
940 | |||
941 | <Project name="OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL" path="OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL" type="Library"> | ||
942 | <Configuration name="Debug"> | ||
943 | <Options> | ||
944 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | ||
945 | </Options> | ||
946 | </Configuration> | ||
947 | <Configuration name="Release"> | ||
948 | <Options> | ||
949 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | ||
950 | </Options> | ||
951 | </Configuration> | ||
952 | |||
953 | <ReferencePath>../../../../bin/</ReferencePath> | ||
954 | <Reference name="System" localCopy="false"/> | ||
955 | <Reference name="System.Data" localCopy="false"/> | ||
956 | <Reference name="System.Xml" localCopy="false"/> | ||
957 | <Reference name="System.Windows.Forms" localCopy="false"/> | ||
958 | <Reference name="OpenSim.Framework"/> | ||
959 | <Reference name="OpenSim.Framework.Console"/> | ||
960 | <Reference name="OpenSim.Framework.Data"/> | ||
961 | <Reference name="OpenSim.Framework.Servers"/> | ||
962 | <Reference name="OpenSim.Framework.UserManagement" /> | ||
963 | <Reference name="libsecondlife.dll"/> | ||
964 | <Reference name="Db4objects.Db4o.dll"/> | ||
965 | <Reference name="XMLRPC.dll"/> | ||
966 | |||
967 | <Files> | ||
968 | <Match pattern="*.cs" recurse="true"/> | ||
969 | </Files> | ||
970 | </Project> | ||
971 | |||
972 | |||
908 | </Solution> | 973 | </Solution> |
909 | 974 | ||
910 | 975 | ||