summaryrefslogtreecommitdiffstats
path: root/src/windows/cns
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1996-06-12 04:23:06 +0000
committerTheodore Tso <tytso@mit.edu>1996-06-12 04:23:06 +0000
commit54a5eedbaa21a6433332c81a920140bb200953c6 (patch)
tree8ff07ebf72ca7fe1f721b4307dcda8da68da9d30 /src/windows/cns
parent7392fdb8695c7f4b2f362e11cbdfe644fa571a9d (diff)
downloadkrb5-54a5eedbaa21a6433332c81a920140bb200953c6.tar.gz
krb5-54a5eedbaa21a6433332c81a920140bb200953c6.tar.xz
krb5-54a5eedbaa21a6433332c81a920140bb200953c6.zip
specializations. Remove /nologo option for Win32 RFLAGS,
since RC apparently doesn't support it. changelo: Renamed to ChangeLog, to make life easier. makefile: Renamed to Makefile.in, so that we can do WIN16/WIN32 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8302 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/cns')
-rw-r--r--src/windows/cns/ChangeLog (renamed from src/windows/cns/changelo)8
-rw-r--r--src/windows/cns/Makefile.in (renamed from src/windows/cns/makefile)3
2 files changed, 10 insertions, 1 deletions
diff --git a/src/windows/cns/changelo b/src/windows/cns/ChangeLog
index 96fb078a7e..3ca9e96074 100644
--- a/src/windows/cns/changelo
+++ b/src/windows/cns/ChangeLog
@@ -1,3 +1,11 @@
+Wed Jun 12 00:20:08 1996 Theodore Ts'o <tytso@rsts-11.mit.edu>
+
+ * makefile: Renamed to Makefile.in, so that we can do WIN16/WIN32
+ specializations. Remove /nologo option for Win32 RFLAGS,
+ since RC apparently doesn't support it.
+
+ * changelo: Renamed to ChangeLog, to make life easier.
+
Wed Jan 10 23:16:41 1996 Theodore Y. Ts'o <tytso@dcl>
* cns.rc: Add an #ifdef for enabling lower case realm (for use
diff --git a/src/windows/cns/makefile b/src/windows/cns/Makefile.in
index 0163c874f5..3fae32b43e 100644
--- a/src/windows/cns/makefile
+++ b/src/windows/cns/Makefile.in
@@ -41,7 +41,8 @@ CFLAGS = $(CFLAGS_RELEASE) $(INCLUDES) /D$(KRB)=1
##### RC Compiler
RC = rc
-RFLAGS = /nologo /D$(KRB)=1 $(INCLUDES)
+##WIN16##RFLAGS = /nologo /D$(KRB)=1 $(INCLUDES)
+##WIN32##RFLAGS = /D$(KRB)=1 $(INCLUDES)
##### Linker
LINK = link