summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1997-02-15 21:29:04 +0000
committerRichard Basch <probe@mit.edu>1997-02-15 21:29:04 +0000
commitfa14fb942a45438e3262ee743a73449b379f9ebd (patch)
treeaacc1aa00b833e4a0d5f3501be79c864d7453e35
parent5388048eab8896bb5f0ff37d28940834ba74bf91 (diff)
downloadkrb5-fa14fb942a45438e3262ee743a73449b379f9ebd.tar.gz
krb5-fa14fb942a45438e3262ee743a73449b379f9ebd.tar.xz
krb5-fa14fb942a45438e3262ee743a73449b379f9ebd.zip
Declare CLIB to the comerr library
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9870 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/config/ChangeLog10
-rw-r--r--src/config/windows.in2
2 files changed, 9 insertions, 3 deletions
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 <basch@lehman.com>
+
+ * windows.in: Define CLIB as the ComErr library (now separate lib)
+
Mon Feb 10 08:39:10 1997 Tom Yu <tlyu@mit.edu>
* 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 <tlyu@mit.edu>
* 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 <basch@lehman.com>
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