summaryrefslogtreecommitdiffstats
path: root/src/windows/gss/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/windows/gss/Makefile.in')
-rw-r--r--src/windows/gss/Makefile.in7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/windows/gss/Makefile.in b/src/windows/gss/Makefile.in
index fcfee6cc7e..306f7c79a5 100644
--- a/src/windows/gss/Makefile.in
+++ b/src/windows/gss/Makefile.in
@@ -8,13 +8,10 @@ XOBJS = $(RESFILE)
##### Options
# Set NODEBUG if building release instead of debug
BUILDTOP=..\..
-INCLUDES= /I$(BUILDTOP)\include /I$(BUILDTOP)\include\krb5
-
-##### C Compiler
-CFLAGS = $(CCOPTS2) $(INCLUDES)
+LOCALINCLUDES= /I$(BUILDTOP)\include /I$(BUILDTOP)\include\krb5
##### RC Compiler
-RFLAGS = $(INCLUDES)
+RFLAGS = $(LOCALINCLUDES)
RCFLAGS = $(RFLAGS) -D_WIN32 -DGSS_APP
##### Linker