summaryrefslogtreecommitdiffstats
path: root/src/windows/Makefile.in
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2007-09-05 16:36:28 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2007-09-05 16:36:28 +0000
commit9c243238c6ca6228fde72fa1661d0393a1e08c81 (patch)
tree63f925b14a844a1660775c97070ffe2c519487a9 /src/windows/Makefile.in
parent2d3707714db1013cd8121087d838f7d9bded53fb (diff)
downloadkrb5-9c243238c6ca6228fde72fa1661d0393a1e08c81.tar.gz
krb5-9c243238c6ca6228fde72fa1661d0393a1e08c81.tar.xz
krb5-9c243238c6ca6228fde72fa1661d0393a1e08c81.zip
64-bit Windows gss.exe (gui version of gss-client.exe)
Now that krbcc64.lib exists we can build the gss.exe gss-api test client. ticket: new component: windows git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19921 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/Makefile.in')
-rw-r--r--src/windows/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/windows/Makefile.in b/src/windows/Makefile.in
index 5285b02f5d..3ba9da6e4c 100644
--- a/src/windows/Makefile.in
+++ b/src/windows/Makefile.in
@@ -14,11 +14,9 @@ all-windows::
@echo Making in windows\wintel
cd ..\wintel
$(MAKE) -$(MFLAGS)
-!if ( "$(CPU)" != "ALPHA64" ) && ( "$(CPU)" != "IA64" ) && ( "$(CPU)" != "AMD64" )
@echo Making in windows\gss
cd ..\gss
$(MAKE) -$(MFLAGS)
-!endif
@echo Making in windows\gina
cd ..\gina
$(MAKE) -$(MFLAGS)