1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

make_win_bin_dist CMakeLists.txt resolveip.c Makefile.am:

Better Windows support in the scripts directory
mysql_config.pl.in, mysql_install_db.pl.in:
  New Perl version of Unix shell script, mainly for Windows
Many files in scripts directory:
  Use default Perl location "#!/usr/bin/perl" instead of the build host path
This commit is contained in:
kent@mysql.com/kent-amd64.(none)
2007-12-28 01:02:28 +01:00
parent bf1ba3d416
commit 18418ff8c5
13 changed files with 974 additions and 30 deletions

View File

@ -1,4 +1,4 @@
#!@PERL@
#!/usr/bin/perl
# Copyright (C) 2000-2002 MySQL AB
#
# This program is free software; you can redistribute it and/or modify