comparison mupdf-source/thirdparty/libjpeg/makewvcx.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>{B57065D4-DDDA-4668-BAF5-2D49270C973C}</ProjectGuid>
27 <Keyword>Win32Proj</Keyword>
28 <RootNamespace>wrjpgcom</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 </Link>
129 </ItemDefinitionGroup>
130 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
131 <ClCompile>
132 <WarningLevel>Level3</WarningLevel>
133 <PrecompiledHeader>NotUsing</PrecompiledHeader>
134 <Optimization>Full</Optimization>
135 <FunctionLevelLinking>true</FunctionLevelLinking>
136 <IntrinsicFunctions>false</IntrinsicFunctions>
137 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
138 <OmitFramePointers>true</OmitFramePointers>
139 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
140 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
141 </ClCompile>
142 <Link>
143 <SubSystem>Console</SubSystem>
144 <GenerateDebugInformation>true</GenerateDebugInformation>
145 <EnableCOMDATFolding>true</EnableCOMDATFolding>
146 <OptimizeReferences>true</OptimizeReferences>
147 </Link>
148 </ItemDefinitionGroup>
149 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
150 <ClCompile>
151 <WarningLevel>Level3</WarningLevel>
152 <PrecompiledHeader>NotUsing</PrecompiledHeader>
153 <Optimization>Full</Optimization>
154 <FunctionLevelLinking>true</FunctionLevelLinking>
155 <IntrinsicFunctions>false</IntrinsicFunctions>
156 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
157 <OmitFramePointers>true</OmitFramePointers>
158 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
159 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
160 </ClCompile>
161 <Link>
162 <SubSystem>Console</SubSystem>
163 <GenerateDebugInformation>true</GenerateDebugInformation>
164 <EnableCOMDATFolding>true</EnableCOMDATFolding>
165 <OptimizeReferences>true</OptimizeReferences>
166 </Link>
167 </ItemDefinitionGroup>
168 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
169 <ClCompile>
170 <WarningLevel>Level3</WarningLevel>
171 <PrecompiledHeader>NotUsing</PrecompiledHeader>
172 <Optimization>Full</Optimization>
173 <FunctionLevelLinking>true</FunctionLevelLinking>
174 <IntrinsicFunctions>false</IntrinsicFunctions>
175 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
176 <OmitFramePointers>true</OmitFramePointers>
177 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
178 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
179 </ClCompile>
180 <Link>
181 <SubSystem>Console</SubSystem>
182 <GenerateDebugInformation>true</GenerateDebugInformation>
183 <EnableCOMDATFolding>true</EnableCOMDATFolding>
184 <OptimizeReferences>true</OptimizeReferences>
185 </Link>
186 </ItemDefinitionGroup>
187 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'">
188 <ClCompile>
189 <WarningLevel>Level3</WarningLevel>
190 <PrecompiledHeader>NotUsing</PrecompiledHeader>
191 <Optimization>Full</Optimization>
192 <FunctionLevelLinking>true</FunctionLevelLinking>
193 <IntrinsicFunctions>false</IntrinsicFunctions>
194 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
195 <OmitFramePointers>true</OmitFramePointers>
196 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
197 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
198 </ClCompile>
199 <Link>
200 <SubSystem>Console</SubSystem>
201 <GenerateDebugInformation>true</GenerateDebugInformation>
202 <EnableCOMDATFolding>true</EnableCOMDATFolding>
203 <OptimizeReferences>true</OptimizeReferences>
204 </Link>
205 </ItemDefinitionGroup>
206 <ItemGroup>
207 <ClInclude Include="jconfig.h" />
208 <ClInclude Include="jinclude.h" />
209 </ItemGroup>
210 <ItemGroup>
211 <ClCompile Include="wrjpgcom.c" />
212 </ItemGroup>
213 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
214 <ImportGroup Label="ExtensionTargets">
215 </ImportGroup>
216 </Project>