summaryrefslogtreecommitdiff
path: root/setup_native/Library_sellangmsi.mk
AgeCommit message (Collapse)Author
2013-05-07setup_native: remove Package_spellMichael Stahl
Change-Id: I082956036843b6a88e3e1db3d799985599ae2980
2013-04-15gbuild: add support for building against MSVC debug runtimeMichael Stahl
Mainly this means using /MDd instead of /MD and /MTd instead of /MT in the CFLAGS, and also re-mapping of .lib files to ones with "d". Change-Id: Ifc56b53a66d5eb522c1695a34d68b08cad1d8338
2013-02-27setup_native: add missing dependency on packageMatúš Kukan
Also correct some package names. They were quite random, I wonder if it was working and they are needed for something. Change-Id: I5080f1f7eda967b602b6fac667018e11aec5a521
2013-02-17CustomActions should be statically linked with MSVCRTAndras Timar
Change-Id: I100b7ff7e3aa505098ce8b3333d1aa8faca50370
2013-02-11stdcall and declspec(dllexport) don't play nicely togetherPeter Foley
Change-Id: I56da76771790cb6824ac3d01072d9143cb580741
2013-02-09convert setup_native to gbuild and add to tail_buildPeter Foley
Change-Id: Ie12338dada22c59d55d89ed9611bb1a958b04223 Reviewed-on: https://gerrit.libreoffice.org/2063 Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>