summaryrefslogtreecommitdiff
path: root/desktop/Executable_soffice.bin.mk
AgeCommit message (Collapse)Author
2014-03-03desktop: rename Executable*.bin.mk/.com.mkMichael Stahl
Change-Id: Ibb0970cfde65b331a4b870cc254b0a6481889edf
2013-10-31desktop: stop packaging soffice.bin.manifestMichael Stahl
It was introduced to get newer File Picker dialogs (i#70927) but the special manifest file for that was not actually used for years; LO 3.5 already includes a generic manifest file that is like any other and probably has zero benefit over the manfiest that is embedded in the soffice.bin binary anyway. Change-Id: I0f41f10ecf26201043a8c9964cdfef95bc348eb8
2013-09-22desktop: soffice.bin and unopkg.bin cleanupMichael Stahl
Clean up the horrible mess around unopkg.bin unopkg.com unopkg.exe and soffice.bin soffice.exe and crashrep.com executables and associated renaming via Packages in the desktop makefiles by simply using RepositoryFixes to correct the names. Change-Id: I4d3a549462cfa90a63d62b35db1b0407b25239f7
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-05-02convert custom makefile code into a packageDavid Tardon
Change-Id: I72b41e4826b7e93b5c8aeacbf6d9d52e3780f090
2012-04-08gbuild: "use" vs. "add":Michael Stahl
Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
2012-03-14fdo#47246: desktop: factor out a winextendloadenv static libraryMichael Stahl
2012-01-18fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar
2012-01-11OS_FOR_BUILD is not right do decide Host module nameNorbert Thiebaud
2012-01-11Revert "OS_FOR_BUILD is not right do decide Host module name"Jan Holesovsky
This reverts commit 39cfc4d8ad77700aefabaedde430693448a5f76f. This OS_FOR_BUILD is to modify behavior in the cross-compilation case.
2012-01-10OS_FOR_BUILD is not right do decide Host module nameNorbert
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist
2011-12-07link icons to soffice.bin fdo#42979Andras Timar
2011-12-07'copyright text to see as text in the soffice binary' deletedAndras Timar
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-12-01Revert "temporary hack: soffice.bin should be type of GUI app, not CUI app ↵Andras Timar
fdo#42914" This reverts commit d76479654748454e280ac48217fb0036bc5940a1. Bjoern fixed it correctly, this hack is not needed.
2011-11-30temporary hack: soffice.bin should be type of GUI app, not CUI app fdo#42914Andras Timar
It is puzzling that Executable_soffice.bin.mk contains the line $(eval $(call gb_Executable_set_targettype_gui,$(sofficebin),YES)) yet, in the build log we see -SUBSYSTEM:CONSOLE among the linker flags. I added -SUBSYSTEM:WINDOWS flag exlicitely, and it comes later so it prevails. I guess MinGW will be still affected. It really should be fixed correctly by a gbuild expert.
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-11-08there is no rule for the manifest, so we need to depend on the lib onlyBjoern Michaelsen
- or maybe better: have an rule for manifest files on windows, instead of creating them as a sideeffect
2011-11-07add soffice.bin generation to the desktop/ module rule to fix win32Michael Meeks
2011-11-04fix Win32 manifest linking: get dependencies the right way aroundMichael Meeks
the .bin depends on the _bin.exe and not vv. also -f is required for rm in phony clean rules
2011-11-01very,very ugly hack to get the soffice.bin nameBjoern Michaelsen
the previous solution couldnt work: - Packages are toplevel targets, so they need to be in a separate file - However, Packages should not be used here as it interferes with the pattern rules on $(OUTDIR)/bin - replacing those instead with explicit (non-pattern) rules for this exceptional case - depending from the regular target in $(OUTDIR) on the special one - depending from the special target on the $(WORKDIR) one
2011-09-22Always link with user32Tor Lillqvist
2011-09-22Simplify the manifest danceTor Lillqvist
2011-09-22Fix manifest creation in the MinGW case (and hopefully not breaking native).Jan Holesovsky
2011-09-21Fixes for MSVC buildCaolán McNamara
2011-09-21ah, not windows only of courseCaolán McNamara
2011-09-21get it to link with msvc at leastCaolán McNamara
2011-09-20Avoid officeloader -> soffice renaming dance, build that directly.Jan Holesovsky
2011-09-15gbuildize desktopDavid Tardon