Signed-off-by: Sam Hartman <hartmans@debian.org>
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25201
dc483132-0cff-0310-8789-
dd5450dbe970
BUILDTOP=$(REL)..$(S)..
DEFS=
+##WIN32##LOCALINCLUDES=-I$(BUILDTOP)\util\windows\
+
SRCS=kdestroy.c
PROG_LIBPATH=-L$(TOPLIBD)
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
+#ifdef _WIN32
+#include <getopt.h>
+#endif
#ifdef __STDC__
#define BELL_CHAR '\a'
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
+##WIN32##LOCALINCLUDES=-I$(BUILDTOP)\util\windows\
+
SRCS = klist.c
##WIN32##VERSIONRC = $(BUILDTOP)\windows\version.rc
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
+#ifdef _WIN32
+#include <getopt.h>
+#endif
#include <string.h>
#include <stdio.h>
#include <time.h>
BUILDTOP=$(REL)..$(S)..
DEFS=
+##WIN32##LOCALINCLUDES=-I$(BUILDTOP)\util\windows\
+
SRCS=kvno.c
PROG_LIBPATH=-L$(TOPLIBD)
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
+#ifdef _WIN32
+#include <getopt.h>
+#endif
+
#include <string.h>
extern int optind;