Commit graph

15 commits

Author SHA1 Message Date
Andras Timar
d764796547 temporary hack: soffice.bin should be type of GUI app, not CUI app fdo#42914
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-30 12:08:43 +01:00
Norbert Thiebaud
3f2ff54778 remove pch from the include list 2011-11-27 15:24:45 -06:00
Norbert Thiebaud
992757cc5e remove pre-compiled header support in gbuild and gbuildified module 2011-11-27 11:49:38 -06:00
Bjoern Michaelsen
f222b01170 there is no rule for the manifest, so we need to depend on the lib only
- or maybe better: have an rule for manifest files on windows, instead of creating them as a sideeffect
2011-11-08 14:21:23 +01:00
Michael Meeks
cfa5d651db add soffice.bin generation to the desktop/ module rule to fix win32 2011-11-07 11:38:28 +00:00
Michael Meeks
e4bc48f37f fix Win32 manifest linking: get dependencies the right way around
the .bin depends on the _bin.exe and not vv.
also -f is required for rm in phony clean rules
2011-11-04 11:56:12 +00:00
Bjoern Michaelsen
cca7126c29 very,very ugly hack to get the soffice.bin name
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-11-01 12:47:47 +01:00
Tor Lillqvist
4f3e9f30a0 Always link with user32 2011-09-22 15:46:15 +03:00
Tor Lillqvist
8a915ad95f Simplify the manifest dance 2011-09-22 15:35:11 +03:00
Jan Holesovsky
b0ddd564c1 Fix manifest creation in the MinGW case (and hopefully not breaking native). 2011-09-22 12:49:10 +02:00
Caolán McNamara
e629526bf5 Fixes for MSVC build 2011-09-21 19:53:10 +03:00
Caolán McNamara
0538506fb4 ah, not windows only of course 2011-09-21 15:33:40 +01:00
Caolán McNamara
aba21544bc get it to link with msvc at least 2011-09-21 15:11:03 +01:00
Jan Holesovsky
558ebfde8d Avoid officeloader -> soffice renaming dance, build that directly. 2011-09-20 11:01:45 +02:00
David Tardon
6df9c479f5 gbuildize desktop 2011-09-15 14:49:34 +02:00