gecko-dev/db/build.win32
roeber%netscape.com feaefda4fa Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
..
.dbtestrc Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
Berkeley_DB.dsw Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
DB_DLL.mak Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
DB_DLL.mdp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
README Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
config.h Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
db.h Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
db_archive.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
db_buildall.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
db_checkpoint.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
db_deadlock.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
db_dll.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
db_dump.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
db_int.h Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
db_load.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
db_printlog.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
db_recover.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
db_stat.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
db_static.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
dbtest.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
dllmain.c Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
ex_access.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
ex_appinit.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
ex_lock.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
ex_mpool.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
ex_tpcb.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
excxx_access.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
excxx_appinit.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
excxx_lock.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
excxx_mpool.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
excxx_tpcb.dsp Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
include.tcl Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
libdb.def Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
libdb.rc Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00
libdb.rc.src Import of Sleepycat DB 2.4.14.1 1998-10-15 03:56:37 +00:00

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.