diff options
author | Diva Canto | 2012-03-30 12:39:45 -0700 |
---|---|---|
committer | Diva Canto | 2012-03-30 12:39:45 -0700 |
commit | 5a8ed5063925da291b7c7af8172310ef255189a8 (patch) | |
tree | 06601c50c8d2695e2a7fd1b7a9b09c17995fb475 | |
parent | Add Extended flavour option to opensim version information. (diff) | |
download | opensim-SC_OLD-5a8ed5063925da291b7c7af8172310ef255189a8.zip opensim-SC_OLD-5a8ed5063925da291b7c7af8172310ef255189a8.tar.gz opensim-SC_OLD-5a8ed5063925da291b7c7af8172310ef255189a8.tar.bz2 opensim-SC_OLD-5a8ed5063925da291b7c7af8172310ef255189a8.tar.xz |
Added missing dependency for MS 2008. I hope. (I don't have 2008 to test this) mantis #5949
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 4f04032..a8b735c 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1230,6 +1230,7 @@ | |||
1230 | 1230 | ||
1231 | <ReferencePath>../../../bin/</ReferencePath> | 1231 | <ReferencePath>../../../bin/</ReferencePath> |
1232 | <Reference name="System"/> | 1232 | <Reference name="System"/> |
1233 | <Reference name="System.Core"/> | ||
1233 | <Reference name="System.Xml"/> | 1234 | <Reference name="System.Xml"/> |
1234 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 1235 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
1235 | <Reference name="OpenMetaverse" path="../../../bin/"/> | 1236 | <Reference name="OpenMetaverse" path="../../../bin/"/> |