openafs/src/roken/afsroken.rc
Simon Wilkinson e2b4fde0b5 libroken: Build on windows
A minimal change set to get libroken to build on Windows. Sadly,
libroken contains definitions for a number of platform compatibility
macros which were previously scattered throughout the windows code.
These scattered macros have to be removed in order to build libroken.

The impact of this removal is that a very large number of files
throughout the tree require the addition of "roken.h" to pick up the
new compatibility code. The bulk of this change is adding these
includes.

In addition, some of the added includes add roken dependencies to the
Unix build. So, also add libroken to the build rules in affected Unix
Makefiles.

Change-Id: Ifba431bd37e67b1e273fbc6f69b805a232193456
Reviewed-on: http://gerrit.openafs.org/3205
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
2010-11-17 08:12:29 -08:00

16 lines
470 B
Plaintext

/*
* Copyright 2010, Your File System Inc
* All rights reserved
*
* This software has been released under the terms of the BSD License
* For details, see the LICENSE file in the top level source directory
*/
#define AFS_VERINFO_FILE_DESCRIPTION "AFS Roken Compatibility DLL"
#define AFS_VERINFO_DLL
#define AFS_VERINFO_NAME "afsroken"
#define AFS_VERINFO_FILENAME "afsroken.dll"
#include "AFS_component_version_number.h"
#include "..\config\NTVersioninfo.rc"