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.

38 lines
1.5 KiB

  1. // Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
  2. //
  3. // This program is free software; you can redistribute it and/or modify
  4. // it under the terms of the GNU General Public License as published by
  5. // the Free Software Foundation; version 2 of the License.
  6. //
  7. // This program is distributed in the hope that it will be useful,
  8. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. // GNU General Public License for more details.
  11. //
  12. // You should have received a copy of the GNU General Public License
  13. // along with this program; if not, write to the Free Software
  14. // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  15. #include <windows.h>
  16. VS_VERSION_INFO VERSIONINFO
  17. FILEVERSION @MAJOR_VERSION@,@MINOR_VERSION@,@PATCH_VERSION@,@TINY_VERSION@
  18. PRODUCTVERSION @MAJOR_VERSION@,@MINOR_VERSION@,@PATCH_VERSION@,@TINY_VERSION@
  19. FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
  20. FILEFLAGS 0
  21. FILEOS VOS__WINDOWS32
  22. FILETYPE @FILETYPE@
  23. FILESUBTYPE VFT2_UNKNOWN
  24. BEGIN
  25. BLOCK "StringFileInfo"
  26. BEGIN
  27. BLOCK "040904E4"
  28. BEGIN
  29. VALUE "FileVersion", "@MAJOR_VERSION@.@MINOR_VERSION@.@PATCH_VERSION@.@TINY_VERSION@\0"
  30. VALUE "ProductVersion", "@MAJOR_VERSION@.@MINOR_VERSION@.@PATCH_VERSION@.@TINY_VERSION@\0"
  31. END
  32. END
  33. BLOCK "VarFileInfo"
  34. BEGIN
  35. VALUE "Translation", 0x409, 1252
  36. END
  37. END