mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-12 02:23:47 +00:00
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:
35
windows/win32/nfc-poll.rc
Normal file
35
windows/win32/nfc-poll.rc
Normal file
@@ -0,0 +1,35 @@
|
||||
#include "windows.h"
|
||||
|
||||
1 VERSIONINFO
|
||||
FILEVERSION 1,3,4,0
|
||||
PRODUCTVERSION 1,3,4,0
|
||||
FILEFLAGSMASK 0x3fL
|
||||
#ifdef _DEBUG
|
||||
FILEFLAGS VS_FF_DEBUG|VS_FF_PRERELEASE
|
||||
#else
|
||||
FILEFLAGS VS_FF_PRERELEASE
|
||||
#endif
|
||||
FILEOS VOS_NT_WINDOWS32
|
||||
FILETYPE VFT_APP
|
||||
FILESUBTYPE 0x0L
|
||||
BEGIN
|
||||
BLOCK "StringFileInfo"
|
||||
BEGIN
|
||||
BLOCK "140904e4"
|
||||
BEGIN
|
||||
VALUE "Comments", "example from libnfc\0"
|
||||
VALUE "CompanyName", "libnfc.org\0"
|
||||
VALUE "FileDescription", "NFC test application\0"
|
||||
VALUE "FileVersion", "1.3.4.0\0"
|
||||
VALUE "InternalName", "nfc-poll\0"
|
||||
VALUE "LegalCopyright", "Copyright (C) 2009, Roel Verdult\0"
|
||||
VALUE "OriginalFilename", "NFC-POLL.EXE\0"
|
||||
VALUE "ProductName", "libnfc\0"
|
||||
VALUE "ProductVersion", "1.3.4.0\0"
|
||||
END
|
||||
END
|
||||
BLOCK "VarFileInfo"
|
||||
BEGIN
|
||||
VALUE "Translation", 0x1409, 1252
|
||||
END
|
||||
END
|
||||
Reference in New Issue
Block a user