summaryrefslogtreecommitdiffstats
path: root/set_soenv.in
Commit message (Collapse)AuthorAgeFilesLines
* render the --enable-pch option inert.Norbert Thiebaud2011-11-271-1/+0
|
* Make SampleICC switchable between system and internal one.Tomas Chvatal2011-11-231-0/+3
|
* add --enable-silent-msi configure switchAndras Timar2011-11-181-0/+1
| | | | | On Windows it is now configurable to create an MSI installer which installs LibreOffice without user interaction.
* Implement --with-sytem-postgreql and --with-libq-path; cleanup unused #defineLionel Elie Mamane2011-11-171-0/+2
|
* make postgresql-sdbc connectivity optionalNorbert Thiebaud2011-11-171-0/+1
|
* Apply sdbc-postgresql-config_office.diffLionel Elie Mamane2011-11-171-0/+1
|
* removing obsolete layout codeFelix Zhang2011-11-151-1/+0
|
* Check for the missing MSVC 2005 runtime libs.Jan Holesovsky2011-11-151-1/+26
| | | | They are needed for the pre-built Mozilla libs.
* Fix location of the prebuilt mozilla files.Jan Holesovsky2011-11-151-1/+1
|
* Link with libXrender instead of dynamically open itCaolán McNamara2011-11-141-1/+0
| | | | | | | | | Let's not mess around dlopening it and leaving gaps in the support whereby we currently require it to exist either linked or "dlopenable+display supports it" with dlopenable + display doesn't support it leaves a crashing gap where there are no appropiate checks for that case.
* Avoid silly -Lno_x_libraries (for Android, which is Linux, but without X11)Tor Lillqvist2011-11-141-1/+1
|
* Add nsplugin switch so we dont bind nsplugin building to gtk switch.Tomas Chvatal2011-11-111-0/+1
|
* There is never any solver/$INPATH/include as far as I knowTor Lillqvist2011-11-101-1/+0
|
* Avoid silly -Ino_x_includes in $SOLARINCTor Lillqvist2011-11-101-1/+1
|
* Move solenv/$OUTPATH/inc to solenv/inc/$OUTPATHTor Lillqvist2011-11-101-1/+1
| | | | In a --enable-dbgutil tree, "make clean" will remove solenv/$OUTPATH.
* solenv/inc/Xp31 is crackTor Lillqvist2011-11-101-2/+0
|
* MacOSX doesn't support X based build anymore, stop pretending in set_soenvNorbert Thiebaud2011-11-101-53/+43
|
* Add switch for system/internal npapi.hTomas Chvatal2011-11-081-0/+2
| | | | | | | This commit also update the internal includes to latest mozilla ones including the .c{,pp} file updates. The ldap check is also simplified from 2 check into plain one.
* remove obsolete @SYSTEM_TRANSLATE_TOOLKIT@ from set_soenv.inRene Engelhard2011-11-021-1/+0
|
* Rename --enable-nss-module to --with-system-nss + introduce --enable-xmlsec.Tomas Chvatal2011-11-021-6/+4
| | | | This also finishes the uncoupling of NSS from the --with-system-mozilla.
* export DBUS_{CFLAGS,LIBS}David Tardon2011-11-021-0/+2
|
* Introduced --disable-linkoo.Stephan Bergmann2011-10-201-0/+1
|
* bootstrap.1 is not usefull anymore use bootsrap directlyNorbert Thiebaud2011-10-071-17/+0
|
* Fix Windows build and enable CMIS inconditionallyFridrich Štrba2011-10-051-1/+0
| | | | | Since the provider should now build everywhere, enable it inconditionally to catch minor problems
* LIBVISIO_* -> VISIO_* to avoid eventual conflict with pkg-config danseFridrich Štrba2011-10-051-2/+2
|
* LIBWPS_* -> WPS_* to avoid eventual conflict with pkg-config danseFridrich Štrba2011-10-051-2/+2
|
* LIBWPG_* -> WPG_* to avoid eventual conflict with pkg-config danseFridrich Štrba2011-10-051-2/+2
|
* LIBWPD_* -> WPD_* to avoid eventual conflict with pkg-config danseFridrich Štrba2011-10-051-2/+2
|
* Added --disable-cmis flag for use while the feature is too unstableCédric Bosdonnat2011-10-041-0/+1
|
* Fix the build / host confusion around icu tools.Jan Holesovsky2011-10-031-0/+1
|
* add --with-system-libcmisRene Engelhard2011-10-021-0/+3
|
* ExternalLib: add the include folder to the default includesCédric Bosdonnat2011-10-011-0/+1
|
* Add support for bundling the -system .dll's into the MinGW builds.Jan Holesovsky2011-09-301-0/+1
|
* -fthreadsafe-statics uses a single lock on Mac OS X and thus leads to deadlock.Stephan Bergmann2011-09-301-0/+1
|
* bump to libexttextcatCaolán McNamara2011-09-231-2/+4
| | | | | | As an aside we can always use the configuration and data files belonging to the system version now in --with-system-libexttextcat mode, so need for the --data option.
* Always output AWTLIB, gbuildized 'bean' depends on that.Jan Holesovsky2011-09-201-3/+1
|
* Fix soenv for FreeBSDBaptiste Daroussin2011-09-191-3/+2
|
* Drop unused WinFormat functionTor Lillqvist2011-09-191-63/+0
|
* Drop ActiveState Perl supportTor Lillqvist2011-09-191-24/+23
| | | | | Why make life harder on purpose? On Cygwin, we support the Cygwin Perl, period.
* Avoid reordering elements already in PATH for CygwinTor Lillqvist2011-09-191-12/+13
| | | | | For instance: If we have /opt/lo/bin in PATH already in front of /usr/bin, we don't want to put /usr/bin in front of it again.
* Surely /usr/bin already is in PATH on CygwinTor Lillqvist2011-09-191-5/+0
| | | | | | It would be a weird PATH otherwise. (And if that is the case, presumably there is a good reason for it, then, and we shouldn't force /usr/bin there.)
* Bin weird leftover from OOo's native MinGW thingTor Lillqvist2011-09-191-2/+0
| | | | | | | I don't see the need to explicitly prefix PATH with /usr/bin in the generated 'bootstrap' file. Surely /usr/bin is in PATH anyway for any sane setup, and if there are other directories in front of it in PATH, that is then on purpose.
* Revert "Remove once again the INSTALLDIR feature"Tomas Chvatal2011-09-181-0/+2
| | | | | | | | | | This reverts commit bf0ea5c4eefa122febaaa5e6da8ecf4b1869f991. Those variables are used in bin/distro-install-*. Unable to find any issue with both distro-install and dev-install so reverting. If something really does break it needs fixing. Reverting this is not an option.
* Removed no longer needed PROFULLSWITCH.Stephan Bergmann2011-09-161-1/+0
|
* typo fixAndras Timar2011-09-131-1/+1
|
* provide instructions to install a linreoffice-custom gnumakeNorbert Thiebaud2011-09-101-3/+21
|
* Add detection of stale / slow makes (for Windows) and warn about them.Michael Meeks2011-09-101-0/+12
|
* extend branding options in configureAndras Timar2011-09-011-0/+9
|
* Remove the almost always empty '350' directoryFrançois Tigeot2011-08-301-2/+2
| | | | | It's better to use two completely separate source trees than to try to build two different versions of LibreOffice in the same one
* MinGW cross-compilation improvementsTor Lillqvist2011-08-291-0/+7
| | | | | | | | | | | | | | | | | | Make sure the MINGW_FOO environment variables get set and propagated to the build environment also in the MinGW cross-compilation case. The OOo code used to do that for MinGW natively on Windows (under Cygwin). (Which we don't intend to support.) Now, whether the *use* of these variables in the various makefiles etc is relevant any more remains to be seen. I suspect all that might well be unnecessary, as we after all are capable of cross-build the code using MinGW just fine currently with none of these MINGW_FOO being set. One place where at least MINGW_GCCDLL and MINGW_GXXDLL is needed, though, is in scp2. We presumably do want to include these DLLs (the shared libgcc and libstdc++) in the installation set, to the extent the scp2 stuff can be used still in a MinGW cross-build context.