]> git.sur5r.net Git - openldap/commit
Updates for NT4 (MSVC5++).
authorKurt Zeilenga <kurt@openldap.org>
Thu, 1 Apr 1999 20:26:09 +0000 (20:26 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 1 Apr 1999 20:26:09 +0000 (20:26 +0000)
commitdda1fb4ba0f2a885584bc43214b4755b70597a60
tree6066f0d0269273ca492dda57d9de0dac3a7c1026
parent1b79f745fe2ef23c42edd29217dc441025a55bd8
Updates for NT4 (MSVC5++).
Removed external include/library paths from projects.  External paths should
be set via Tools | Options | Directories.  This allows each developer the
freedom to install external libraries where they desire.
Used libdb.lib instead of libdbs.lib to avoid thread conflicts.
Added hs_regex.lib to library input.  We require some form of regex, this
library works (and is relatively easy for the user to install).
Removed a little lint which MCVC5 detected.
Need to sort out single-threaded vs multithreaded library generation.
libraries/libavl/libavl.dsp
libraries/libldap/libldap.dsp
libraries/libldap_r/libldap_r.dsp
libraries/libldbm/libldbm.dsp
libraries/liblutil/passwd.c
servers/slapd/back-ldbm/backldbm.dsp
servers/slapd/back-ldbm/modrdn.c
servers/slapd/daemon.c
servers/slapd/slapd.dsp
servers/slapd/slapd.dsw