summaryrefslogtreecommitdiffstats
path: root/desktop/Executable_soffice.bin.mk
Commit message (Collapse)AuthorAgeFilesLines
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-22/+4
|
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* convert custom makefile code into a packageDavid Tardon2012-05-021-55/+5
| | | | Change-Id: I72b41e4826b7e93b5c8aeacbf6d9d52e3780f090
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-2/+2
| | | | | | | | | 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)
* fdo#47246: desktop: factor out a winextendloadenv static libraryMichael Stahl2012-03-141-4/+1
|
* fdo#37740 remove duplicate icons from soffice.bin/soffice.exeAndras Timar2012-01-181-1/+1
|
* OS_FOR_BUILD is not right do decide Host module nameNorbert Thiebaud2012-01-111-1/+1
|
* Revert "OS_FOR_BUILD is not right do decide Host module name"Jan Holesovsky2012-01-111-1/+1
| | | | | | This reverts commit 39cfc4d8ad77700aefabaedde430693448a5f76f. This OS_FOR_BUILD is to modify behavior in the cross-compilation case.
* OS_FOR_BUILD is not right do decide Host module nameNorbert2012-01-101-1/+1
|
* Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist2011-12-201-0/+1
|
* link icons to soffice.bin fdo#42979Andras Timar2011-12-071-0/+2
|
* 'copyright text to see as text in the soffice binary' deletedAndras Timar2011-12-071-1/+0
|
* normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara2011-12-061-1/+3
|
* Revert "temporary hack: soffice.bin should be type of GUI app, not CUI app ↵Andras Timar2011-12-011-1/+0
| | | | | | | fdo#42914" This reverts commit d76479654748454e280ac48217fb0036bc5940a1. Bjoern fixed it correctly, this hack is not needed.
* temporary hack: soffice.bin should be type of GUI app, not CUI app fdo#42914Andras Timar2011-11-301-0/+1
| | | | | | | | | 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.
* remove pch from the include listNorbert Thiebaud2011-11-271-1/+0
|
* remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud2011-11-271-2/+0
|
* there is no rule for the manifest, so we need to depend on the lib onlyBjoern Michaelsen2011-11-081-2/+2
| | | | - or maybe better: have an rule for manifest files on windows, instead of creating them as a sideeffect
* add soffice.bin generation to the desktop/ module rule to fix win32Michael Meeks2011-11-071-1/+5
|
* fix Win32 manifest linking: get dependencies the right way aroundMichael Meeks2011-11-041-5/+5
| | | | | the .bin depends on the _bin.exe and not vv. also -f is required for rm in phony clean rules
* very,very ugly hack to get the soffice.bin nameBjoern Michaelsen2011-11-011-5/+17
| | | | | | | | | | | 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
* Always link with user32Tor Lillqvist2011-09-221-4/+0
|
* Simplify the manifest danceTor Lillqvist2011-09-221-0/+5
|
* Fix manifest creation in the MinGW case (and hopefully not breaking native).Jan Holesovsky2011-09-221-1/+0
|
* Fixes for MSVC buildCaolán McNamara2011-09-211-13/+20
|
* ah, not windows only of courseCaolán McNamara2011-09-211-1/+4
|
* get it to link with msvc at leastCaolán McNamara2011-09-211-2/+2
|
* Avoid officeloader -> soffice renaming dance, build that directly.Jan Holesovsky2011-09-201-0/+25
|
* gbuildize desktopDavid Tardon2011-09-151-0/+56