summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/cns/makefile')
-rw-r--r--src/windows/cns/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows/cns/makefile b/src/windows/cns/makefile
index 7c81c73085..e743cd7028 100644
--- a/src/windows/cns/makefile
+++ b/src/windows/cns/makefile
@@ -39,7 +39,7 @@ CFLAGS = $(CFLAGS_RELEASE) $(INCLUDES) /D$(KRB)=1
##### RC Compiler
RC = rc
-RFLAGS = /nologo $(INCLUDES)
+RFLAGS = /nologo /D$(KRB)=1 $(INCLUDES)
##### Linker
LINK = link