Import some files that allow to build a correct libnfc's DLL on Windows platform. (Thanks to Roger Brown from Snapper)

This commit is contained in:
Romuald Conty 2010-05-28 09:48:15 +00:00
parent 07a779c880
commit b05ab6285d
19 changed files with 1505 additions and 0 deletions

28
windows/win32/nfc.rc Normal file
View file

@ -0,0 +1,28 @@
#include <windows.h>
1 VERSIONINFO
PRODUCTVERSION 1,3,4,0
FILEOS VOS__WINDOWS32
FILEVERSION 1,3,4,0
FILETYPE VFT_DLL
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "140904E4"
BEGIN
VALUE "CompanyName","nfc.org\000\000"
VALUE "LegalCopyright","Copyright (C) 2009, Roel Verdult\000\000"
VALUE "ProductName","nfc\000\000"
VALUE "ProductVersion","1.3.4.0\000\000"
VALUE "Comments","Demonstration Win32 packaging\000\000"
VALUE "FileDescription","Near Field Communication Library\000\000"
VALUE "FileVersion","1.3.4.0\000\000"
VALUE "InternalName","nfc\000\000"
VALUE "OriginalFilename","NFC.DLL\000\000"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x1409, 1252
END
END