aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/develop.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-04-26Make nmake builds more like VS builds.David Walter Seikel1-1/+4
Still some tweaking to go, therefore, still some rough bits in this.
2013-04-20Small clean ups.David Walter Seikel1-6/+4
2013-04-20Do the right vs finding thing even if it's an nmake build.David Walter Seikel1-11/+14
2013-04-20Revert part of an earlier commit, no need to treat nmake differently for ↵David Walter Seikel1-3/+1
this bit.
2013-04-20Remove more excess vs finding output.David Walter Seikel1-1/+0
2013-04-20Remove excess output from the vs finding code, and move it up in the file.David Walter Seikel1-45/+35
2013-04-20Cmake now puts the running of vstool into the make files for us, so no need ↵David Walter Seikel1-19/+0
to do it in python.
2013-04-20No need to run cmake twice, the user gets warned if they screw up.David Walter Seikel1-1/+0
2013-04-18New branch for building with nmake.David Walter Seikel1-30/+53
This is a branch, coz it's still crap.
2012-03-14Apply various Mac build patches from Mimika Oh and Nemurimasu Neiro to fix ↵David Walter Seikel1-0/+5
up http://redmine.kokuaviewer.org/issues/598 and http://redmine.kokuaviewer.org/issues/602
2011-11-13Linux: allow cross compiling the 32bit viewer on a x86_64 platformArmin Weatherwax1-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-08Don't run vstool.exe when using an express version of vc++, by CobraElDiablo ↵McCabe Maxsted1-1/+5
from the Astra Viewer
2011-09-08Updated develop.py to find VS2010 as well (patch by DJ Wind)McCabe Maxsted1-3/+3
2011-09-08Ported SSE2 build target from Singularity, patch by Shyotl. Note that the ↵McCabe Maxsted1-2/+3
package project still currently only supports 'Release'
2011-05-21Ported Mac packaging system from Kokua.Jacek Antonelli1-3/+3
Build the "package" target in Xcode to create a DMG.
2010-11-07IMP-692: SNOW-713: Global objects in libllcommon duplicated in pluginsAleric Inglewood1-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-18Changed default compile settings for Mac. Now SSE3 and SSE4 are enabled by ↵elektrahesse1-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-01RED-553: SNOW-766: Add a 'printbuilddirs' command to develop.pyAleric Inglewood1-3/+7
See http://redmine.imprudenceviewer.org/issues/553
2010-09-28RED-553: SNOW-766: Add a 'printbuilddirs' command to develop.pyAleric Inglewood1-3/+7
See http://redmine.imprudenceviewer.org/issues/553
2010-04-28Trying the new 64bit libs and adding the adjustments needed.Armin Weatherwax1-0/+2
(Backported from d057e71bc) @nochangelog
2010-03-11Commented out -DPACKAGE:BOOL=ON for Windows in develop.py.McCabe Maxsted1-2/+2
Don't build package by default after compiling on Windows.
2010-01-09Fixed viewer_manifest.py and default packaging system for Windows (NSIS ↵McCabe Maxsted1-1/+3
install script only works manually)
2010-01-03Trying the new 64bit libs and adding the adjustments needed.Armin Weatherwax1-0/+2
(Cherry picked by Jacek from 13412855)
2009-12-06develop.py support for VS2010Patrick Sapinski1-2/+7
Signed-off-by: Jacek Antonelli <jacek.antonelli@gmail.com>
2009-11-27'FALSE' is supposed to be 'OFF' in develop.py.Jacek Antonelli1-2/+2
2009-09-25Fixed minor typo in develop.pyMcCabe Maxsted1-1/+1
2009-09-15Applied patch by Robin Cornelius for VWR-11138 - Make develop.py play nicely ↵McCabe Maxsted1-3/+45
with express editions of Visual Studio
2009-06-13Second Life viewer sources 1.23.4-RCJacek Antonelli1-2/+1
2009-04-30Second Life viewer sources 1.23.0-RCJacek Antonelli1-44/+81
2009-01-11Second Life viewer sources 1.22.5-RCJacek Antonelli1-1/+1
2008-12-30Added fix for VWR-10392 as well as other fixesunknown1-34/+91
2008-12-01Second Life viewer sources 1.22.0-RCJacek Antonelli1-38/+80
2008-10-14Rebranded platform-independent/shared installer/support files.Jacek Antonelli1-4/+4
Replaced instances of "Second Life" with "Imprudence", etc.
2008-09-06Second Life viewer sources 1.21.0-RCJacek Antonelli1-0/+676