summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
AgeCommit message (Collapse)Author
2011-03-10update apr and sdl archives for linux; added new archive db (needed for ↵Andrew de Laix
linux only).
2011-03-09Merge with tip of http://hg.secondlife.com/viewer-development (rev 14798)callum
2011-03-09update ndofdev archive usage on darwin.Andrew A. de Laix
2011-03-04ares, boost, expat, freetype archives updated to latest builds.Andrew A. de Laix
2011-03-03merge from lindenlab/viewer-developmentAlain Linden
2011-03-02SOCIAL-595 FIX Global volume control and the volume control on MOAP no ↵Richard Linden
longer have any affect
2011-02-18Fix for packaging failure. Installer was missing the SecondLife.exe binarybrad kittenbrink
due to improperly disabled msvcrt manifest checking. reviewed by jenn.
2011-02-18Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-02-10various fixes to get the debug build working; don't look for or copy ↵Alain Linden
msvc*80.dll's.
2011-02-09STORM-937 : Fix python scripts shebang line and license header for consistencyMerov Linden
2011-02-08fix a couple more packaging problems...Alain Linden
2011-02-07update pacageing of msvc?100.dll's; use latest qt package with all needed libs.Alain Linden
2011-01-20Updated viewer_manifest.py to refer to the correct source paths for the ↵jenn
linux build.
2011-01-19fix copying of vivox files for darwin manifest.Andrew A. de Laix
2011-01-18windows build fixes.Alain Linden
2011-01-14windows autobuildibatized (bye bye install.py...)Alain Linden
2011-01-13mac buiding with autobuild and autobuild style packages (just say no to ↵Andrew A. de Laix
install.py)
2010-12-22Automated merge up from viewer-developmentLoren Shih
2010-12-21STORM-151 : pull in viewer-developmentMerov Linden
2010-12-06BUILDFIX linux build broken due to a merge conflictsNyx (Neal Orman)
merge broke the linux build, we were trying to strip a script which is a non-binary file. Restored the correct syntax and build works again. yay! Reviewed by Prep
2010-12-01Fixes for viewer-development merge into viewer-mesh.Loren Shih
Manually merged llappviewer and viewer_manifest.py.
2010-11-29CHOP-223 fix for more mac build breakage from the previous changes.brad kittenbrink
2010-11-29CHOP-223 fix for mac build breakage introduced in the last change.brad kittenbrink
2010-11-29Better fix for CHOP-223.brad kittenbrink
Comments on the mercurial bug tracker indicate that this bug is likely to recur, so we work around it in viewer_manifest.py now. http://mercurial.selenic.com/bts/issue1802
2010-11-22STORM-151 : Attempt to fix Windows static linking, simplified manifestMerov Linden
2010-11-19Fix for viewer_manifest.py failure on windows.brad kittenbrink
2010-11-19Fix for windows installer missing update_install.bat. Paired with mani.brad kittenbrink
2010-11-17CHOP-203 Fixed linux release bug - exclude update_install from symbol strippageMark Palange (Mani)
2010-11-16CHOP-179 Linux install uses linux-updater. Rev. by AlainMark Palange (Mani)
2010-11-11Add very basic windows install script.Andrew A. de Laix
2010-11-11run install script on successful downloadAndrew A. de Laix
2010-11-09beginnings of the update installer (with simple install script for darwin).Andrew A. de Laix
2010-11-03Added some logging to viewer_manifest.py to attempt to narrow down the Mac ↵brad kittenbrink
packaging failures a bit.
2010-11-03For non-Release Linux build, explain why we don't create tarball.Nat Goodspeed
2010-10-15MergeLeyla Farazha
2010-10-13Automated merge with ↵Oz Linden
ssh://bitbucket.org/merov_linden/viewer-development-storm-137
2010-10-08STORM-137: Fix windows packaging issue, namely, do not require a manifest to ↵Merov Linden
move the fmod.dll
2010-10-06merged VWR-20893: "class Linux_x86_64Manifest" missing from ↵Boroondas Gupte
viewer_manifest.py Breaking linux 64-bit build. (transplanted https://bitbucket.org/Techwolf/viewer-development/changeset/111a293c0e1c to create an isolated daggy fix)
2010-10-02STORM-137 : Build script modif so that Windows build does not rely on ↵Merov Linden
fmod.dll being dropped in the source tree + addition to allow fmod to be found in standalone. Caution: wait an upcoming install.xml commit before pulling if building internaly.
2010-09-15STORM-181 : add featuretable_xp to the list of files to install for WindowsMerov Linden
2010-08-26VWR-20946 : fix erroneous error message (broken window...)Merov Linden
2010-08-26VWR-20946 : fix the viewer manifest script to take the new kdu lib name into ↵Merov Linden
account
2010-08-24Suppress llkdu target on Windows build, re-enable manifest check for llkdu.dllMerov Linden
2010-08-22VWR-20893: "class Linux_x86_64Manifest" missing from viewer_manifest.py ↵Techwolf Lupindo
Breaking linux 64-bit build. (transplanted from 111a293c0e1c9062b1aa83dda7cf28aa22754930)
2010-08-20VWR-20847 (SNOW-543/SNOW-517) FIXED Linux packaging fixes.Aimee Linden
2010-08-17SNOW-585 (VWR-20679) FIXED Build failure when the FMOD lib is not present.Aimee Linden
Also added Mac version of the same fix, and corrected the warning message in the Linux version that was already there.
2010-08-13Automated merge with file:///Users/oz/Internal/viewer-developmentOz Linden
2010-08-13Persuade Windows to package the prebuilt llkdu.dllAimee Linden
2010-08-13Change license from GPL to LGPL (version 2.1)Oz Linden
2010-06-18Unmount Mac .sparseimage in case of errors while mounted.Nat Goodspeed
DarwinManifest.package_finish() creates and mounts a .sparseimage file, populating it with the desired package contents before creating a .dmg from it. However, errors while it's mounted would formerly bypass the 'hdiutil detach' command that unmounts it, leaving the host in a confused state that seemed to prevent subsequent retry attempts from succeeding. Also add code to try to diagnose/bypass mysterious SetFile -a V filename errors, so far without much luck.