diff options
author | unknown <knielsen@mysql.com> | 2006-06-28 15:15:49 +0200 |
---|---|---|
committer | unknown <knielsen@mysql.com> | 2006-06-28 15:15:49 +0200 |
commit | 48b09e2a51a1c26ab48af4c1cfb45519517202b3 (patch) | |
tree | b8e7f46447b7497c2293a3144167c6dbac4dfa29 /VC++Files | |
parent | 1fdccc89032524d51085f888a0d2356f7b6ebbfe (diff) | |
download | mariadb-git-48b09e2a51a1c26ab48af4c1cfb45519517202b3.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.
VC++Files/mysql.sln:
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 |