Mercurial > hgrepos > Python2 > PyMuPDF
diff mupdf-source/thirdparty/zint/frontend/zint.rc @ 2:b50eed0cc0ef upstream
ADD: MuPDF v1.26.7: the MuPDF source as downloaded by a default build of PyMuPDF 1.26.4.
The directory name has changed: no version number in the expanded directory now.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Mon, 15 Sep 2025 11:43:07 +0200 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mupdf-source/thirdparty/zint/frontend/zint.rc Mon Sep 15 11:43:07 2025 +0200 @@ -0,0 +1,46 @@ +#define WIN32_LEAN_AND_MEAN +#include <windows.h> +#include <winver.h> + +#define VER_FILEVERSION 2,13,0,9 +#define VER_FILEVERSION_STR "2.13.0.9\0" + +#ifdef GCC_WINDRES +VS_VERSION_INFO VERSIONINFO +#else +VS_VERSION_INFO VERSIONINFO +#endif + FILEVERSION VER_FILEVERSION + PRODUCTVERSION VER_FILEVERSION + FILEFLAGSMASK VS_FFI_FILEFLAGSMASK +#ifdef _DEBUG + FILEFLAGS VS_FF_DEBUG +#else + FILEFLAGS 0 +#endif + FILEOS VOS_NT_WINDOWS32 + FILETYPE VFT_APP + FILESUBTYPE VFT2_UNKNOWN +BEGIN + BLOCK "StringFileInfo" + BEGIN + BLOCK "040904E4" + //language ID = U.S. English, char set = Windows, Multilingual + BEGIN + VALUE "FileDescription", "zint barcode generator\0" + VALUE "FileVersion", VER_FILEVERSION_STR + VALUE "InternalName", "zint.exe\0" + VALUE "LegalCopyright", "Copyright © 2024 Robin Stuart & BogDan Vatra\0" + VALUE "OriginalFilename", "zint.exe\0" + VALUE "ProductName", "zint\0" + VALUE "ProductVersion", VER_FILEVERSION_STR + VALUE "License", "GNU General Public License version 3\0" + VALUE "WWW", "https://www.sourceforge.net/projects/zint\0" + END + END + BLOCK "VarFileInfo" + BEGIN + VALUE "Translation", 0x0409, 1250 + END +END +100 ICON MOVEABLE PURE LOADONCALL DISCARDABLE "zint_black.ico"
