diff options
author | UbitUmarov | 2017-08-31 15:25:14 +0100 |
---|---|---|
committer | UbitUmarov | 2017-08-31 15:25:14 +0100 |
commit | 34da125a4da25d01c8695437d39fdbaac20084de (patch) | |
tree | b09b88533c4b3b016073c3726900db0d485a6d49 | |
parent | improve Prefer32bit configuration option (diff) | |
download | opensim-SC-34da125a4da25d01c8695437d39fdbaac20084de.zip opensim-SC-34da125a4da25d01c8695437d39fdbaac20084de.tar.gz opensim-SC-34da125a4da25d01c8695437d39fdbaac20084de.tar.bz2 opensim-SC-34da125a4da25d01c8695437d39fdbaac20084de.tar.xz |
fix our name is OpenSimulator not OpenSim
-rw-r--r-- | Prebuild/prebuild.xml | 2 | ||||
-rw-r--r-- | Prebuild/src/Core/Kernel.cs | 2 | ||||
-rwxr-xr-x | bin/Prebuild.exe | bin | 249856 -> 249856 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/Prebuild/prebuild.xml b/Prebuild/prebuild.xml index 3891268..f0003df 100644 --- a/Prebuild/prebuild.xml +++ b/Prebuild/prebuild.xml | |||
@@ -40,7 +40,7 @@ | |||
40 | <Author>C.J. Adams-Collier (cjac@colliertech.org)</Author> | 40 | <Author>C.J. Adams-Collier (cjac@colliertech.org)</Author> |
41 | <Author>John Hurliman (john.hurliman@intel.com)</Author> | 41 | <Author>John Hurliman (john.hurliman@intel.com)</Author> |
42 | <Author>WhiteCore build (2015) Rowan Deppeler (greythan@gmail.com)</Author> | 42 | <Author>WhiteCore build (2015) Rowan Deppeler (greythan@gmail.com)</Author> |
43 | <Author>OpenSim build (2017) AJLDuarte</Author> | 43 | <Author>OpenSimulator build (2017) AJLDuarte</Author> |
44 | <Description>The Prebuild project generator</Description> | 44 | <Description>The Prebuild project generator</Description> |
45 | <Configuration name="Debug"> | 45 | <Configuration name="Debug"> |
46 | <Options> | 46 | <Options> |
diff --git a/Prebuild/src/Core/Kernel.cs b/Prebuild/src/Core/Kernel.cs index 218f28e..3db92ef 100644 --- a/Prebuild/src/Core/Kernel.cs +++ b/Prebuild/src/Core/Kernel.cs | |||
@@ -328,7 +328,7 @@ namespace Prebuild.Core | |||
328 | m_Log.Write("C.J. Adams-Collier (cjac@colliertech.org),"); | 328 | m_Log.Write("C.J. Adams-Collier (cjac@colliertech.org),"); |
329 | m_Log.Write("John Hurliman (john.hurliman@intel.com),"); | 329 | m_Log.Write("John Hurliman (john.hurliman@intel.com),"); |
330 | m_Log.Write("WhiteCore build 2015 (greythane@gmail.com),"); | 330 | m_Log.Write("WhiteCore build 2015 (greythane@gmail.com),"); |
331 | m_Log.Write("OpenSim build 2017 Ubit Umarov,"); | 331 | m_Log.Write("OpenSimulator build 2017 Ubit Umarov,"); |
332 | m_Log.Write (""); | 332 | m_Log.Write (""); |
333 | m_Log.Write("See 'prebuild /usage' for help"); | 333 | m_Log.Write("See 'prebuild /usage' for help"); |
334 | m_Log.Write(); | 334 | m_Log.Write(); |
diff --git a/bin/Prebuild.exe b/bin/Prebuild.exe index 98da714..aeecacc 100755 --- a/bin/Prebuild.exe +++ b/bin/Prebuild.exe | |||
Binary files differ | |||