diff options
author | gareth | 2007-03-06 15:57:36 +0000 |
---|---|---|
committer | gareth | 2007-03-06 15:57:36 +0000 |
commit | d828af7036fd11a4a1f678b2b7e51bdb6380087a (patch) | |
tree | 99544eb8c363afeccd0da17ba67970b8cc505d14 /opensim.build | |
parent | Added sandbox mode and setup facility (diff) | |
download | opensim-SC_OLD-d828af7036fd11a4a1f678b2b7e51bdb6380087a.zip opensim-SC_OLD-d828af7036fd11a4a1f678b2b7e51bdb6380087a.tar.gz opensim-SC_OLD-d828af7036fd11a4a1f678b2b7e51bdb6380087a.tar.bz2 opensim-SC_OLD-d828af7036fd11a4a1f678b2b7e51bdb6380087a.tar.xz |
Implemented local console and VERY rough skeleton for TCP/Worldchat console
Implemented seperate logging (but no packetlog or chat yet)
Diffstat (limited to 'opensim.build')
-rw-r--r-- | opensim.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opensim.build b/opensim.build index e2bf633..2fdf1cb 100644 --- a/opensim.build +++ b/opensim.build | |||
@@ -49,6 +49,7 @@ | |||
49 | </references> | 49 | </references> |
50 | <sources basedir="src/"> | 50 | <sources basedir="src/"> |
51 | <include name="AssemblyInfo.cs" /> | 51 | <include name="AssemblyInfo.cs" /> |
52 | <include name="ServerConsole.cs" /> | ||
52 | <include name="Config.cs" /> | 53 | <include name="Config.cs" /> |
53 | <include name="VersionInfo.cs" /> | 54 | <include name="VersionInfo.cs" /> |
54 | <include name="Util.cs" /> | 55 | <include name="Util.cs" /> |