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