1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Implement an NSIS based installer

This commit is contained in:
Bo Thorsen
2010-06-25 15:09:45 +02:00
parent f7d6a2ed65
commit 5c4e95f83b
14 changed files with 114 additions and 0 deletions

View File

@@ -75,3 +75,8 @@ CONFIGURE_FILE(mysqldumpslow.sh
CONFIGURE_FILE(mysqlhotcopy.sh
${CMAKE_BINARY_DIR}/scripts/mysqlhotcopy.pl ESCAPE_QUOTES @ONLY)
INSTALL(FILES mysqldumpslow.pl mysqlhotcopy.pl mysql_config.pl
mysql_convert_table_format.pl mysql_install_db.pl
mysql_secure_installation.pl mysqld_multi.pl
DESTINATION scripts COMPONENT perlscripts)