comparison mupdf-source/thirdparty/libjpeg/makecvcx.v16 @ 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 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="$(MSBuildToolsVersion)" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Release|ARM">
5 <Configuration>Release</Configuration>
6 <Platform>ARM</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|ARM64">
9 <Configuration>Release</Configuration>
10 <Platform>ARM64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|ARM64EC">
13 <Configuration>Release</Configuration>
14 <Platform>ARM64EC</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|Win32">
17 <Configuration>Release</Configuration>
18 <Platform>Win32</Platform>
19 </ProjectConfiguration>
20 <ProjectConfiguration Include="Release|x64">
21 <Configuration>Release</Configuration>
22 <Platform>x64</Platform>
23 </ProjectConfiguration>
24 </ItemGroup>
25 <PropertyGroup Label="Globals">
26 <ProjectGuid>{2E7FAAD9-2F58-4BDE-81F2-1D6D3FB8BF57}</ProjectGuid>
27 <Keyword>Win32Proj</Keyword>
28 <RootNamespace>cjpeg</RootNamespace>
29 <WindowsTargetPlatformVersion>$(SDKVersion)</WindowsTargetPlatformVersion>
30 </PropertyGroup>
31 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
33 <ConfigurationType>Application</ConfigurationType>
34 <UseDebugLibraries>false</UseDebugLibraries>
35 <WholeProgramOptimization>true</WholeProgramOptimization>
36 <CharacterSet>Unicode</CharacterSet>
37 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
38 </PropertyGroup>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
40 <ConfigurationType>Application</ConfigurationType>
41 <UseDebugLibraries>false</UseDebugLibraries>
42 <WholeProgramOptimization>true</WholeProgramOptimization>
43 <CharacterSet>Unicode</CharacterSet>
44 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
45 </PropertyGroup>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
47 <ConfigurationType>Application</ConfigurationType>
48 <UseDebugLibraries>false</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
50 <CharacterSet>Unicode</CharacterSet>
51 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
52 </PropertyGroup>
53 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
54 <ConfigurationType>Application</ConfigurationType>
55 <UseDebugLibraries>false</UseDebugLibraries>
56 <WholeProgramOptimization>true</WholeProgramOptimization>
57 <CharacterSet>Unicode</CharacterSet>
58 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
59 </PropertyGroup>
60 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="Configuration">
61 <ConfigurationType>Application</ConfigurationType>
62 <UseDebugLibraries>false</UseDebugLibraries>
63 <WholeProgramOptimization>true</WholeProgramOptimization>
64 <CharacterSet>Unicode</CharacterSet>
65 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
66 </PropertyGroup>
67 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
68 <ImportGroup Label="ExtensionSettings">
69 </ImportGroup>
70 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
71 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
72 </ImportGroup>
73 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
74 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
75 </ImportGroup>
76 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
77 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
78 </ImportGroup>
79 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
80 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
81 </ImportGroup>
82 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="PropertySheets">
83 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
84 </ImportGroup>
85 <PropertyGroup Label="UserMacros" />
86 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
87 <LinkIncremental>false</LinkIncremental>
88 <OutDir>$(ProjectDir)$(Configuration)\$(Platform)\</OutDir>
89 <IntDir>$(ProjectDir)$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
90 </PropertyGroup>
91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
92 <LinkIncremental>false</LinkIncremental>
93 <OutDir>$(ProjectDir)$(Configuration)\$(Platform)\</OutDir>
94 <IntDir>$(ProjectDir)$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
95 </PropertyGroup>
96 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
97 <LinkIncremental>false</LinkIncremental>
98 <OutDir>$(ProjectDir)$(Configuration)\$(Platform)\</OutDir>
99 <IntDir>$(ProjectDir)$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
100 </PropertyGroup>
101 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
102 <LinkIncremental>false</LinkIncremental>
103 <OutDir>$(ProjectDir)$(Configuration)\$(Platform)\</OutDir>
104 <IntDir>$(ProjectDir)$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
105 </PropertyGroup>
106 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'">
107 <LinkIncremental>false</LinkIncremental>
108 <OutDir>$(ProjectDir)$(Configuration)\$(Platform)\</OutDir>
109 <IntDir>$(ProjectDir)$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
110 </PropertyGroup>
111 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
112 <ClCompile>
113 <WarningLevel>Level3</WarningLevel>
114 <PrecompiledHeader>NotUsing</PrecompiledHeader>
115 <Optimization>Full</Optimization>
116 <FunctionLevelLinking>true</FunctionLevelLinking>
117 <IntrinsicFunctions>false</IntrinsicFunctions>
118 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
119 <OmitFramePointers>true</OmitFramePointers>
120 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
121 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
122 </ClCompile>
123 <Link>
124 <SubSystem>Console</SubSystem>
125 <GenerateDebugInformation>true</GenerateDebugInformation>
126 <EnableCOMDATFolding>true</EnableCOMDATFolding>
127 <OptimizeReferences>true</OptimizeReferences>
128 <AdditionalDependencies>$(ProjectDir)$(Configuration)\$(Platform)\jpeg.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
129 </Link>
130 </ItemDefinitionGroup>
131 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
132 <ClCompile>
133 <WarningLevel>Level3</WarningLevel>
134 <PrecompiledHeader>NotUsing</PrecompiledHeader>
135 <Optimization>Full</Optimization>
136 <FunctionLevelLinking>true</FunctionLevelLinking>
137 <IntrinsicFunctions>false</IntrinsicFunctions>
138 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
139 <OmitFramePointers>true</OmitFramePointers>
140 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
141 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
142 </ClCompile>
143 <Link>
144 <SubSystem>Console</SubSystem>
145 <GenerateDebugInformation>true</GenerateDebugInformation>
146 <EnableCOMDATFolding>true</EnableCOMDATFolding>
147 <OptimizeReferences>true</OptimizeReferences>
148 <AdditionalDependencies>$(ProjectDir)$(Configuration)\$(Platform)\jpeg.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
149 </Link>
150 </ItemDefinitionGroup>
151 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
152 <ClCompile>
153 <WarningLevel>Level3</WarningLevel>
154 <PrecompiledHeader>NotUsing</PrecompiledHeader>
155 <Optimization>Full</Optimization>
156 <FunctionLevelLinking>true</FunctionLevelLinking>
157 <IntrinsicFunctions>false</IntrinsicFunctions>
158 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
159 <OmitFramePointers>true</OmitFramePointers>
160 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
161 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
162 </ClCompile>
163 <Link>
164 <SubSystem>Console</SubSystem>
165 <GenerateDebugInformation>true</GenerateDebugInformation>
166 <EnableCOMDATFolding>true</EnableCOMDATFolding>
167 <OptimizeReferences>true</OptimizeReferences>
168 <AdditionalDependencies>$(ProjectDir)$(Configuration)\$(Platform)\jpeg.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
169 </Link>
170 </ItemDefinitionGroup>
171 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
172 <ClCompile>
173 <WarningLevel>Level3</WarningLevel>
174 <PrecompiledHeader>NotUsing</PrecompiledHeader>
175 <Optimization>Full</Optimization>
176 <FunctionLevelLinking>true</FunctionLevelLinking>
177 <IntrinsicFunctions>false</IntrinsicFunctions>
178 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
179 <OmitFramePointers>true</OmitFramePointers>
180 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
181 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
182 </ClCompile>
183 <Link>
184 <SubSystem>Console</SubSystem>
185 <GenerateDebugInformation>true</GenerateDebugInformation>
186 <EnableCOMDATFolding>true</EnableCOMDATFolding>
187 <OptimizeReferences>true</OptimizeReferences>
188 <AdditionalDependencies>$(ProjectDir)$(Configuration)\$(Platform)\jpeg.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
189 </Link>
190 </ItemDefinitionGroup>
191 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'">
192 <ClCompile>
193 <WarningLevel>Level3</WarningLevel>
194 <PrecompiledHeader>NotUsing</PrecompiledHeader>
195 <Optimization>Full</Optimization>
196 <FunctionLevelLinking>true</FunctionLevelLinking>
197 <IntrinsicFunctions>false</IntrinsicFunctions>
198 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
199 <OmitFramePointers>true</OmitFramePointers>
200 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
201 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
202 </ClCompile>
203 <Link>
204 <SubSystem>Console</SubSystem>
205 <GenerateDebugInformation>true</GenerateDebugInformation>
206 <EnableCOMDATFolding>true</EnableCOMDATFolding>
207 <OptimizeReferences>true</OptimizeReferences>
208 <AdditionalDependencies>$(ProjectDir)$(Configuration)\$(Platform)\jpeg.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
209 </Link>
210 </ItemDefinitionGroup>
211 <ItemGroup>
212 <ClInclude Include="cderror.h" />
213 <ClInclude Include="cdjpeg.h" />
214 <ClInclude Include="jconfig.h" />
215 <ClInclude Include="jerror.h" />
216 <ClInclude Include="jinclude.h" />
217 <ClInclude Include="jmorecfg.h" />
218 <ClInclude Include="jpeglib.h" />
219 <ClInclude Include="jversion.h" />
220 </ItemGroup>
221 <ItemGroup>
222 <ClCompile Include="cdjpeg.c" />
223 <ClCompile Include="cjpeg.c" />
224 <ClCompile Include="rdbmp.c" />
225 <ClCompile Include="rdgif.c" />
226 <ClCompile Include="rdppm.c" />
227 <ClCompile Include="rdrle.c" />
228 <ClCompile Include="rdswitch.c" />
229 <ClCompile Include="rdtarga.c" />
230 </ItemGroup>
231 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
232 <ImportGroup Label="ExtensionTargets">
233 </ImportGroup>
234 </Project>