summaryrefslogtreecommitdiff
path: root/VC++Files/myisamchk
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2005-11-25 10:46:28 +0100
committerunknown <kent@mysql.com>2005-11-25 10:46:28 +0100
commit030558e17eb7c13cd4a38345bb7293bf6215a5ba (patch)
treec4b76d2be4a76d7dbba03a97bf12dcf96b85bdec /VC++Files/myisamchk
parent95b6827587cba7cd8c7448b765b409f467ff7e3d (diff)
downloadmariadb-git-030558e17eb7c13cd4a38345bb7293bf6215a5ba.tar.gz
Fix VS project files following move of storage engines below storage/.
Diffstat (limited to 'VC++Files/myisamchk')
-rw-r--r--VC++Files/myisamchk/myisamchk.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/VC++Files/myisamchk/myisamchk.vcproj b/VC++Files/myisamchk/myisamchk.vcproj
index 33f813024b5..e97cf6c5739 100644
--- a/VC++Files/myisamchk/myisamchk.vcproj
+++ b/VC++Files/myisamchk/myisamchk.vcproj
@@ -23,7 +23,7 @@
Optimization="2"
InlineFunctionExpansion="1"
OptimizeForProcessor="2"
- AdditionalIncludeDirectories="../include,../myisam"
+ AdditionalIncludeDirectories="../include,../storage/myisam"
PreprocessorDefinitions="NDEBUG;DBUG_OFF;_CONSOLE;_WINDOWS"
StringPooling="TRUE"
RuntimeLibrary="0"
@@ -84,7 +84,7 @@
Optimization="2"
InlineFunctionExpansion="1"
OptimizeForProcessor="2"
- AdditionalIncludeDirectories="../include,../myisam"
+ AdditionalIncludeDirectories="../include,../storage/myisam"
PreprocessorDefinitions="_CONSOLE;_WINDOWS;LICENSE=Commercial;DBUG_OFF;NDEBUG"
StringPooling="TRUE"
RuntimeLibrary="0"
@@ -146,7 +146,7 @@
Name="VCCLCompilerTool"
Optimization="0"
OptimizeForProcessor="2"
- AdditionalIncludeDirectories="../include,../myisam"
+ AdditionalIncludeDirectories="../include,../storage/myisam"
PreprocessorDefinitions="_DEBUG;SAFEMALLOC;SAFE_MUTEX;_CONSOLE;_WINDOWS"
RuntimeLibrary="1"
PrecompiledHeaderFile=".\debug/myisamchk.pch"
@@ -202,7 +202,7 @@
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File
- RelativePath="..\myisam\myisamchk.c">
+ RelativePath="..\storage\myisam\myisamchk.c">
<FileConfiguration
Name="Release|Win32">
<Tool