Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-04-26 | Make nmake builds more like VS builds. | David Walter Seikel | 1 | -1/+4 | |
Still some tweaking to go, therefore, still some rough bits in this. | |||||
2013-04-20 | Small clean ups. | David Walter Seikel | 1 | -6/+4 | |
2013-04-20 | Do the right vs finding thing even if it's an nmake build. | David Walter Seikel | 1 | -11/+14 | |
2013-04-20 | Revert part of an earlier commit, no need to treat nmake differently for ↵ | David Walter Seikel | 1 | -3/+1 | |
this bit. | |||||
2013-04-20 | Remove more excess vs finding output. | David Walter Seikel | 1 | -1/+0 | |
2013-04-20 | Remove excess output from the vs finding code, and move it up in the file. | David Walter Seikel | 1 | -45/+35 | |
2013-04-20 | Cmake now puts the running of vstool into the make files for us, so no need ↵ | David Walter Seikel | 1 | -19/+0 | |
to do it in python. | |||||
2013-04-20 | No need to run cmake twice, the user gets warned if they screw up. | David Walter Seikel | 1 | -1/+0 | |
2013-04-18 | New branch for building with nmake. | David Walter Seikel | 1 | -30/+53 | |
This is a branch, coz it's still crap. | |||||
2012-03-14 | Apply various Mac build patches from Mimika Oh and Nemurimasu Neiro to fix ↵ | David Walter Seikel | 1 | -0/+5 | |
up http://redmine.kokuaviewer.org/issues/598 and http://redmine.kokuaviewer.org/issues/602 | |||||
2011-11-13 | Linux: allow cross compiling the 32bit viewer on a x86_64 platform | Armin Weatherwax | 1 | -4/+16 | |
to do so: (have anything for crosscompiling installed), export WORD_SIZE='32' before configuring and/or building. Be aware: Mixing several platforms in one root directory probably wont work (didn't try though). Cross compiling the 64bit viewer on a i686 platform isn't tested, but probably will work using export WORD_SIZE='64' | |||||
2011-09-08 | Don't run vstool.exe when using an express version of vc++, by CobraElDiablo ↵ | McCabe Maxsted | 1 | -1/+5 | |
from the Astra Viewer | |||||
2011-09-08 | Updated develop.py to find VS2010 as well (patch by DJ Wind) | McCabe Maxsted | 1 | -3/+3 | |
2011-09-08 | Ported SSE2 build target from Singularity, patch by Shyotl. Note that the ↵ | McCabe Maxsted | 1 | -2/+3 | |
package project still currently only supports 'Release' | |||||
2011-05-21 | Ported Mac packaging system from Kokua. | Jacek Antonelli | 1 | -3/+3 | |
Build the "package" target in Xcode to create a DMG. | |||||
2010-11-07 | IMP-692: SNOW-713: Global objects in libllcommon duplicated in plugins | Aleric Inglewood | 1 | -3/+5 | |
See http://jira.secondlife.com/browse/SNOW-713 This patch makes llcommon shared. It contains the following snowglobe (SVN) changesets: 3478, 3479, 3480, 3481, 3482, 3485, 3496, 3498, 3500, 3519 and 3531, plus the fix for all rejects. Note that changes to scripts/automated_build_scripts/opensrc-build.sh (changesets 3500 and 3625) were ignored as we don't have scripts/automated_build_scripts. | |||||
2010-10-18 | Changed default compile settings for Mac. Now SSE3 and SSE4 are enabled by ↵ | elektrahesse | 1 | -1/+1 | |
default, gcc-4.2 is used and 10.5 SDK is auto selected. Build from commandline in Release mode now work perfectly (./develop.py -t Release build) without the need for Xcode at all. | |||||
2010-10-01 | RED-553: SNOW-766: Add a 'printbuilddirs' command to develop.py | Aleric Inglewood | 1 | -3/+7 | |
See http://redmine.imprudenceviewer.org/issues/553 | |||||
2010-09-28 | RED-553: SNOW-766: Add a 'printbuilddirs' command to develop.py | Aleric Inglewood | 1 | -3/+7 | |
See http://redmine.imprudenceviewer.org/issues/553 | |||||
2010-04-28 | Trying the new 64bit libs and adding the adjustments needed. | Armin Weatherwax | 1 | -0/+2 | |
(Backported from d057e71bc) @nochangelog | |||||
2010-03-11 | Commented out -DPACKAGE:BOOL=ON for Windows in develop.py. | McCabe Maxsted | 1 | -2/+2 | |
Don't build package by default after compiling on Windows. | |||||
2010-01-09 | Fixed viewer_manifest.py and default packaging system for Windows (NSIS ↵ | McCabe Maxsted | 1 | -1/+3 | |
install script only works manually) | |||||
2010-01-03 | Trying the new 64bit libs and adding the adjustments needed. | Armin Weatherwax | 1 | -0/+2 | |
(Cherry picked by Jacek from 13412855) | |||||
2009-12-06 | develop.py support for VS2010 | Patrick Sapinski | 1 | -2/+7 | |
Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com> | |||||
2009-11-27 | 'FALSE' is supposed to be 'OFF' in develop.py. | Jacek Antonelli | 1 | -2/+2 | |
2009-09-25 | Fixed minor typo in develop.py | McCabe Maxsted | 1 | -1/+1 | |
2009-09-15 | Applied patch by Robin Cornelius for VWR-11138 - Make develop.py play nicely ↵ | McCabe Maxsted | 1 | -3/+45 | |
with express editions of Visual Studio | |||||
2009-06-13 | Second Life viewer sources 1.23.4-RC | Jacek Antonelli | 1 | -2/+1 | |
2009-04-30 | Second Life viewer sources 1.23.0-RC | Jacek Antonelli | 1 | -44/+81 | |
2009-01-11 | Second Life viewer sources 1.22.5-RC | Jacek Antonelli | 1 | -1/+1 | |
2008-12-30 | Added fix for VWR-10392 as well as other fixes | unknown | 1 | -34/+91 | |
2008-12-01 | Second Life viewer sources 1.22.0-RC | Jacek Antonelli | 1 | -38/+80 | |
2008-10-14 | Rebranded platform-independent/shared installer/support files. | Jacek Antonelli | 1 | -4/+4 | |
Replaced instances of "Second Life" with "Imprudence", etc. | |||||
2008-09-06 | Second Life viewer sources 1.21.0-RC | Jacek Antonelli | 1 | -0/+676 | |