Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

27 lignes
764 B

il y a 11 mois
il y a 11 mois
  1. GLFW_ICON ICON "raylib.ico"
  2. 1 VERSIONINFO
  3. FILEVERSION 5,5,0,0
  4. PRODUCTVERSION 5,5,0,0
  5. BEGIN
  6. BLOCK "StringFileInfo"
  7. BEGIN
  8. //BLOCK "080904E4" // English UK
  9. BLOCK "040904E4" // English US
  10. BEGIN
  11. VALUE "CompanyName", "raylib technologies"
  12. VALUE "FileDescription", "raylib dynamic library (www.raylib.com)"
  13. VALUE "FileVersion", "5.5.0"
  14. VALUE "InternalName", "raylib.dll"
  15. VALUE "LegalCopyright", "(c) 2024 Ramon Santamaria (@raysan5)"
  16. VALUE "OriginalFilename", "raylib.dll"
  17. VALUE "ProductName", "raylib"
  18. VALUE "ProductVersion", "5.5.0"
  19. END
  20. END
  21. BLOCK "VarFileInfo"
  22. BEGIN
  23. //VALUE "Translation", 0x809, 1252 // English UK
  24. VALUE "Translation", 0x409, 1252 // English US
  25. END
  26. END