During the interop session we concluded that the ccapi32.dll should
not be required for netidmgr to operate. netidmgr should work with
only FILE: ccaches. After the interop the removal of the error
check post-load was not removed.
identity/doc/Makefile:
The 'clean' rules failed to specify the /Q switch which silently
removes the directory tree. As a result, during the build the
user was prompted.
ticket: 3542
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17907
dc483132-0cff-0310-8789-
dd5450dbe970
-$(HHC) $(DOCDIR)\html\index.hhp\r
\r
clean::\r
- $(RMDIR) /s $(DOCDIR)\html\r
+ $(RMDIR) /s /q $(DOCDIR)\html\r
$(RM) $(DOCDIR)\*.*\r
CKRV;\r
\r
imp_rv = LoadFuncs(CCAPI_DLL, ccapi_fi, &hCCAPI, 0, 1, 0, 0);\r
- CKRV;\r
+ /* CCAPI_DLL is optional. No error check. */\r
\r
memset(&osvi, 0, sizeof(OSVERSIONINFO));\r
osvi.dwOSVersionInfoSize = sizeof(OSVERSIONINFO);\r