diff options
Diffstat (limited to 'contrib/SDL-3.2.8/src/hidapi/windows/hidapi.rc')
| -rw-r--r-- | contrib/SDL-3.2.8/src/hidapi/windows/hidapi.rc | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/contrib/SDL-3.2.8/src/hidapi/windows/hidapi.rc b/contrib/SDL-3.2.8/src/hidapi/windows/hidapi.rc new file mode 100644 index 0000000..530917e --- /dev/null +++ b/contrib/SDL-3.2.8/src/hidapi/windows/hidapi.rc | |||
| @@ -0,0 +1,35 @@ | |||
| 1 | #include "winresrc.h" | ||
| 2 | |||
| 3 | #include "hidapi.h" | ||
| 4 | |||
| 5 | // English | ||
| 6 | LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT | ||
| 7 | VS_VERSION_INFO VERSIONINFO | ||
| 8 | FILEVERSION HID_API_VERSION_MAJOR,HID_API_VERSION_MINOR,HID_API_VERSION_PATCH,0 | ||
| 9 | PRODUCTVERSION HID_API_VERSION_MAJOR,HID_API_VERSION_MINOR,HID_API_VERSION_PATCH,0 | ||
| 10 | FILEFLAGSMASK VS_FFI_FILEFLAGSMASK | ||
| 11 | FILEFLAGS 0 | ||
| 12 | #ifdef _DEBUG | ||
| 13 | | VS_FF_DEBUG | ||
| 14 | #endif | ||
| 15 | FILEOS VOS_NT_WINDOWS32 | ||
| 16 | FILETYPE VFT_DLL | ||
| 17 | BEGIN | ||
| 18 | BLOCK "StringFileInfo" | ||
| 19 | BEGIN | ||
| 20 | BLOCK "04090000" | ||
| 21 | BEGIN | ||
| 22 | VALUE "CompanyName", "libusb/hidapi Team" | ||
| 23 | VALUE "FileDescription", "A multi-platform library to interface with HID devices (USB, Bluetooth, etc.)" | ||
| 24 | VALUE "FileVersion", HID_API_VERSION_STR | ||
| 25 | VALUE "ProductName", "HIDAPI" | ||
| 26 | VALUE "ProductVersion", HID_API_VERSION_STR | ||
| 27 | VALUE "Licence", "https://github.com/libusb/hidapi/blob/master/LICENSE.txt" | ||
| 28 | VALUE "Comments", "https://github.com/libusb/hidapi" | ||
| 29 | END | ||
| 30 | END | ||
| 31 | BLOCK "VarFileInfo" | ||
| 32 | BEGIN | ||
| 33 | VALUE "Translation", 0x409, 0 | ||
| 34 | END | ||
| 35 | END | ||
