summaryrefslogtreecommitdiff
path: root/VC++Files/sql
diff options
context:
space:
mode:
authorunknown <joerg@mysql.com>2005-07-22 18:45:31 +0200
committerunknown <joerg@mysql.com>2005-07-22 18:45:31 +0200
commita30672d2a4aee8cf28c1bef9f5e279eada410228 (patch)
tree676d78d18d626e6c528a3e1f167b00045f59be28 /VC++Files/sql
parent26ba52480347c43db5f47e8128d3b9fdb2ab7929 (diff)
downloadmariadb-git-a30672d2a4aee8cf28c1bef9f5e279eada410228.tar.gz
File / directory structure change from 5.0 to 5.1:
Table handlers "bdb" and "myisam" (and others) have been moved into a common subdirectory "storage". Include paths between main projects and table handler files need to be adapted. VC++Files/libmysqld/libmysqld.dsp: Table handler "bdb" has been moved into a subdirectory "storage", so the path to the include files must reflect this. VC++Files/myisam_ftdump/myisam_ftdump.dsp: Table handler "myisam" has been moved into a subdirectory "storage", so the pathes to the include and source files must reflect this. VC++Files/myisam_ftdump/myisam_ftdump_ia64.dsp: Table handler "myisam" has been moved into a subdirectory "storage", so the pathes to the include and source files must reflect this. VC++Files/myisamchk/myisamchk.dsp: Table handler "myisam" has been moved into a subdirectory "storage", so the pathes to the include and source files must reflect this. VC++Files/myisamchk/myisamchk_ia64.dsp: Table handler "myisam" has been moved into a subdirectory "storage", so the pathes to the include and source files must reflect this. VC++Files/myisamlog/myisamlog.dsp: Table handler "myisam" has been moved into a subdirectory "storage", so the pathes to the include and source files must reflect this. VC++Files/myisamlog/myisamlog_ia64.dsp: Table handler "myisam" has been moved into a subdirectory "storage", so the pathes to the include and source files must reflect this. VC++Files/myisampack/myisampack.dsp: Table handler "myisam" has been moved into a subdirectory "storage", so the pathes to the include and source files must reflect this. VC++Files/myisampack/myisampack_ia64.dsp: Table handler "myisam" has been moved into a subdirectory "storage", so the pathes to the include and source files must reflect this. VC++Files/sql/mysqld_ia64.dsp: Table handler "bdb" has been moved into a subdirectory "storage", so the path to the include files must reflect this.
Diffstat (limited to 'VC++Files/sql')
-rw-r--r--VC++Files/sql/mysqld_ia64.dsp6
1 files changed, 3 insertions, 3 deletions
diff --git a/VC++Files/sql/mysqld_ia64.dsp b/VC++Files/sql/mysqld_ia64.dsp
index 310f48fcfb9..11809875aaa 100644
--- a/VC++Files/sql/mysqld_ia64.dsp
+++ b/VC++Files/sql/mysqld_ia64.dsp
@@ -77,7 +77,7 @@ LINK32=link.exe
# PROP Target_Dir ""
MTL=midl.exe
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN64" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MTd /W3 /Zi /Od /I "../bdb/build_win32" /I "../include" /I "../regex" /I "../zlib" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "HAVE_INNOBASE_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /D "_IA64_" /D "WIN64" /D "WIN32" /D "_AFX_NO_DAO_SUPPORT" /FD /G2 /EHsc /Wp64 /Zm600 /c
+# ADD CPP /nologo /MTd /W3 /Zi /Od /I "../storage/bdb/build_win32" /I "../include" /I "../regex" /I "../zlib" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "HAVE_INNOBASE_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /D "_IA64_" /D "WIN64" /D "WIN32" /D "_AFX_NO_DAO_SUPPORT" /FD /G2 /EHsc /Wp64 /Zm600 /c
# SUBTRACT CPP /Fr /YX
# ADD BASE RSC /l 0x410 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
@@ -134,7 +134,7 @@ LINK32=link.exe
MTL=midl.exe
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /D "NDEBUG" /D "__NT__" /D "DBUG_OFF" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /FD /c
# SUBTRACT BASE CPP /YX
-# ADD CPP /nologo /MT /W3 /Zi /O2 /I "../bdb/build_win32" /I "../include" /I "../regex" /I "../zlib" /D "NDEBUG" /D "__NT__" /D "DBUG_OFF" /D "HAVE_INNOBASE_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /D "_IA64_" /D "WIN64" /D "WIN32" /D "_AFX_NO_DAO_SUPPORT" /FD /DMYSQL_SERVER_SUFFIX=-nt-max /G2 /EHsc /Wp64 /Zm600 /c
+# ADD CPP /nologo /MT /W3 /Zi /O2 /I "../storage/bdb/build_win32" /I "../include" /I "../regex" /I "../zlib" /D "NDEBUG" /D "__NT__" /D "DBUG_OFF" /D "HAVE_INNOBASE_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /D "_IA64_" /D "WIN64" /D "WIN32" /D "_AFX_NO_DAO_SUPPORT" /FD /DMYSQL_SERVER_SUFFIX=-nt-max /G2 /EHsc /Wp64 /Zm600 /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
@@ -164,7 +164,7 @@ LINK32=link.exe
MTL=midl.exe
# ADD BASE CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../regex" /D "NDEBUG" /D "DBUG_OFF" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /FD /c
# SUBTRACT BASE CPP /YX
-# ADD CPP /nologo /MT /W3 /Zi /O2 /I "../bdb/build_win32" /I "../include" /I "../regex" /I "../zlib" /D "NDEBUG" /D "DBUG_OFF" /D "USE_SYMDIR" /D "HAVE_INNOBASE_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /D "_IA64_" /D "WIN64" /D "WIN32" /D "_AFX_NO_DAO_SUPPORT" /FD /DMYSQL_SERVER_SUFFIX=-max /G2 /EHsc /Wp64 /Zm600 /c
+# ADD CPP /nologo /MT /W3 /Zi /O2 /I "../storage/bdb/build_win32" /I "../include" /I "../regex" /I "../zlib" /D "NDEBUG" /D "DBUG_OFF" /D "USE_SYMDIR" /D "HAVE_INNOBASE_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /D "_IA64_" /D "WIN64" /D "WIN32" /D "_AFX_NO_DAO_SUPPORT" /FD /DMYSQL_SERVER_SUFFIX=-max /G2 /EHsc /Wp64 /Zm600 /c
# SUBTRACT CPP /YX
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"