comparison mupdf-source/thirdparty/libjpeg/makejvcx.v17 @ 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="15.0" 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|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <ItemGroup>
22 <ClInclude Include="jconfig.h" />
23 <ClInclude Include="jdct.h" />
24 <ClInclude Include="jerror.h" />
25 <ClInclude Include="jinclude.h" />
26 <ClInclude Include="jmemsys.h" />
27 <ClInclude Include="jmorecfg.h" />
28 <ClInclude Include="jpegint.h" />
29 <ClInclude Include="jpeglib.h" />
30 <ClInclude Include="jversion.h" />
31 </ItemGroup>
32 <ItemGroup>
33 <ClCompile Include="jaricom.c" />
34 <ClCompile Include="jcapimin.c" />
35 <ClCompile Include="jcapistd.c" />
36 <ClCompile Include="jcarith.c" />
37 <ClCompile Include="jccoefct.c" />
38 <ClCompile Include="jccolor.c" />
39 <ClCompile Include="jcdctmgr.c" />
40 <ClCompile Include="jchuff.c" />
41 <ClCompile Include="jcinit.c" />
42 <ClCompile Include="jcmainct.c" />
43 <ClCompile Include="jcmarker.c" />
44 <ClCompile Include="jcmaster.c" />
45 <ClCompile Include="jcomapi.c" />
46 <ClCompile Include="jcparam.c" />
47 <ClCompile Include="jcprepct.c" />
48 <ClCompile Include="jcsample.c" />
49 <ClCompile Include="jctrans.c" />
50 <ClCompile Include="jdapimin.c" />
51 <ClCompile Include="jdapistd.c" />
52 <ClCompile Include="jdarith.c" />
53 <ClCompile Include="jdatadst.c" />
54 <ClCompile Include="jdatasrc.c" />
55 <ClCompile Include="jdcoefct.c" />
56 <ClCompile Include="jdcolor.c" />
57 <ClCompile Include="jddctmgr.c" />
58 <ClCompile Include="jdhuff.c" />
59 <ClCompile Include="jdinput.c" />
60 <ClCompile Include="jdmainct.c" />
61 <ClCompile Include="jdmarker.c" />
62 <ClCompile Include="jdmaster.c" />
63 <ClCompile Include="jdmerge.c" />
64 <ClCompile Include="jdpostct.c" />
65 <ClCompile Include="jdsample.c" />
66 <ClCompile Include="jdtrans.c" />
67 <ClCompile Include="jerror.c" />
68 <ClCompile Include="jfdctflt.c" />
69 <ClCompile Include="jfdctfst.c" />
70 <ClCompile Include="jfdctint.c" />
71 <ClCompile Include="jidctflt.c" />
72 <ClCompile Include="jidctfst.c" />
73 <ClCompile Include="jidctint.c" />
74 <ClCompile Include="jmemmgr.c" />
75 <ClCompile Include="jmemnobs.c" />
76 <ClCompile Include="jquant1.c" />
77 <ClCompile Include="jquant2.c" />
78 <ClCompile Include="jutils.c" />
79 </ItemGroup>
80 <PropertyGroup Label="Globals">
81 <ProjectGuid>{019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1}</ProjectGuid>
82 <Keyword>Win32Proj</Keyword>
83 <RootNamespace>jpeg</RootNamespace>
84 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
85 </PropertyGroup>
86 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
87 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
88 <ConfigurationType>StaticLibrary</ConfigurationType>
89 <UseDebugLibraries>false</UseDebugLibraries>
90 <WholeProgramOptimization>true</WholeProgramOptimization>
91 <CharacterSet>Unicode</CharacterSet>
92 <PlatformToolset>v143</PlatformToolset>
93 </PropertyGroup>
94 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
95 <ConfigurationType>StaticLibrary</ConfigurationType>
96 <UseDebugLibraries>false</UseDebugLibraries>
97 <WholeProgramOptimization>true</WholeProgramOptimization>
98 <CharacterSet>Unicode</CharacterSet>
99 <PlatformToolset>v143</PlatformToolset>
100 </PropertyGroup>
101 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
102 <ConfigurationType>StaticLibrary</ConfigurationType>
103 <UseDebugLibraries>false</UseDebugLibraries>
104 <WholeProgramOptimization>true</WholeProgramOptimization>
105 <CharacterSet>Unicode</CharacterSet>
106 <PlatformToolset>v143</PlatformToolset>
107 </PropertyGroup>
108 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
109 <ConfigurationType>StaticLibrary</ConfigurationType>
110 <UseDebugLibraries>false</UseDebugLibraries>
111 <WholeProgramOptimization>true</WholeProgramOptimization>
112 <CharacterSet>Unicode</CharacterSet>
113 <PlatformToolset>v143</PlatformToolset>
114 </PropertyGroup>
115 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
116 <ImportGroup Label="ExtensionSettings">
117 </ImportGroup>
118 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
119 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
120 </ImportGroup>
121 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
122 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
123 </ImportGroup>
124 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
125 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
126 </ImportGroup>
127 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
128 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
129 </ImportGroup>
130 <PropertyGroup Label="UserMacros" />
131 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
132 <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
133 <IntDir>$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
134 </PropertyGroup>
135 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
136 <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
137 <IntDir>$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
138 </PropertyGroup>
139 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
140 <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
141 <IntDir>$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
142 </PropertyGroup>
143 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
144 <OutDir>$(SolutionDir)$(Configuration)\$(Platform)\</OutDir>
145 <IntDir>$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
146 </PropertyGroup>
147 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
148 <ClCompile>
149 <WarningLevel>Level3</WarningLevel>
150 <PrecompiledHeader>NotUsing</PrecompiledHeader>
151 <Optimization>Full</Optimization>
152 <FunctionLevelLinking>true</FunctionLevelLinking>
153 <IntrinsicFunctions>false</IntrinsicFunctions>
154 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
155 <OmitFramePointers>true</OmitFramePointers>
156 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
157 </ClCompile>
158 <Link>
159 <SubSystem>Windows</SubSystem>
160 <GenerateDebugInformation>true</GenerateDebugInformation>
161 <EnableCOMDATFolding>true</EnableCOMDATFolding>
162 <OptimizeReferences>true</OptimizeReferences>
163 </Link>
164 </ItemDefinitionGroup>
165 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
166 <ClCompile>
167 <WarningLevel>Level3</WarningLevel>
168 <PrecompiledHeader>NotUsing</PrecompiledHeader>
169 <Optimization>Full</Optimization>
170 <FunctionLevelLinking>true</FunctionLevelLinking>
171 <IntrinsicFunctions>false</IntrinsicFunctions>
172 <PreprocessorDefinitions>NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
173 <OmitFramePointers>true</OmitFramePointers>
174 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
175 </ClCompile>
176 <Link>
177 <SubSystem>Windows</SubSystem>
178 <GenerateDebugInformation>true</GenerateDebugInformation>
179 <EnableCOMDATFolding>true</EnableCOMDATFolding>
180 <OptimizeReferences>true</OptimizeReferences>
181 </Link>
182 </ItemDefinitionGroup>
183 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
184 <ClCompile>
185 <WarningLevel>Level3</WarningLevel>
186 <PrecompiledHeader>NotUsing</PrecompiledHeader>
187 <Optimization>Full</Optimization>
188 <FunctionLevelLinking>true</FunctionLevelLinking>
189 <IntrinsicFunctions>false</IntrinsicFunctions>
190 <PreprocessorDefinitions>NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
191 <OmitFramePointers>true</OmitFramePointers>
192 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
193 </ClCompile>
194 <Link>
195 <SubSystem>Windows</SubSystem>
196 <GenerateDebugInformation>true</GenerateDebugInformation>
197 <EnableCOMDATFolding>true</EnableCOMDATFolding>
198 <OptimizeReferences>true</OptimizeReferences>
199 </Link>
200 </ItemDefinitionGroup>
201 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
202 <ClCompile>
203 <WarningLevel>Level3</WarningLevel>
204 <PrecompiledHeader>NotUsing</PrecompiledHeader>
205 <Optimization>Full</Optimization>
206 <FunctionLevelLinking>true</FunctionLevelLinking>
207 <IntrinsicFunctions>false</IntrinsicFunctions>
208 <PreprocessorDefinitions>NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
209 <OmitFramePointers>true</OmitFramePointers>
210 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
211 </ClCompile>
212 <Link>
213 <SubSystem>Windows</SubSystem>
214 <GenerateDebugInformation>true</GenerateDebugInformation>
215 <EnableCOMDATFolding>true</EnableCOMDATFolding>
216 <OptimizeReferences>true</OptimizeReferences>
217 </Link>
218 </ItemDefinitionGroup>
219 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
220 <ImportGroup Label="ExtensionTargets">
221 </ImportGroup>
222 </Project>