diff options
author | Sean Dague | 2007-08-08 15:40:18 +0000 |
---|---|---|
committer | Sean Dague | 2007-08-08 15:40:18 +0000 |
commit | 45c2922db3b6a5771816d522357f769d9e46ddad (patch) | |
tree | 15627051391f5a6a3e929dcfecf3e97a02a74a19 /prebuild.xml | |
parent | * Prebuild vs2005 target will now skip project with name "OpenSim.DataStore.M... (diff) | |
download | opensim-SC_OLD-45c2922db3b6a5771816d522357f769d9e46ddad.zip opensim-SC_OLD-45c2922db3b6a5771816d522357f769d9e46ddad.tar.gz opensim-SC_OLD-45c2922db3b6a5771816d522357f769d9e46ddad.tar.bz2 opensim-SC_OLD-45c2922db3b6a5771816d522357f769d9e46ddad.tar.xz |
update prebuild to work with new script stuff
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/prebuild.xml b/prebuild.xml index e3e8256..119f545 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -903,9 +903,7 @@ | |||
903 | </Project> | 903 | </Project> |
904 | 904 | ||
905 | 905 | ||
906 | 906 | <Project name="OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL" path="OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL" type="Library"> | |
907 | |||
908 | <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library"> | ||
909 | <Configuration name="Debug"> | 907 | <Configuration name="Debug"> |
910 | <Options> | 908 | <Options> |
911 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | 909 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> |
@@ -918,6 +916,7 @@ | |||
918 | </Configuration> | 916 | </Configuration> |
919 | 917 | ||
920 | <ReferencePath>../../../../bin/</ReferencePath> | 918 | <ReferencePath>../../../../bin/</ReferencePath> |
919 | <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath> | ||
921 | <Reference name="System" localCopy="false"/> | 920 | <Reference name="System" localCopy="false"/> |
922 | <Reference name="System.Data" localCopy="false"/> | 921 | <Reference name="System.Data" localCopy="false"/> |
923 | <Reference name="System.Xml" localCopy="false"/> | 922 | <Reference name="System.Xml" localCopy="false"/> |
@@ -929,16 +928,14 @@ | |||
929 | <Reference name="libsecondlife.dll"/> | 928 | <Reference name="libsecondlife.dll"/> |
930 | <Reference name="Db4objects.Db4o.dll"/> | 929 | <Reference name="Db4objects.Db4o.dll"/> |
931 | <Reference name="XMLRPC.dll"/> | 930 | <Reference name="XMLRPC.dll"/> |
932 | <Reference name="OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL"/> | ||
933 | 931 | ||
934 | <Files> | 932 | <Files> |
935 | <Match pattern="*.cs" recurse="true"/> | 933 | <Match pattern="*.cs" recurse="true"/> |
936 | <Match pattern="*.lso" recurse="true"/> | ||
937 | </Files> | 934 | </Files> |
938 | </Project> | 935 | </Project> |
939 | 936 | ||
940 | 937 | ||
941 | <Project name="OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL" path="OpenSim/Region/ScriptEngine/DotNetEngine.Compiler.LSL" type="Library"> | 938 | <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library"> |
942 | <Configuration name="Debug"> | 939 | <Configuration name="Debug"> |
943 | <Options> | 940 | <Options> |
944 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> | 941 | <OutputPath>../../../../bin/ScriptEngines/</OutputPath> |
@@ -950,7 +947,8 @@ | |||
950 | </Options> | 947 | </Options> |
951 | </Configuration> | 948 | </Configuration> |
952 | 949 | ||
953 | <ReferencePath>../../../../bin/</ReferencePath> | 950 | <ReferencePath>../../../../bin/</ReferencePath> |
951 | <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath> | ||
954 | <Reference name="System" localCopy="false"/> | 952 | <Reference name="System" localCopy="false"/> |
955 | <Reference name="System.Data" localCopy="false"/> | 953 | <Reference name="System.Data" localCopy="false"/> |
956 | <Reference name="System.Xml" localCopy="false"/> | 954 | <Reference name="System.Xml" localCopy="false"/> |
@@ -963,12 +961,17 @@ | |||
963 | <Reference name="Db4objects.Db4o.dll"/> | 961 | <Reference name="Db4objects.Db4o.dll"/> |
964 | <Reference name="XMLRPC.dll"/> | 962 | <Reference name="XMLRPC.dll"/> |
965 | 963 | ||
964 | <Reference name="OpenSim.Region.ScriptEngine.DotNetEngine.Compiler.LSL.dll"/> | ||
965 | |||
966 | <Files> | 966 | <Files> |
967 | <Match pattern="*.cs" recurse="true"/> | 967 | <Match pattern="*.cs" recurse="true"/> |
968 | <Match pattern="*.lso" recurse="true"/> | ||
968 | </Files> | 969 | </Files> |
969 | </Project> | 970 | </Project> |
970 | 971 | ||
971 | 972 | ||
973 | |||
974 | |||
972 | </Solution> | 975 | </Solution> |
973 | 976 | ||
974 | 977 | ||