summaryrefslogtreecommitdiff
path: root/VC++Files/bdb/build_win32/db_load.dsp
Commit message (Collapse)AuthorAgeFilesLines
* File / directory structure change from 5.0 to 5.1:unknown2005-07-211-151/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Table handlers "bdb", "heap", "innobase", "myisam", and "myisammrg" have been moved into a common subdirectory "storage". This must be reflected in the tools for Windows: 1) When the source package is created, there is the additional level "storage". 2) The project files below "VC++Files" also get that additional directory level, to keep structures in sync. 3) Within the project files, references to/from the table handlers must cross that level. VC++Files/storage/bdb/build_win32/Berkeley_DB.dsw: mvdir VC++Files/storage/bdb/build_win32/db_archive.dsp: mvdir VC++Files/storage/bdb/build_win32/db_buildall.dsp: mvdir VC++Files/storage/bdb/build_win32/db_checkpoint.dsp: mvdir VC++Files/storage/bdb/build_win32/db_deadlock.dsp: mvdir VC++Files/storage/bdb/build_win32/db_dll.dsp: mvdir VC++Files/storage/bdb/build_win32/db_dump.dsp: mvdir VC++Files/storage/bdb/build_win32/db_java.dsp: mvdir VC++Files/storage/bdb/build_win32/db_load.dsp: mvdir VC++Files/storage/bdb/build_win32/db_printlog.dsp: mvdir VC++Files/storage/bdb/build_win32/db_recover.dsp: mvdir VC++Files/storage/bdb/build_win32/db_stat.dsp: mvdir VC++Files/storage/bdb/build_win32/db_static.dsp: mvdir VC++Files/storage/bdb/build_win32/db_static1.dsp: mvdir VC++Files/storage/bdb/build_win32/db_tcl.dsp: mvdir VC++Files/storage/bdb/build_win32/db_test.dsp: mvdir VC++Files/storage/bdb/build_win32/db_upgrade.dsp: mvdir VC++Files/storage/bdb/build_win32/db_verify.dsp: mvdir VC++Files/storage/bdb/build_win32/ex_access.dsp: mvdir VC++Files/storage/bdb/build_win32/ex_btrec.dsp: mvdir VC++Files/storage/bdb/build_win32/ex_env.dsp: mvdir VC++Files/storage/bdb/build_win32/ex_lock.dsp: mvdir VC++Files/storage/bdb/build_win32/ex_mpool.dsp: mvdir VC++Files/storage/bdb/build_win32/ex_tpcb.dsp: mvdir VC++Files/storage/bdb/build_win32/excxx_access.dsp: mvdir VC++Files/storage/bdb/build_win32/excxx_btrec.dsp: mvdir VC++Files/storage/bdb/build_win32/excxx_env.dsp: mvdir VC++Files/storage/bdb/build_win32/excxx_lock.dsp: mvdir VC++Files/storage/bdb/build_win32/excxx_mpool.dsp: mvdir VC++Files/storage/bdb/build_win32/excxx_tpcb.dsp: mvdir VC++Files/storage/bdb/build_win32/libdb.def: mvdir VC++Files/storage/bdb/build_win32/libdb_tcl.def: mvdir VC++Files/mysql.dsw: Table handlers "bdb", "heap", "innobase", "myisam", and "myisammrg" have been moved into a common subdirectory "storage". This must be reflected in the hierarchy of project files. VC++Files/mysql_ia64.dsw: Table handlers "heap", "innobase", "myisam", and "myisammrg" have been moved into a common subdirectory "storage". This must be reflected in the hierarchy of project files. VC++Files/sql/mysqld.dsp: Table handler "bdb" has been moved into a subdirectory "storage". File "myrg_rnext_same.c" belongs to project "myisammrg". VC++Files/storage/bdb/bdb.dsp: Table handler "bdb" has been moved into a subdirectory "storage", so the path to the directories keeping the libraries must point one level higher. VC++Files/storage/heap/heap.dsp: Table handler "heap" has been moved into a subdirectory "storage", so the pathes to the directories keeping the global includes and libraries must point one level higher. VC++Files/storage/heap/heap_ia64.dsp: Table handler "heap" has been moved into a subdirectory "storage", so the pathes to the directories keeping the global includes and libraries must point one level higher. scripts/make_win_src_distribution.sh: Table handlers "bdb", "heap", "innobase", "myisam", "myisammrg", and "ndb" have been moved into a common subdirectory "storage". This must be reflected when creating a source package for Windows. VC++Files/storage/innobase/innobase.dsp: Table handler "innobase" has been moved into a subdirectory "storage", so the pathes to the directories keeping the global includes and libraries must point one level higher. VC++Files/storage/innobase/innobase_ia64.dsp: Table handler "innobase" has been moved into a subdirectory "storage", so the pathes to the directories keeping the global includes and libraries must point one level higher. VC++Files/storage/myisam/myisam.dsp: Table handler "myisam" has been moved into a subdirectory "storage", so the pathes to the directories keeping the global includes and libraries must point one level higher. VC++Files/storage/myisam/myisam_ia64.dsp: Table handler "myisam" has been moved into a subdirectory "storage", so the pathes to the directories keeping the global includes and libraries must point one level higher. VC++Files/storage/myisammrg/myisammrg.dsp: Table handler "myisammrg" has been moved into a subdirectory "storage", so the pathes to the directories keeping the global includes and libraries must point one level higher. VC++Files/storage/myisammrg/myisammrg_ia64.dsp: Table handler "myisammrg" has been moved into a subdirectory "storage", so the pathes to the directories keeping the global includes and libraries must point one level higher.
* Update to VC++ build filesunknown2003-01-211-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | VC++Files/bdb/bdb.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/Berkeley_DB.dsw: Update to 4.1.0 VC++Files/bdb/build_win32/db_archive.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/db_buildall.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/db_checkpoint.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/db_deadlock.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/db_dll.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/db_dump.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/db_java.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/db_load.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/db_printlog.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/db_recover.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/db_stat.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/db_static.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/db_static1.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/db_tcl.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/db_test.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/db_upgrade.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/db_verify.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/ex_access.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/ex_btrec.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/ex_env.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/ex_lock.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/ex_mpool.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/ex_tpcb.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/excxx_access.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/excxx_btrec.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/excxx_env.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/excxx_lock.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/excxx_mpool.dsp: Update to 4.1.0 VC++Files/bdb/build_win32/excxx_tpcb.dsp: Update to 4.1.0 VC++Files/client/mysql.dsp: Update to 4.1.0 VC++Files/client/mysqladmin.dsp: Update to 4.1.0 VC++Files/client/mysqlcheck.dsp: Update to 4.1.0 VC++Files/client/mysqlclient.dsp: Update to 4.1.0 VC++Files/client/mysqlclient.dsw: Update to 4.1.0 VC++Files/client/mysqldump.dsp: Update to 4.1.0 VC++Files/client/mysqlimport.dsp: Update to 4.1.0 VC++Files/client/mysqlshow.dsp: Update to 4.1.0 VC++Files/comp_err/comp_err.dsp: Update to 4.1.0 VC++Files/contrib/asm386/zlibvc.dsp: Update to 4.1.0 VC++Files/contrib/asm386/zlibvc.dsw: Update to 4.1.0 VC++Files/contrib/minizip/zlibvc.dsp: Update to 4.1.0 VC++Files/contrib/minizip/zlibvc.dsw: Update to 4.1.0 VC++Files/dbug/dbug.dsp: Update to 4.1.0 VC++Files/dbug/dbug.dsw: Update to 4.1.0 VC++Files/heap/heap.dsp: Update to 4.1.0 VC++Files/innobase/innobase.dsp: Update to 4.1.0 VC++Files/isam/isam.dsp: Update to 4.1.0 VC++Files/isam/isam.dsw: Update to 4.1.0 VC++Files/isamchk/isamchk.dsp: Update to 4.1.0 VC++Files/libmysql/libmysql.dsw: Update to 4.1.0 VC++Files/libmysqld/examples/test_libmysqld.dsp: Update to 4.1.0 VC++Files/libmysqld/libmysqld.dsp: Update to 4.1.0 VC++Files/libmysqltest/myTest.dsp: Update to 4.1.0 VC++Files/libmysqltest/mytest.dsw: Update to 4.1.0 VC++Files/merge/merge.dsp: Update to 4.1.0 VC++Files/merge/merge.dsw: Update to 4.1.0 VC++Files/my_print_defaults/my_print_defaults.dsp: Update to 4.1.0 VC++Files/myisam/myisam.dsp: Update to 4.1.0 VC++Files/myisamchk/myisamchk.dsp: Update to 4.1.0 VC++Files/myisamlog/myisamlog.dsp: Update to 4.1.0 VC++Files/myisammrg/myisammrg.dsp: Update to 4.1.0 VC++Files/myisampack/myisampack.dsp: Update to 4.1.0 VC++Files/mysql.dsp: Update to 4.1.0 VC++Files/mysql.dsw: Update to 4.1.0 VC++Files/mysqlbinlog/mysqlbinlog.dsp: Update to 4.1.0 VC++Files/mysqlcheck/mysqlcheck.dsp: Update to 4.1.0 VC++Files/mysqldemb/mysqldemb.dsp: Update to 4.1.0 VC++Files/mysqlmanager/MySqlManager.dsp: Update to 4.1.0 VC++Files/mysqlmanager/mysqlmanager.dsw: Update to 4.1.0 VC++Files/mysqlserver/mysqlserver.dsp: Update to 4.1.0 VC++Files/mysqlshutdown/myshutdown.dsp: Update to 4.1.0 VC++Files/mysqlshutdown/mysqlshutdown.dsp: Update to 4.1.0 VC++Files/mysqlwatch/mysqlwatch.dsp: Update to 4.1.0 VC++Files/mysys/mysys.dsp: Update to 4.1.0 VC++Files/mysys/mysys.dsw: Update to 4.1.0 VC++Files/pack_isam/pack_isam.dsp: Update to 4.1.0 VC++Files/perror/perror.dsp: Update to 4.1.0 VC++Files/regex/regex.dsp: Update to 4.1.0 VC++Files/regex/regex.dsw: Update to 4.1.0 VC++Files/replace/replace.dsp: Update to 4.1.0 VC++Files/sql/mysqld.dsp: Update to 4.1.0 VC++Files/sql/mysqld.dsw: Update to 4.1.0 VC++Files/sql/mysqldmax.dsp: Update to 4.1.0 VC++Files/sql/old/mysqld.dsw: Update to 4.1.0 VC++Files/strings/MASM6x/strings.dsp: Update to 4.1.0 VC++Files/strings/MASM6x/strings.dsw: Update to 4.1.0 VC++Files/strings/backup/strings.dsp: Update to 4.1.0 VC++Files/strings/backup/strings.dsw: Update to 4.1.0 VC++Files/strings/noMASM/strings.dsp: Update to 4.1.0 VC++Files/strings/noMASM/strings.dsw: Update to 4.1.0 VC++Files/strings/strings.dsp: Update to 4.1.0 VC++Files/strings/strings.dsw: Update to 4.1.0 VC++Files/test1/test1.dsp: Update to 4.1.0 VC++Files/thr_insert_test/thr_insert_test.dsp: Update to 4.1.0 VC++Files/thr_test/thr_test.dsp: Update to 4.1.0 VC++Files/vio/vio.dsp: Update to 4.1.0 VC++Files/zlib/zlib.dsp: Update to 4.1.0 bdb/build_win32/Berkeley_DB.dsw: Update to 4.1.0
* Added the last VC++ workspace and project filesunknown2002-08-151-0/+151