summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/makefile
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-03-28 04:55:24 +0000
committerKeith Vetter <keithv@fusion.com>1995-03-28 04:55:24 +0000
commit059d65ed7ce4b97b714dc026528978d47fd7783a (patch)
treef0600516dad580ad4af653aa0558b717e0fda9f2 /src/windows/cns/makefile
parentb947261e618d7519f97e06fe95fd7fb2cc796d52 (diff)
Minor bug fixes and clean up in windows/cns
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5279 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/cns/makefile')
-rw-r--r--src/windows/cns/makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/src/windows/cns/makefile b/src/windows/cns/makefile
index 8dc8e5436..7c81c7308 100644
--- a/src/windows/cns/makefile
+++ b/src/windows/cns/makefile
@@ -20,21 +20,17 @@ INCLUDES = /I$(BUILDTOP)\include
!endif
!if $(KVERSION) == 5
-BUILDTOP =..\..
+BUILDTOP =..\..
LIBDIR = $(BUILDTOP)\lib
KLIB = $(LIBDIR)\libkrb5.lib
WLIB = $(LIBDIR)\winsock.lib
INCLUDES = /I$(BUILDTOP)\include /I$(BUILDTOP)\include\krb5
-
-RM = $(BUILDTOP)\config\rm.bat
-WHAT = windows
-OBJEXT = obj
!endif
##### C Compiler
CC = cl
-CFLAGS_RELEASE = /f- /nologo /W3 /AL /Gw /Gy /Zp /O2 /DNDEBUG=1
-CFLAGS_DEBUG = /f /nologo /W3 /AL /Gw /Gy /Zp /O2 /Od /Zi
+CFLAGS_RELEASE = /f- /nologo /W3 /AL /Gw /Gsy /Zp /O2 /DNDEBUG=1
+CFLAGS_DEBUG = /f /nologo /W3 /AL /Gw /Gsy /Zp /O2 /Od /Zi
!if $(DEBUG)
CFLAGS = $(CFLAGS_DEBUG) $(INCLUDES) /D$(KRB)=1
!else
@@ -66,11 +62,9 @@ $(OBJS) cns.res: cns.h tktlist.h
install:
copy cns.exe ..\floppy
-clean:: tidy
+clean::
if exist *.exe del *.exe
if exist ..\floppy\cns.exe del ..\floppy\cns.exe
-
-tidy::
if exist *.obj del *.obj
if exist *.res del *.res
if exist *.map del *.map