gecko-dev/db/build.win32
..
.dbtestrc
Berkeley_DB.dsw
DB_DLL.mak
DB_DLL.mdp
README
config.h
db.h
db_archive.dsp
db_buildall.dsp
db_checkpoint.dsp
db_deadlock.dsp
db_dll.dsp
db_dump.dsp
db_int.h
db_load.dsp
db_printlog.dsp
db_recover.dsp
db_stat.dsp
db_static.dsp
dbtest.dsp
dllmain.c
ex_access.dsp
ex_appinit.dsp
ex_lock.dsp
ex_mpool.dsp
ex_tpcb.dsp
excxx_access.dsp
excxx_appinit.dsp
excxx_lock.dsp
excxx_mpool.dsp
excxx_tpcb.dsp
include.tcl
libdb.def
libdb.rc
libdb.rc.src

README

Building the Win32 version of DB:

This directory contains project files for both MSVC4.X and 5.0:

	DB_DLL.mdp		Visual C++ 4.0 project file
	DB_DLL.mak		Makefile exported by Visual C++ 4.0.
	Berkeley_DB.dsw		Visual C++ 5.0 project file
	*.dsp			Visual C++ 5.0 subprojects

In MSVC5.0, open the file "Berkeley_DB.dsw".  The 5.0 project files are
fully developed, allowing you to build both DLL and static versions of
libdb, the test harness and the command-line utilities.  If you want to
build absolutely everything, select the "db_buildall" subproject and
build.

In MSVC4.X, first move your distribution directory to \db (so that this
file is \db\build.win32\README for some drive letter).  Then open the file
"DB_DLL.mdp".  The 4.X project files currently only allow you to build
the DLL version of libdb.