diff options
author | unknown <kent@mysql.com> | 2005-10-01 21:05:09 +0200 |
---|---|---|
committer | unknown <kent@mysql.com> | 2005-10-01 21:05:09 +0200 |
commit | 7e0e3cb7b96fde137ac8d3eecfb1e1c2a608629b (patch) | |
tree | 1fb064a1709dca60e80449d5d785103243025a96 /VC++Files | |
parent | c96cf154a879e3deb4e8cfc108355b97e4f5e7d0 (diff) | |
download | mariadb-git-7e0e3cb7b96fde137ac8d3eecfb1e1c2a608629b.tar.gz |
mysqld.vcproj:
Removed "examples/" from path to "ha_archive.cc"
VC++Files/sql/mysqld.vcproj:
Removed "examples/" from path to "ha_archive.cc"
Diffstat (limited to 'VC++Files')
-rw-r--r-- | VC++Files/sql/mysqld.vcproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VC++Files/sql/mysqld.vcproj b/VC++Files/sql/mysqld.vcproj index 26d23022a50..49bf74ae5a2 100644 --- a/VC++Files/sql/mysqld.vcproj +++ b/VC++Files/sql/mysqld.vcproj @@ -1252,7 +1252,7 @@ </FileConfiguration> </File> <File - RelativePath="examples\ha_archive.cpp"> + RelativePath="ha_archive.cpp"> <FileConfiguration Name="classic nt|Win32"> <Tool |