summaryrefslogtreecommitdiff
path: root/setup_native/Library_shlxtmsi.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold1-0/+1
* Windows XP SP2 is 0x0502, see http://msdn.microsoft.com/en-us/library/aa383745.aspx * If a module changes the Windows SDK version setting, this is done module wide now. So the overall behavior is as before. This seems to be the best compromise for now. * We need at least SP2 because of the bluetooth stuff used in sd/source/ui/remotecontrol. * Now, we require at least Internet Explorer 7.0. IE6 has been outdated for a long time. * Leave StdAfx.h file definitions, as those are Microsoft project specific precompiled header files. * All local definitions of WINVER are removed, because the global WINVER setting makes them obsolete now. To the relation of the three macros: Setting _WIN32_WINNT sets WINVER and NTDDI_VERSION automatically to the same value as _WIN32_WINNT. WINVER and NTDDI_VERSION can be set idenpendently each for itself. Change-Id: Ibcc12493aae4fcaf7bcfda88be99c1b61bc326cb Reviewed-on: https://gerrit.libreoffice.org/6496 Reviewed-by: Thorsten Behrens <thb@documentfoundation.org> Tested-by: Thorsten Behrens <thb@documentfoundation.org>
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-03-02remove RebuildShellIconCache CustomAction (it was Win 9x/NT/2K only)Andras Timar1-1/+0
Change-Id: Id856c2279520d9183c8b10967f5b56903d21963f
2013-02-17CustomActions should be statically linked with MSVCRTAndras Timar1-1/+13
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/+37
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>