Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/lcms2/src/lcms2.rc.in @ 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 |
comparison
equal
deleted
inserted
replaced
| 1:1d09e1dec1d9 | 2:b50eed0cc0ef |
|---|---|
| 1 //--------------------------------------------------------------------------------- | |
| 2 // | |
| 3 // Little Color Management System, multithread extensions | |
| 4 // Copyright (c) 1998-2022 Marti Maria Saguer, all rights reserved | |
| 5 // | |
| 6 // | |
| 7 // This program is free software: you can redistribute it and/or modify | |
| 8 // it under the terms of the GNU General Public License as published by | |
| 9 // the Free Software Foundation, either version 3 of the License, or | |
| 10 // (at your option) any later version. | |
| 11 // | |
| 12 // This program is distributed in the hope that it will be useful, | |
| 13 // but WITHOUT ANY WARRANTY; without even the implied warranty of | |
| 14 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
| 15 // GNU General Public License for more details. | |
| 16 // | |
| 17 // You should have received a copy of the GNU General Public License | |
| 18 // along with this program. If not, see <http://www.gnu.org/licenses/>. | |
| 19 // | |
| 20 //--------------------------------------------------------------------------------- | |
| 21 | |
| 22 #include <windows.h> | |
| 23 | |
| 24 1 VERSIONINFO | |
| 25 FILEVERSION @LCMS2_VERSION_MAJOR@, @LCMS2_VERSION_MINOR@, @LCMS2_VERSION_MICRO@, 0 | |
| 26 PRODUCTVERSION @LCMS2_VERSION_MAJOR@, @LCMS2_VERSION_MINOR@, @LCMS2_VERSION_MICRO@, 0 | |
| 27 FILEFLAGSMASK 0x0L | |
| 28 #ifdef _DEBUG | |
| 29 FILEFLAGS VS_FF_DEBUG | |
| 30 #endif | |
| 31 FILEOS VOS_NT_WINDOWS32 | |
| 32 FILETYPE VFT_DLL | |
| 33 { | |
| 34 BLOCK "StringFileInfo" | |
| 35 { | |
| 36 BLOCK "040904e4" | |
| 37 { | |
| 38 VALUE "CompanyName", "Marti Maria" | |
| 39 VALUE "FileDescription", "lcms color engine" | |
| 40 VALUE "FileVersion", @LCMS2_VERSION@ | |
| 41 VALUE "InternalName", "lcms2" | |
| 42 VALUE "LegalCopyright", "Copyright (C) Marti Maria 2022" | |
| 43 VALUE "OriginalFilename", "lcms2.dll" | |
| 44 VALUE "ProductName", "LittleCMS color engine" | |
| 45 VALUE "ProductVersion", @LCMS2_VERSION@ | |
| 46 } | |
| 47 } | |
| 48 BLOCK "VarFileInfo" | |
| 49 { | |
| 50 VALUE "Translation", 0x409, 1252 | |
| 51 } | |
| 52 } |
