Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-02 | convert custom makefile code into a package | David Tardon | |
Change-Id: I72b41e4826b7e93b5c8aeacbf6d9d52e3780f090 | |||
2012-04-08 | gbuild: "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-14 | fdo#47246: desktop: factor out a winextendloadenv static library | Michael Stahl | |
2012-01-18 | fdo#37740 remove duplicate icons from soffice.bin/soffice.exe | Andras Timar | |
2012-01-11 | OS_FOR_BUILD is not right do decide Host module name | Norbert Thiebaud | |
2012-01-11 | Revert "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-10 | OS_FOR_BUILD is not right do decide Host module name | Norbert | |
2011-12-20 | Link most libs and executables with gb_STDLIBS as presumably is intended | Tor Lillqvist | |
2011-12-07 | link icons to soffice.bin fdo#42979 | Andras Timar | |
2011-12-07 | 'copyright text to see as text in the soffice binary' deleted | Andras Timar | |
2011-12-06 | normalize Red Hat, Inc. spellings, and bump to latest template | Caolán McNamara | |
2011-12-01 | Revert "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-30 | temporary hack: soffice.bin should be type of GUI app, not CUI app fdo#42914 | Andras 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-27 | remove pch from the include list | Norbert Thiebaud | |
2011-11-27 | remove pre-compiled header support in gbuild and gbuildified module | Norbert Thiebaud | |
2011-11-08 | there is no rule for the manifest, so we need to depend on the lib only | Bjoern Michaelsen | |
- or maybe better: have an rule for manifest files on windows, instead of creating them as a sideeffect | |||
2011-11-07 | add soffice.bin generation to the desktop/ module rule to fix win32 | Michael Meeks | |
2011-11-04 | fix Win32 manifest linking: get dependencies the right way around | Michael Meeks | |
the .bin depends on the _bin.exe and not vv. also -f is required for rm in phony clean rules | |||
2011-11-01 | very,very ugly hack to get the soffice.bin name | Bjoern 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-22 | Always link with user32 | Tor Lillqvist | |
2011-09-22 | Simplify the manifest dance | Tor Lillqvist | |
2011-09-22 | Fix manifest creation in the MinGW case (and hopefully not breaking native). | Jan Holesovsky | |
2011-09-21 | Fixes for MSVC build | Caolán McNamara | |
2011-09-21 | ah, not windows only of course | Caolán McNamara | |
2011-09-21 | get it to link with msvc at least | Caolán McNamara | |
2011-09-20 | Avoid officeloader -> soffice renaming dance, build that directly. | Jan Holesovsky | |
2011-09-15 | gbuildize desktop | David Tardon | |