mariadb/win/packaging
Sergei Golubchik c4cb240061 MDEV-9024 Build fails with VS2015
cherry-pick f1daf9ce from 10.0 branch
-------------------------------------

Fix build failures caused by new C runtime library
- isnan, snprintf, struct timespec are now defined, attempt to
redefine them leads
- P_tmpdir, tzname are no more defined
-  lfind() and lsearch() in lf_hash.c had to be renamed,  declaration
conflicts with some C runtime functions with the same name declared in
a header included by stdlib.h

 Also fix couple of annoying warnings :
- remove #define NOMINMAX from config.h to avoid "redefined" compiler
warnings(NOMINMAX is already in compile flags)

- disable incremental linker in Debug as well (feature not used much
and compiler crashes often)

Also simplify package building with Wix, require Wix 3.9 or later
(VS2015 is not compatible with old Wix 3.5/3.6)
2016-02-06 22:41:58 +01:00
..
ca MDEV-9024 Build fails with VS2015 2016-02-06 22:41:58 +01:00
CMakeLists.txt MDEV-9024 Build fails with VS2015 2016-02-06 22:41:58 +01:00
COPYING.rtf Fix win/ files to be stored with LF in repository 2015-05-08 17:19:48 +03:00
CPackWixConfig.cmake Fix win/ files to be stored with LF in repository 2015-05-08 17:19:48 +03:00
create_msi.cmake.in support same version upgrade for MSI 2012-05-04 03:51:30 +02:00
custom_ui.wxs Fix win/ files to be stored with LF in repository 2015-05-08 17:19:48 +03:00
extra.wxs.in Fix win/ files to be stored with LF in repository 2015-05-08 17:19:48 +03:00
heidisql.cmake Fix win/ files to be stored with LF in repository 2015-05-08 17:19:48 +03:00
heidisql.wxi.in Fix win/ files to be stored with LF in repository 2015-05-08 17:19:48 +03:00
heidisql_feature.wxi.in Fix win/ files to be stored with LF in repository 2015-05-08 17:19:48 +03:00
mysql_server.wxs.in Fix win/ files to be stored with LF in repository 2015-05-08 17:19:48 +03:00
WixUIBannerBmp.jpg add some forgotten jpgs 2011-01-30 23:40:56 +01:00
WixUIDialogBmp.jpg add some forgotten jpgs 2011-01-30 23:40:56 +01:00