jack2 codebase
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.

77 lines
1.5KB

  1. 8
  2. #include "resource_vc.h"
  3. #define APSTUDIO_READONLY_SYMBOLS
  4. #include "afxres.h"
  5. #undef APSTUDIO_READONLY_SYMBOLS
  6. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_FRA)
  7. #ifdef _WIN32
  8. LANGUAGE LANG_FRENCH, SUBLANG_FRENCH
  9. #pragma code_page(1252)
  10. #endif
  11. #ifndef _MAC
  12. VS_VERSION_INFO VERSIONINFO
  13. FILEVERSION 1,9,8,0
  14. PRODUCTVERSION 1,9,8,0
  15. FILEFLAGSMASK 0x3fL
  16. #ifdef _DEBUG
  17. FILEFLAGS 0x1L
  18. #else
  19. FILEFLAGS 0x0L
  20. #endif
  21. FILEOS 0x40004L
  22. FILETYPE 0x2L
  23. FILESUBTYPE 0x0L
  24. BEGIN
  25. BLOCK "StringFileInfo"
  26. BEGIN
  27. BLOCK "040c04b0"
  28. BEGIN
  29. VALUE "Comments", "\0"
  30. VALUE "CompanyName", "Grame\0"
  31. VALUE "FileDescription", "Jackmp for Windows\0"
  32. VALUE "FileVersion", "1, 9, 8, 0\0"
  33. VALUE "InternalName", "libjackmp\0"
  34. VALUE "LegalCopyright", "Copyright Grame © 2006-2011\0"
  35. VALUE "LegalTrademarks", "\0"
  36. VALUE "OriginalFilename", "libjackmp.dll\0"
  37. VALUE "PrivateBuild", "\0"
  38. VALUE "ProductName", "libjackmp\0"
  39. VALUE "ProductVersion", "1, 9, 8, 0\0"
  40. VALUE "SpecialBuild", "\0"
  41. END
  42. END
  43. BLOCK "VarFileInfo"
  44. BEGIN
  45. VALUE "Translation", 0x40c, 1200
  46. END
  47. END
  48. #endif
  49. #ifdef APSTUDIO_INVOKED
  50. 1 TEXTINCLUDE DISCARDABLE
  51. BEGIN
  52. "resource_vc.h\0"
  53. END
  54. 2 TEXTINCLUDE DISCARDABLE
  55. BEGIN
  56. "#include ""afxres.h""\r\n"
  57. "\0"
  58. END
  59. 3 TEXTINCLUDE DISCARDABLE
  60. BEGIN
  61. "\r\n"
  62. "\0"
  63. END
  64. #endif
  65. #endif
  66. #ifndef APSTUDIO_INVOKED
  67. #endif