1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

BUG#20739: __NT__ not probably defined for mysys project.

Make sure for the mysys project that __NT__ is defined in *nt solution
configurations (but not in other configurations).
This commit is contained in:
knielsen@mysql.com
2006-06-28 12:30:14 +02:00
parent c18a4e36f4
commit 529a2d1291
3 changed files with 114 additions and 13 deletions

View File

@@ -1033,7 +1033,8 @@ sub executable_setup () {
$path_client_bindir= mtr_path_exists("$glob_basedir/client_release",
"$glob_basedir/client_debug",
"$glob_basedir/bin",);
$exe_mysqld= mtr_exe_exists ("$path_client_bindir/mysqld-max",
$exe_mysqld= mtr_exe_exists ("$path_client_bindir/mysqld-max-nt",
"$path_client_bindir/mysqld-max",
"$path_client_bindir/mysqld-nt",
"$path_client_bindir/mysqld",
"$path_client_bindir/mysqld-debug",