summaryrefslogtreecommitdiff
path: root/desktop/Executable_soffice.mk
AgeCommit message (Collapse)Author
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-19soffice.exe must not link against sal3.dll (might fix fdo#44489)Stephan Bergmann
...as soffice.exe creates the proper environment (PATH) for soffice.bin to be able to load URE libs like sal3.dll, so soffice.exe itself should neither be able to load nor depend on sal3.dll (and does not depend on anything exported by it, anyway). It is unclear to me how this ever worked (which it presumably did?) with any Windows build, either native MSVC or cross-compiled MinGW. (Maybe MSVC builds do not record a dependency from soffice.exe to sal3.dll, noting that the former does not import anything from the latter?)
2012-03-14fdo#47246: desktop: factor out a winextendloadenv static libraryMichael Stahl
2011-12-20Link most libs and executables with gb_STDLIBS as presumably is intendedTor Lillqvist
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara
2011-11-27remove pch from the include listNorbert Thiebaud
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud
2011-09-27make WinResTarget's name independent of LinkTargetDavid Tardon
2011-09-26add resource filesDavid Tardon
2011-09-22Always link with user32Tor Lillqvist
2011-09-21get it to link with msvc at leastCaolán McNamara
2011-09-20I think this is supposed to be a so-called GUI executableTor Lillqvist
2011-09-20Avoid officeloader -> soffice renaming dance, build that directly.Jan Holesovsky
2011-09-19Make 'desktop' build again with MinGW.Jan Holesovsky
2011-09-19Fix endless loop during building soffice.exe deps on Windows.Jan Holesovsky
2011-09-16Fix typoTor Lillqvist
2011-09-16ooopathutils_hack linked_libs -> ooopathutils linked_static_libsCaolán McNamara
2011-09-15gbuildize desktopDavid Tardon