diff options
author | unknown <joerg@mysql.com> | 2005-07-22 18:45:31 +0200 |
---|---|---|
committer | unknown <joerg@mysql.com> | 2005-07-22 18:45:31 +0200 |
commit | a30672d2a4aee8cf28c1bef9f5e279eada410228 (patch) | |
tree | 676d78d18d626e6c528a3e1f167b00045f59be28 /VC++Files/libmysqld | |
parent | 26ba52480347c43db5f47e8128d3b9fdb2ab7929 (diff) | |
download | mariadb-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/libmysqld')
-rw-r--r-- | VC++Files/libmysqld/libmysqld.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/VC++Files/libmysqld/libmysqld.dsp b/VC++Files/libmysqld/libmysqld.dsp index 85bd8ca023e..2a73eaf4e19 100644 --- a/VC++Files/libmysqld/libmysqld.dsp +++ b/VC++Files/libmysqld/libmysqld.dsp @@ -45,7 +45,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBMYSQLD_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../libmysqld" /I "../sql" /I "../regex" /I "../extra/yassl/include" /I "../bdb/build_win32" /I "../zlib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "HAVE_INNOBASE_DB" /D "DBUG_OFF" /D "USE_TLS" /D "__WIN__" /FD /c +# ADD CPP /nologo /G6 /MT /W3 /O2 /I "../include" /I "../libmysqld" /I "../sql" /I "../regex" /I "../extra/yassl/include" /I "../storage/bdb/build_win32" /I "../zlib" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "HAVE_INNOBASE_DB" /D "DBUG_OFF" /D "USE_TLS" /D "__WIN__" /FD /c # SUBTRACT CPP /WX /Fr # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
@@ -73,7 +73,7 @@ LINK32=xilink6.exe # PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LIBMYSQLD_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MT /W3 /Z7 /Od /I "../include" /I "../libmysqld" /I "../sql" /I "../regex" /I "../extra/yassl/include" /I "../bdb/build_win32" /I "../zlib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "SAFEMALLOC" /D "HAVE_BERKELEY_DB" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "HAVE_INNOBASE_DB" /D "USE_TLS" /D "__WIN__" /FD /GZ /c +# ADD CPP /nologo /MT /W3 /Z7 /Od /I "../include" /I "../libmysqld" /I "../sql" /I "../regex" /I "../extra/yassl/include" /I "../storage/bdb/build_win32" /I "../zlib" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "SAFEMALLOC" /D "HAVE_BERKELEY_DB" /D "USE_SYMDIR" /D "SIGNAL_WITH_VIO_CLOSE" /D "HAVE_DLOPEN" /D "EMBEDDED_LIBRARY" /D "HAVE_INNOBASE_DB" /D "USE_TLS" /D "__WIN__" /FD /GZ /c # SUBTRACT CPP /X /Fr # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
|