From 10601b6d6928dea0f56a5cfe7a90469d0c26d76d Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Tue, 18 Feb 1997 07:07:50 +0000 Subject: [PATCH] Fixed "rc" flags git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9894 dc483132-0cff-0310-8789-dd5450dbe970 --- src/windows/gss/Makefile.in | 2 +- src/windows/wintel/Makefile.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/windows/gss/Makefile.in b/src/windows/gss/Makefile.in index 8045d7bfb..29c5c7bea 100644 --- a/src/windows/gss/Makefile.in +++ b/src/windows/gss/Makefile.in @@ -17,7 +17,7 @@ CFLAGS = $(CCOPTS2) $(INCLUDES) !endif ##### RC Compiler -##WIN16##RFLAGS = /nologo /D$(KRB)=1 $(INCLUDES) +##WIN16##RFLAGS = /nologo $(INCLUDES) ##WIN32##RFLAGS = $(INCLUDES) diff --git a/src/windows/wintel/Makefile.in b/src/windows/wintel/Makefile.in index 1c88d238a..e7eb90d08 100644 --- a/src/windows/wintel/Makefile.in +++ b/src/windows/wintel/Makefile.in @@ -24,8 +24,8 @@ CFLAGS = $(CCOPTS2) $(INCLUDES) /D$(KRB)=1 $(KRBOPT) /Zi CFLAGS = $(CCOPTS2) $(INCLUDES) /D$(KRB)=1 $(KRBOPT) !endif -#RFLAGS = /D$(KRB)=1 $(INCLUDES) $(KRBOPT) -RFLAGS = -D$(KRB)=1 $(KRBOPT) +##WIN32##RFLAGS = /D$(KRB)=1 $(INCLUDES) $(KRBOPT) +##WIN16##RFLAGS = /nologo /D$(KRB)=1 $(INCLUDES) $(KRBOPT) ##### Linker -- 2.26.2