diff options
author | BlueWall | 2012-08-31 13:06:28 -0400 |
---|---|---|
committer | BlueWall | 2012-08-31 13:09:54 -0400 |
commit | a0eda6eb1642b8a5d3b6db3e89c8db87dfaefa1c (patch) | |
tree | b094b9f0743ebbb3aa6f32b9ad8262623cf472ad /prebuild.xml | |
parent | Type.Type is RuntimeType (diff) | |
download | opensim-SC-a0eda6eb1642b8a5d3b6db3e89c8db87dfaefa1c.zip opensim-SC-a0eda6eb1642b8a5d3b6db3e89c8db87dfaefa1c.tar.gz opensim-SC-a0eda6eb1642b8a5d3b6db3e89c8db87dfaefa1c.tar.bz2 opensim-SC-a0eda6eb1642b8a5d3b6db3e89c8db87dfaefa1c.tar.xz |
Fix Windows build
Add reference to fix Windows build: no windows here to test, please report any issues back to IRC #opensim-dev ASAP
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 0f34713..f10607d 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3264,6 +3264,7 @@ | |||
3264 | 3264 | ||
3265 | <ReferencePath>../../../bin/</ReferencePath> | 3265 | <ReferencePath>../../../bin/</ReferencePath> |
3266 | <Reference name="System"/> | 3266 | <Reference name="System"/> |
3267 | <Reference name="System.Core"/> | ||
3267 | <Reference name="System.Xml"/> | 3268 | <Reference name="System.Xml"/> |
3268 | <Reference name="System.Data"/> | 3269 | <Reference name="System.Data"/> |
3269 | <Reference name="log4net" path="../../../bin/"/> | 3270 | <Reference name="log4net" path="../../../bin/"/> |