From c58138c9a55c9816016ff54a72f25ed88dbce6b0 Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Fri, 28 Apr 2006 20:58:37 +0000 Subject: [PATCH] Changes due to rename of platutils.c to platform.c. --- auth_token/client/mechanisms/krb5/krb5.vcproj | 8 +++-- .../client/mechanisms/krb5/win32/platutils.c | 35 ------------------- 2 files changed, 5 insertions(+), 38 deletions(-) delete mode 100644 auth_token/client/mechanisms/krb5/win32/platutils.c diff --git a/auth_token/client/mechanisms/krb5/krb5.vcproj b/auth_token/client/mechanisms/krb5/krb5.vcproj index 4d0e49f2..7088b63b 100644 --- a/auth_token/client/mechanisms/krb5/krb5.vcproj +++ b/auth_token/client/mechanisms/krb5/krb5.vcproj @@ -52,7 +52,8 @@ mkdir \"Program Files"\novell\casa\etc\ mkdir \"Program Files"\novell\casa\etc\auth\ mkdir \"Program Files"\novell\casa\etc\auth\mechanisms\ copy Krb5Authenticate.conf \"Program Files"\novell\casa\etc\auth\mechanisms\Krb5Authenticate.conf -copy $(OutDir)\krb5mech.dll \"Program Files"\novell\casa\lib\krb5mech.dll"/> +copy $(OutDir)\krb5mech.dll \"Program Files"\novell\casa\lib\krb5mech.dll +"/> +copy $(OutDir)\krb5mech.dll \"Program Files"\novell\casa\lib\krb5mech.dll +"/> + RelativePath=".\win32\platform.c"> diff --git a/auth_token/client/mechanisms/krb5/win32/platutils.c b/auth_token/client/mechanisms/krb5/win32/platutils.c deleted file mode 100644 index 869b581c..00000000 --- a/auth_token/client/mechanisms/krb5/win32/platutils.c +++ /dev/null @@ -1,35 +0,0 @@ -/*********************************************************************** - * - * Copyright (C) 2006 Novell, Inc. All Rights Reserved. - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; version 2.1 - * of the License. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Library Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, Novell, Inc. - * - * To contact Novell about this file by physical or electronic mail, - * you may find current contact information at www.novell.com. - * - * Author: Juan Carlos Luciani - * - ***********************************************************************/ - -//===[ Include files ]===================================================== - -#include "internal.h" - -//===[ Type definitions ]================================================== - -//===[ Function prototypes ]=============================================== - -//===[ Global variables ]================================================== - -