diff options
author | Jeff Ames | 2008-05-01 17:10:40 +0000 |
---|---|---|
committer | Jeff Ames | 2008-05-01 17:10:40 +0000 |
commit | a0ccb1235a1e1cfcb72a9202060589c37257bfc9 (patch) | |
tree | 3f191f7e7f21a0dc79c334ebb3cab36dfb58ba0d /OpenSim | |
parent | Refactor machine-dependent configuration in LaunchSLClient. (diff) | |
download | opensim-SC_OLD-a0ccb1235a1e1cfcb72a9202060589c37257bfc9.zip opensim-SC_OLD-a0ccb1235a1e1cfcb72a9202060589c37257bfc9.tar.gz opensim-SC_OLD-a0ccb1235a1e1cfcb72a9202060589c37257bfc9.tar.bz2 opensim-SC_OLD-a0ccb1235a1e1cfcb72a9202060589c37257bfc9.tar.xz |
Fix paths in LaunchSLClient prebuild.xml
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Tools/LaunchSLClient/prebuild.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Tools/LaunchSLClient/prebuild.xml b/OpenSim/Tools/LaunchSLClient/prebuild.xml index 8e58ba6..c51d59a 100644 --- a/OpenSim/Tools/LaunchSLClient/prebuild.xml +++ b/OpenSim/Tools/LaunchSLClient/prebuild.xml | |||
@@ -35,16 +35,16 @@ | |||
35 | <Project name="LaunchSLClient" path="LaunchSLClient" type="Exe"> | 35 | <Project name="LaunchSLClient" path="LaunchSLClient" type="Exe"> |
36 | <Configuration name="Debug"> | 36 | <Configuration name="Debug"> |
37 | <Options> | 37 | <Options> |
38 | <OutputPath>../../../bin/</OutputPath> | 38 | <OutputPath>../../../../bin/</OutputPath> |
39 | </Options> | 39 | </Options> |
40 | </Configuration> | 40 | </Configuration> |
41 | <Configuration name="Release"> | 41 | <Configuration name="Release"> |
42 | <Options> | 42 | <Options> |
43 | <OutputPath>../../../bin/</OutputPath> | 43 | <OutputPath>../../../../bin/</OutputPath> |
44 | </Options> | 44 | </Options> |
45 | </Configuration> | 45 | </Configuration> |
46 | 46 | ||
47 | <ReferencePath>../../../bin/</ReferencePath> | 47 | <ReferencePath>../../../../bin/</ReferencePath> |
48 | <Reference name="System" localCopy="false"/> | 48 | <Reference name="System" localCopy="false"/> |
49 | <Reference name="System.IO" localCopy="false"/> | 49 | <Reference name="System.IO" localCopy="false"/> |
50 | <Reference name="System.Collections" localCopy="false"/> | 50 | <Reference name="System.Collections" localCopy="false"/> |