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 ]==================================================
-
-