diff options
author | unknown <kent@mysql.com> | 2006-02-17 19:24:47 +0100 |
---|---|---|
committer | unknown <kent@mysql.com> | 2006-02-17 19:24:47 +0100 |
commit | 6ddd9dd937c4f8d2270df70bfbed17a759eebb35 (patch) | |
tree | 322958165ceef267fdf7f273bd22f77616aca7ac /VC++Files/mysqlserver | |
parent | 62e514d6943fb4fd1efedb4cb4181d04a3768df3 (diff) | |
download | mariadb-git-6ddd9dd937c4f8d2270df70bfbed17a759eebb35.tar.gz |
mysqld.vcproj, mysqlserver.vcproj, libmysqld.vcproj:
Changed default server to include all engines except BDB
VC++Files/libmysqld/libmysqld.vcproj:
Changed default server to include all engines except BDB
VC++Files/mysqlserver/mysqlserver.vcproj:
Changed default server to include all engines except BDB
VC++Files/sql/mysqld.vcproj:
Changed default server to include all engines except BDB
Diffstat (limited to 'VC++Files/mysqlserver')
-rw-r--r-- | VC++Files/mysqlserver/mysqlserver.vcproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/VC++Files/mysqlserver/mysqlserver.vcproj b/VC++Files/mysqlserver/mysqlserver.vcproj index 472743f69e3..6027b8475c2 100644 --- a/VC++Files/mysqlserver/mysqlserver.vcproj +++ b/VC++Files/mysqlserver/mysqlserver.vcproj @@ -22,7 +22,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="../include,../regex,../sql,../storage/bdb/build_win32,libmysqld" - PreprocessorDefinitions="WIN32;_DEBUG;_LIB;HAVE_BERKELEY_DB;USE_SYMDIR;SIGNAL_WITH_VIO_CLOSE;HAVE_DLOPEN;EMBEDDED_LIBRARY;HAVE_INNOBASE_DB;USE_TLS;WITH_BERKELEY_STORAGE_ENGINE;WITH_INNOBASE_STORAGE_ENGINE" + PreprocessorDefinitions="WIN32;_DEBUG;_LIB;USE_SYMDIR;SIGNAL_WITH_VIO_CLOSE;HAVE_DLOPEN;EMBEDDED_LIBRARY;HAVE_INNOBASE_DB;USE_TLS;WITH_INNOBASE_STORAGE_ENGINE" BasicRuntimeChecks="3" RuntimeLibrary="1" UsePrecompiledHeader="2" @@ -74,7 +74,7 @@ Optimization="2" InlineFunctionExpansion="1" AdditionalIncludeDirectories="../include,../regex,../sql,../storage/bdb/build_win32,../libmysqld" - PreprocessorDefinitions="WIN32;NDEBUG;_LIB;HAVE_BERKELEY_DB;SIGNAL_WITH_VIO_CLOSE;HAVE_DLOPEN;EMBEDDED_LIBRARY;HAVE_INNOBASE_DB;DBUG_OFF;USE_TLS;WITH_BERKELEY_STORAGE_ENGINE;WITH_INNOBASE_STORAGE_ENGINE" + PreprocessorDefinitions="WIN32;_LIB;NDEBUG;DBUG_OFF;SIGNAL_WITH_VIO_CLOSE;HAVE_DLOPEN;EMBEDDED_LIBRARY;HAVE_INNOBASE_DB;USE_TLS;WITH_INNOBASE_STORAGE_ENGINE" StringPooling="TRUE" RuntimeLibrary="0" EnableFunctionLevelLinking="TRUE" |