diff options
author | unknown <aivanov@mysql.com> | 2005-11-28 22:15:43 +0300 |
---|---|---|
committer | unknown <aivanov@mysql.com> | 2005-11-28 22:15:43 +0300 |
commit | afaf1fd3a34d9cd0203ed07d9ae0f269e53d944b (patch) | |
tree | 79bf4bcbb1eaa1f885d63024ebd86075aedc87db /VC++Files | |
parent | 84da27f67a99a4bbf1bc50712841f33dcb0a0458 (diff) | |
download | mariadb-git-afaf1fd3a34d9cd0203ed07d9ae0f269e53d944b.tar.gz |
Changed mysqld.dsp to avoid compilation error in VC++
VC++Files/sql/mysqld.dsp:
Corrected wrong path to ha_archive.cpp (causes compilation
error in VC++)
Diffstat (limited to 'VC++Files')
-rw-r--r-- | VC++Files/sql/mysqld.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VC++Files/sql/mysqld.dsp b/VC++Files/sql/mysqld.dsp index 7a9ad3e1c76..817e3224ea4 100644 --- a/VC++Files/sql/mysqld.dsp +++ b/VC++Files/sql/mysqld.dsp @@ -456,7 +456,7 @@ SOURCE=.\gstream.cpp # End Source File # Begin Source File -SOURCE=.\examples\ha_archive.cpp +SOURCE=.\ha_archive.cpp # End Source File # Begin Source File |