Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-15 | gbuild: add support for building against MSVC debug runtime | Michael Stahl | 1 | -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-17 | CustomActions should be statically linked with MSVCRT | Andras Timar | 1 | -0/+8 | |
Change-Id: I100b7ff7e3aa505098ce8b3333d1aa8faca50370 | |||||
2013-02-09 | convert setup_native to gbuild and add to tail_build | Peter Foley | 1 | -0/+16 | |
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> |