64-bit Windows gss.exe (gui version of gss-client.exe)
authorJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 5 Sep 2007 16:36:28 +0000 (16:36 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Wed, 5 Sep 2007 16:36:28 +0000 (16:36 +0000)
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

src/windows/Makefile.in
src/windows/gss/Makefile.in

index 5285b02f5dbffd66d10b5af21c7d59ceb304462b..3ba9da6e4c93e33050723e43b2d21a7ee9c203c1 100644 (file)
@@ -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)
index 60c54e8239ae727c6342263c554175914ab38c6f..5413a278a3e5843c283d1097196a83827fb9a43c 100644 (file)
@@ -11,7 +11,11 @@ BUILDTOP=..\..
 
 !if defined(KRB5_KFW_COMPILE)
 KFWINC= /I$(BUILDTOP)\..\..\krbcc\include
+!if ( "$(CPU)" == "i386" )
 KFWLIB= $(BUILDTOP)\..\..\..\..\target\lib\$(CPU)\$(OUTPRE_DBG)\krbcc32.lib
+!else
+KFWLIB= $(BUILDTOP)\..\..\..\..\target\lib\$(CPU)\$(OUTPRE_DBG)\krbcc64.lib
+!endif
 !endif
 LOCALINCLUDES= /I$(BUILDTOP) /I$(BUILDTOP)\include /I$(BUILDTOP)\include\krb5 $(KFWINC)
 
@@ -29,7 +33,7 @@ all:: Makefile $(OUTPRE)gss.exe
 
 $(OUTPRE)gss.exe: gss.def $(OBJS) $(XOBJS) $(LIBS)
        $(LINK) $(LFLAGS) /map:$*.map /out:$@ $(OBJS) $(XOBJS) \
-         $(LIBS) $(SYSLIBS) $(KFWLIB)
+         $(LIBS) $(SYSLIBS) $(KFWLIB) $(SCLIB)
 
 $(OBJS) $(XOBJS): gss.h