geom_gate userland utility improvements
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

46 lines
1.3 KiB

  1. /***************************************************************************
  2. * libssh2 Win32 resource file *
  3. ***************************************************************************/
  4. #include <winver.h>
  5. #include "../include/libssh2.h"
  6. LANGUAGE 0x09,0x01
  7. #define RC_VERSION LIBSSH2_VERSION_MAJOR, LIBSSH2_VERSION_MINOR, LIBSSH2_VERSION_PATCH, 0
  8. VS_VERSION_INFO VERSIONINFO
  9. FILEVERSION RC_VERSION
  10. PRODUCTVERSION RC_VERSION
  11. FILEFLAGSMASK 0x3fL
  12. #if defined(DEBUGBUILD) || defined(_DEBUG)
  13. FILEFLAGS 1
  14. #else
  15. FILEFLAGS 0
  16. #endif
  17. FILEOS VOS__WINDOWS32
  18. FILETYPE VFT_DLL
  19. FILESUBTYPE 0x0L
  20. BEGIN
  21. BLOCK "StringFileInfo"
  22. BEGIN
  23. BLOCK "040904b0"
  24. BEGIN
  25. VALUE "CompanyName", "The libssh2 library, https://www.libssh2.org/\0"
  26. VALUE "FileDescription", "libssh2 Shared Library\0"
  27. VALUE "FileVersion", LIBSSH2_VERSION "\0"
  28. VALUE "InternalName", "libssh2\0"
  29. VALUE "OriginalFilename", "libssh2.dll\0"
  30. VALUE "ProductName", "The libssh2 library\0"
  31. VALUE "ProductVersion", LIBSSH2_VERSION "\0"
  32. VALUE "LegalCopyright", "© " LIBSSH2_COPYRIGHT "\0"
  33. VALUE "License", "https://www.libssh2.org/license.html\0"
  34. END
  35. END
  36. BLOCK "VarFileInfo"
  37. BEGIN
  38. VALUE "Translation", 0x409, 1200
  39. END
  40. END