diff options
author | Sean Dague | 2007-09-16 18:32:58 +0000 |
---|---|---|
committer | Sean Dague | 2007-09-16 18:32:58 +0000 |
commit | 4cb8108fae3133467afeed97507520723ef72618 (patch) | |
tree | d706978fd8b0fed90f905e283f86d7d963559cf9 | |
parent | Some more work on passing enough info to nant to make (diff) | |
download | opensim-SC_OLD-4cb8108fae3133467afeed97507520723ef72618.zip opensim-SC_OLD-4cb8108fae3133467afeed97507520723ef72618.tar.gz opensim-SC_OLD-4cb8108fae3133467afeed97507520723ef72618.tar.bz2 opensim-SC_OLD-4cb8108fae3133467afeed97507520723ef72618.tar.xz |
added version
-rw-r--r-- | prebuild.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml index 69bea40..86c32ea 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1,6 +1,6 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | 1 | <?xml version="1.0" encoding="utf-8" ?> |
2 | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> | 2 | <Prebuild xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd" version="1.7"> |
3 | <Solution name="OpenSim" activeConfig="Debug" path="./"> | 3 | <Solution name="OpenSim" activeConfig="Debug" path="./" version="0.3.0-svn"> |
4 | <Configuration name="Debug"> | 4 | <Configuration name="Debug"> |
5 | <Options> | 5 | <Options> |
6 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> | 6 | <CompilerDefines>TRACE;DEBUG</CompilerDefines> |
@@ -32,7 +32,6 @@ | |||
32 | </Options> | 32 | </Options> |
33 | </Configuration> | 33 | </Configuration> |
34 | 34 | ||
35 | |||
36 | <!-- Core OpenSim Projects --> | 35 | <!-- Core OpenSim Projects --> |
37 | 36 | ||
38 | <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> | 37 | <Project name="OpenSim.Framework.Console" path="OpenSim/Framework/Console" type="Library"> |