Misc WinNT build updates

This commit is contained in:
Kurt Zeilenga 2002-01-30 04:06:31 +00:00
parent 77698024d4
commit 1116bf4f45
3 changed files with 18 additions and 2 deletions

View file

@ -231,6 +231,18 @@ Package=<4>
###############################################################################
Project: "ldapcompare"=..\clients\tools\ldapcompare.dsp - Package Owner=<4>
Package=<5>
{{{
}}}
Package=<4>
{{{
}}}
###############################################################################
Project: "ldapdelete"=..\clients\tools\ldapdelete.dsp - Package Owner=<4>
Package=<5>

View file

@ -925,7 +925,7 @@
/* #undef SLAPD_MODULES */
/* define to support BDB backend */
/* #undef SLAPD_BDB */
#define SLAPD_BDB 1
/* define to support dynamic BDB backend */
/* #undef SLAPD_BDB_DYNAMIC */
@ -943,7 +943,7 @@
/* #undef SLAPD_LDAP_DYNAMIC */
/* define to support LDBM backend */
#define SLAPD_LDBM 1
/* #undef SLAPD_LDBM 1 */
/* define to support dynamic LDBM backend */
/* #undef SLAPD_LDBM_DYNAMIC */

View file

@ -147,6 +147,10 @@ SOURCE=.\bind.c
# End Source File
# Begin Source File
SOURCE=.\cache.c
# End Source File
# Begin Source File
SOURCE=.\compare.c
# End Source File
# Begin Source File