diff options
author | Sean Dague | 2008-03-04 15:17:26 +0000 |
---|---|---|
committer | Sean Dague | 2008-03-04 15:17:26 +0000 |
commit | 390298ed40e18410b69256240fdda82889fd5d0f (patch) | |
tree | 7301f0f3e1c92d7b214deb43d00603b7449715e4 | |
parent | check in an hgignore to help with mercurial mirror (diff) | |
download | opensim-SC_OLD-390298ed40e18410b69256240fdda82889fd5d0f.zip opensim-SC_OLD-390298ed40e18410b69256240fdda82889fd5d0f.tar.gz opensim-SC_OLD-390298ed40e18410b69256240fdda82889fd5d0f.tar.bz2 opensim-SC_OLD-390298ed40e18410b69256240fdda82889fd5d0f.tar.xz |
From: Dr Scofield <hud@zurich.ibm.com>
current prebuild.xml references /bin/Physics which is only created as a
result of the build process itself. runprebuild fails therefore.
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index 1702e96..081ac95 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -972,7 +972,6 @@ | |||
972 | </Configuration> | 972 | </Configuration> |
973 | 973 | ||
974 | <ReferencePath>../../../../bin/</ReferencePath> | 974 | <ReferencePath>../../../../bin/</ReferencePath> |
975 | <ReferencePath>../../../../bin/Physics/</ReferencePath> | ||
976 | 975 | ||
977 | <Reference name="libsecondlife.dll"/> | 976 | <Reference name="libsecondlife.dll"/> |
978 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> | 977 | <Reference name="Axiom.MathLib.dll" localCopy="false"/> |