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 | 3a448de9f5919027b1f18e03c4fd3d91aee99a80 (patch) | |
tree | 1fb064a1709dca60e80449d5d785103243025a96 /VC++Files/sql | |
parent | 529d02569af71664f2f2683ebd2f97e62fd990e1 (diff) | |
download | mariadb-git-3a448de9f5919027b1f18e03c4fd3d91aee99a80.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/sql')
-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 |