summaryrefslogtreecommitdiff
path: root/setup_native/Library_sn_tools.mk
AgeCommit message (Collapse)AuthorFilesLines
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky1-2/+2
Uwinapi is discontinued. Change-Id: I063b4d0d8fab2d60de168e960a63b8181158ac01 Reviewed-on: https://gerrit.libreoffice.org/23198 Reviewed-by: David Ostrovsky <david@ostrovsky.org> Tested-by: David Ostrovsky <david@ostrovsky.org>
2015-09-03setup_native: Add vcruntime and libucrt on MSVC 14.0David Ostrovsky1-0/+2
Change-Id: If55979b55b4bc8dee785f0940461a01995060682 Reviewed-on: https://gerrit.libreoffice.org/17362 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-04-15gbuild: add support for building against MSVC debug runtimeMichael Stahl1-1/+1
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-17CustomActions should be statically linked with MSVCRTAndras Timar1-2/+14
Change-Id: I100b7ff7e3aa505098ce8b3333d1aa8faca50370
2013-02-13fix exported DLL function names for all CustomActionsAndras Timar1-0/+4
Change-Id: I1c15003acfb4d1c49c990a247629c70c4dcc3bd3
2013-02-09convert setup_native to gbuild and add to tail_buildPeter Foley1-0/+25
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>