diff options
author | knielsen@mysql.com <> | 2006-06-28 15:15:49 +0200 |
---|---|---|
committer | knielsen@mysql.com <> | 2006-06-28 15:15:49 +0200 |
commit | 10abc3e244f4423af9c38fecb81c93a6ed2c86fe (patch) | |
tree | b8e7f46447b7497c2293a3144167c6dbac4dfa29 /VC++Files | |
parent | 38501d8804a921e676aa7e095a10cba19203688c (diff) | |
download | mariadb-git-10abc3e244f4423af9c38fecb81c93a6ed2c86fe.tar.gz |
BUG#20739.
In the Windows build files, the "Max nt" configuration for some reason
had the mysql_client_test project disabled. Enable it.
Diffstat (limited to 'VC++Files')
-rw-r--r-- | VC++Files/mysql.sln | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VC++Files/mysql.sln b/VC++Files/mysql.sln index 943b38c1f8e..bd0cae1d5d8 100644 --- a/VC++Files/mysql.sln +++ b/VC++Files/mysql.sln @@ -1427,6 +1427,7 @@ Global {DA224DAB-5006-42BE-BB77-16E8BE5326D5}.Max.ActiveCfg = Release|Win32 {DA224DAB-5006-42BE-BB77-16E8BE5326D5}.Max.Build.0 = Release|Win32 {DA224DAB-5006-42BE-BB77-16E8BE5326D5}.Max nt.ActiveCfg = Release|Win32 + {DA224DAB-5006-42BE-BB77-16E8BE5326D5}.Max nt.Build.0 = Release|Win32 {DA224DAB-5006-42BE-BB77-16E8BE5326D5}.nt.ActiveCfg = Release|Win32 {DA224DAB-5006-42BE-BB77-16E8BE5326D5}.nt.Build.0 = Release|Win32 {DA224DAB-5006-42BE-BB77-16E8BE5326D5}.pro.ActiveCfg = Release|Win32 |