summaryrefslogtreecommitdiff
path: root/solenv
AgeCommit message (Collapse)AuthorFilesLines
2011-12-11Add comment about OxygenOffice's use of XPDTor Lillqvist1-0/+2
2011-12-11Drop Hamburg RE updatepack stuff that we have no clue about anywayTor Lillqvist5-220/+9
2011-12-11UPDATER, whatever it means, was fixed at YES, so factor outTor Lillqvist8-110/+3
2011-12-11CALL_CDECL is always TRUETor Lillqvist1-4/+0
2011-12-11The common_build stuff is surely obsoleteTor Lillqvist9-911/+7
2011-12-11I don't see SO3 being used anywhereTor Lillqvist1-1/+1
2011-12-10use PACKAGEVERSION as the base of MSI ProductVersionAndras Timar1-18/+2
Formerly PRODUCTVERSION was used but that did not contain the microversion digit. It is better to have it in MSI ProductVersion, because a higher build number of a lower microversion looked newer from the MSI point of view, and update failed. MSI ProductVersion is now major.minor.micro.build, e.g. 3.6.1.1206 (build number is taken from minor.mk)
2011-12-10enhance VersionInfo resource of Windows excutablesAndras Timar10-277/+38
+ added ProductName (a required parameter), It is LibreOffice + CompanyName is configurable, it is $(OOO_VENDOR), that is set --with-vendor configure switch. If not set, then CompanyName is empty string which is fine, too. + Binary file version and FileVersion string show the same value, and version number is sane: main version + subversion + microversion + build number, such as 3.5.0.0 + LegalCopyright text is the same as in the About box, year range can be set in minor.mk - removed archaic and overcomplicated version number calculating macros - removed version.lst, copied relevant content to minor.mk - removed binary RCDATA resources, I don't think they were of any use
2011-12-10solenv: pimp the gdb nodes array pretty printerMichael Stahl1-2/+36
2011-12-09do nothing in buildpl stage for debugrunBjoern Michaelsen1-0/+3
2011-12-09gbuild: Output.mk: fix typosMichael Stahl1-3/+3
2011-12-09Don't misuse CLASSPATH for what goes into the -cp option to javacTor Lillqvist2-9/+9
CLASSPATH is supposed to show where to find the classes needed by Java programs running at build time. The -cp switch to javac tells where to find classes referenced by the code being compiled. These are different things. (But it doesn't seem to have mattered much in our build system.) So use T_CP instead, named in the same fashion as T_CXXFLAGS etc. But... for some reason this change, which as such should be just more or less cosmetic, also fixes a build problem in the "scripting" module on Windows, seen by Noel Grandin (http://comments.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/19016 ) and me.
2011-12-09remove upx exepacker supportAndras Timar4-186/+0
it was not used and anti-malware programs are allergic to exepackers anyway...
2011-12-09we don't pack runtime with internal extensionsAndras Timar1-62/+0
2011-12-09remove transform_description.pl, obsoleted by l10ntoolsAndras Timar2-143/+2
2011-12-09i18npool on Windows needed more fixes.Jan Holesovsky2-2/+2
2011-12-09Allow gb_COLOR and gb_TITLES for 256color TERMs, tooLionel Elie Mamane1-2/+6
2011-12-09Revert "mysqlcppconn: force recompilation when switching between different ↵Lionel Elie Mamane1-16/+13
bindings" This reverts commit 694627b7860fb69f115c020719c5b149d328f9ef.
2011-12-09Revert "tg_ext: fix unpack for zip files"Lionel Elie Mamane1-4/+4
This reverts commit fb46e93e1a85dd4c0377958cc7690eafd52d7580.
2011-12-09Revert "tg_ext: fix unpack for flat zip files"Lionel Elie Mamane1-6/+4
This reverts commit 58844404ad9c9da806b9b521d5e39af6cf78b480.
2011-12-09Revert "tg_ext.ml: fix patch when filename ambiguous"Lionel Elie Mamane1-4/+4
This reverts commit 0189e8881de7a48c62fdf84a9b0e9ce8668a530b.
2011-12-09tg_ext.ml: fix patch when filename ambiguousLionel Elie Mamane1-4/+4
2011-12-09tg_ext: fix unpack for flat zip filesLionel Elie Mamane1-4/+6
2011-12-09tg_ext: fix unpack for zip filesLionel Elie Mamane1-4/+4
2011-12-08mysqlcppconn: force recompilation when switching between different bindingsLionel Elie Mamane1-13/+16
2011-12-08We don't need any btm filesTor Lillqvist2-8/+0
2011-12-08We don't use thisTor Lillqvist4-317/+0
2011-12-08We don't use any gbuild.lst filesTor Lillqvist1-12/+9
2011-12-08Unused and obsoleteTor Lillqvist1-293/+0
2011-12-08EIS is deadTor Lillqvist1-220/+0
2011-12-08We have abandoned pchTor Lillqvist2-152/+0
2011-12-08Weird old crack, presumably not usedTor Lillqvist1-1/+0
2011-12-08No idea what this is, seems obsoleteTor Lillqvist1-6/+0
2011-12-08Bump version to 3.6 (3.6.0, 360, 360m1)Tor Lillqvist2-4/+4
2011-12-08./download need to be run with $SRCDIR as working dirNorbert Thiebaud1-2/+1
2011-12-08clean-up header and set the modfiel appropriatelyNorbert Thiebaud1-8/+8
2011-12-08Fix build on Linux.Jan Holesovsky1-1/+1
2011-12-08Fix 18npool build on Windows.Bjoern Michaelsen3-3/+3
2011-12-08enable -gdwarf-4 by default if possibleLuboš Luňák2-0/+14
http://lists.freedesktop.org/archives/libreoffice/2011-December/021638.html
2011-12-08Rework yacc rule for gcc platforms.Thorsten Behrens5-59/+29
Generalized the OSX ppc workaround for ancient bison versions, factored out for all gcc platforms. Put bison version detection into configure accordingly, to switch on that, and not on platform.
2011-12-08Less succes, more successStefan Knorr (astron)1-1/+1
2011-12-08fix typoBjoern Michaelsen1-1/+1
2011-12-07do not clean INPATH_FOR_BUILD on noncrosscompilesBjoern Michaelsen1-1/+1
2011-12-07only depend from dev-install on build if it is an explicit goalBjoern Michaelsen2-6/+4
2011-12-07add def to allow compile of concat-deps.c on MacNorbert Thiebaud1-0/+12
2011-12-07c version for concat-depsNorbert Thiebaud1-0/+840
2011-12-07quoting for CustomTargetsBjoern Michaelsen1-1/+1
2011-12-07use File::Spec instead of CwdBjoern Michaelsen1-2/+2
2011-12-07use canonical paths in dep-filesBjoern Michaelsen1-1/+19
2011-12-07silent recurseBjoern Michaelsen1-1/+1