summaryrefslogtreecommitdiff
path: root/VC++Files/myisamlog/myisamlog.vcproj
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/myisamlog/myisamlog.vcproj
parent95b6827587cba7cd8c7448b765b409f467ff7e3d (diff)
downloadmariadb-git-030558e17eb7c13cd4a38345bb7293bf6215a5ba.tar.gz
Fix VS project files following move of storage engines below storage/.
Diffstat (limited to 'VC++Files/myisamlog/myisamlog.vcproj')
-rw-r--r--VC++Files/myisamlog/myisamlog.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/VC++Files/myisamlog/myisamlog.vcproj b/VC++Files/myisamlog/myisamlog.vcproj
index 6189a54d33b..2e56e343b05 100644
--- a/VC++Files/myisamlog/myisamlog.vcproj
+++ b/VC++Files/myisamlog/myisamlog.vcproj
@@ -22,7 +22,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/myisamlog.pch"
@@ -83,7 +83,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 @@
Optimization="2"
InlineFunctionExpansion="1"
OptimizeForProcessor="2"
- AdditionalIncludeDirectories="../include,../myisam"
+ AdditionalIncludeDirectories="../include,../storage/myisam"
PreprocessorDefinitions="NDEBUG;DBUG_OFF;_CONSOLE;_WINDOWS"
StringPooling="TRUE"
RuntimeLibrary="0"
@@ -202,7 +202,7 @@
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File
- RelativePath="..\myisam\myisamlog.c">
+ RelativePath="..\storage\myisam\myisamlog.c">
<FileConfiguration
Name="Debug|Win32">
<Tool