From: Richard Basch Date: Sat, 15 Feb 1997 21:29:04 +0000 (+0000) Subject: Declare CLIB to the comerr library X-Git-Tag: krb5-1.1-beta1~1321 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa14fb942a45438e3262ee743a73449b379f9ebd;p=krb5.git Declare CLIB to the comerr library git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9870 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/config/ChangeLog b/src/config/ChangeLog index ce8ad351e..63da60ea5 100644 --- a/src/config/ChangeLog +++ b/src/config/ChangeLog @@ -1,15 +1,19 @@ +Fri Feb 14 22:02:33 1997 Richard Basch + + * windows.in: Define CLIB as the ComErr library (now separate lib) + Mon Feb 10 08:39:10 1997 Tom Yu * post.in: Fix recursion rules to deal with Ultrix sh lossage. * libobj.in: Remove instances of STAMP.*, since they aren't - actually necessary. + actually necessary. Sun Feb 9 13:43:42 1997 Tom Yu * libobj.in (OBJS.*): Work around a gmake optimization where the - timestamps of OBJS.* would not get checked after STAMP.* get - updated, even though OBJS.* get updated as a side effect. + timestamps of OBJS.* would not get checked after STAMP.* get + updated, even though OBJS.* get updated as a side effect. Sat Feb 8 12:17:17 1997 Richard Basch diff --git a/src/config/windows.in b/src/config/windows.in index bdf3f42fc..f1f2e2277 100644 --- a/src/config/windows.in +++ b/src/config/windows.in @@ -69,6 +69,8 @@ AWK=rem RC = rc CVTRES = cvtres +##WIN16##CLIB=$(BUILDTOP)\lib\comerr16.lib +##WIN32##CLIB=$(BUILDTOP)\lib\comerr32.lib ##WIN16##KLIB=$(BUILDTOP)\lib\krb5_16.lib ##WIN32##KLIB=$(BUILDTOP)\lib\krb5_32.lib ##WIN16##GLIB=$(BUILDTOP)\lib\gssapi.lib