some Windows build fixes

This commit is contained in:
Luke Howard
2011-09-12 20:11:36 +10:00
parent 57d468518f
commit 775a452313
2 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
EXPORTS
encode_hdb_keyset
hdb_add_master_key
hdb_add_current_keys_to_history
hdb_check_db_format
hdb_clear_extension
hdb_clear_master_key
@@ -91,8 +92,10 @@ EXPORTS
free_HDB_extension
free_HDB_extensions
free_Key
free_Keys
free_Salt
free_hdb_entry
free_hdb_keyset
int2HDBFlags
length_HDB_Ext_Aliases
length_HDB_Ext_PKINIT_acl

View File

@@ -216,7 +216,7 @@ LIBKADM5SRVRES=$(OBJ)\libkadm5srv-version.res
$(LIBKADM5SRV): $(BINDIR)\libkadm5srv.dll
$(BINDIR)\libkadm5srv.dll: $(LIBKADM5SRV_OBJS) $(LIBHEIMDAL) $(LIBROKEN) $(LIBHDB) $(LIBCOMERR) $(LIBSQLITE) $(LIBKADM5SRVRES)
$(BINDIR)\libkadm5srv.dll: $(LIBKADM5SRV_OBJS) $(LIBHEIMDAL) $(LIBROKEN) $(LIBHDB) $(LIBCOMERR) $(LIBSQLITE) $(LIBKADM5SRVRES) $(LIBHEIMBASE)
$(DLLGUILINK) -implib:$(LIBKADM5SRV) -def:libkadm5srv-exports.def
$(DLLPREP)