summaryrefslogtreecommitdiffstats
path: root/src/windows/identity/nidmgrdll
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2005-11-29 22:05:23 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2005-11-29 22:05:23 +0000
commita15641c1710ccb204f6dc66c539c42b7617a2ea9 (patch)
tree747a531f34cc909a1f30f91893366e4ac4d99ffc /src/windows/identity/nidmgrdll
parent52e7daa850554e507f7df50e77041fd67ddbcca1 (diff)
downloadkrb5-a15641c1710ccb204f6dc66c539c42b7617a2ea9.tar.gz
krb5-a15641c1710ccb204f6dc66c539c42b7617a2ea9.tar.xz
krb5-a15641c1710ccb204f6dc66c539c42b7617a2ea9.zip
KFW Network Identity Manager (Beta 2)
All features completed except for: * Debug Window * KRB5.INI (aka Realm) Editor * Column Selection * Graphics are incomplete * Documentation is incomplete ticket: new status: resolved component: windows target_version: 1.4.4 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17516 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/identity/nidmgrdll')
-rw-r--r--src/windows/identity/nidmgrdll/Makefile5
-rw-r--r--src/windows/identity/nidmgrdll/dllmain.c2
-rw-r--r--src/windows/identity/nidmgrdll/nidmgrdll.rc2
3 files changed, 6 insertions, 3 deletions
diff --git a/src/windows/identity/nidmgrdll/Makefile b/src/windows/identity/nidmgrdll/Makefile
index 5d48c2d12d..fc2887cc1b 100644
--- a/src/windows/identity/nidmgrdll/Makefile
+++ b/src/windows/identity/nidmgrdll/Makefile
@@ -48,6 +48,7 @@ OBJFILES= \
$(UTILDIR)\hashtable.obj \
$(UTILDIR)\sync.obj \
$(UTILDIR)\mstring.obj \
+ $(UTILDIR)\perfstat.obj \
$(KHERRDIR)\kherrmain.obj \
$(KHERRDIR)\kherr.obj \
$(KCONFIGDIR)\kconfigmain.obj \
@@ -95,7 +96,9 @@ RESFILES= \
SDKLIBFILES= \
advapi32.lib \
strsafe.lib \
- comctl32.lib
+ comctl32.lib \
+ shlwapi.lib \
+ version.lib
$(DLLFILE): $(OBJFILES) $(RESFILES)
$(DLLGUILINK) $(LIBFILES) $(SDKLIBFILES)
diff --git a/src/windows/identity/nidmgrdll/dllmain.c b/src/windows/identity/nidmgrdll/dllmain.c
index f54d4ef72c..e54e281374 100644
--- a/src/windows/identity/nidmgrdll/dllmain.c
+++ b/src/windows/identity/nidmgrdll/dllmain.c
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2004 Massachusetts Institute of Technology
+ * Copyright (c) 2005 Massachusetts Institute of Technology
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
diff --git a/src/windows/identity/nidmgrdll/nidmgrdll.rc b/src/windows/identity/nidmgrdll/nidmgrdll.rc
index 10870e8c39..26aeaa6911 100644
--- a/src/windows/identity/nidmgrdll/nidmgrdll.rc
+++ b/src/windows/identity/nidmgrdll/nidmgrdll.rc
@@ -25,7 +25,7 @@
/* $Id$ */
#include<afxres.h>
-#include<khimaira_version.h>
+#include<netidmgr_intver.h>
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US