summaryrefslogtreecommitdiff
path: root/win/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Merge 5.2->5.3 in preparation for the release of mariadb-5.3.4-rc.Igor Babaev2012-02-011-1/+1
|\
| * MDEV-50 : Fix default compilation commentVladislav Vaintroub2012-01-101-1/+1
| |
* | mergeVladislav Vaintroub2011-09-161-1/+2
|\ \ | |/
| * Fix path lookup for singtoolVladislav Vaintroub2011-09-161-1/+2
| |
* | LPBUG#779758 - fix missing alpha/beta etc in MSI and ZIP package names.Vladislav Vaintroub2011-06-172-4/+14
|/
* Cygwin-specific klugde to workaround missing TEMP/TMP variables.Vladislav Vaintroub2011-05-101-0/+1
|
* Add optional CMake parameter TINY_VERSION. Vladislav Vaintroub2011-03-292-4/+8
| | | | | Parameter setting has the effect on 4th part of the version string in executable's version info on Windows. It could be set e.g to bzr revno to uniquely identify different builds for the same major.minor.patch combo.
* CMake fixes for buildbot/MSI package building and signing:Vladislav Vaintroub2011-03-281-23/+12
| | | | | | | | | | | - FIND_PROGRAM (signtool) will now get a hint about location of signtool.exe (Windows SDK) - Targets "package" or "msi" will now fail, l if signing is requested but does not work (e.g invalid certificate) - During install, do not re-sign binaries, if they are already signed. - Preserve mysqld_error.h timestamp whenever possible. This helps avoiding situations where the whole server is rebuilt, whenever comp_err.exe changes (for example after code signing, or also after a minor fix in mysys) - Fix Wix error in UpgradeVersion, if patch part of the version is 0.
* split long lines, use get_mysql_service_properties()Vladislav Vaintroub2011-01-301-0/+0
|
* MWL#55 : cherrypick MySQL 5.5 CMake/build improvements in orderVladislav Vaintroub2011-01-299-0/+1085
| | | | to be able to build MSI based installer
* Install MariaDB as a service with the installerBo Thorsen2010-06-301-0/+995