comparison mupdf-source/thirdparty/libjpeg/makedvcx.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 <PropertyGroup Label="Globals">
22 <ProjectGuid>{11043137-B453-4DFA-9010-4D2B9DC1545C}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>djpeg</RootNamespace>
25 <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29 <ConfigurationType>Application</ConfigurationType>
30 <UseDebugLibraries>false</UseDebugLibraries>
31 <WholeProgramOptimization>true</WholeProgramOptimization>
32 <CharacterSet>Unicode</CharacterSet>
33 <PlatformToolset>v143</PlatformToolset>
34 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
36 <ConfigurationType>Application</ConfigurationType>
37 <UseDebugLibraries>false</UseDebugLibraries>
38 <WholeProgramOptimization>true</WholeProgramOptimization>
39 <CharacterSet>Unicode</CharacterSet>
40 <PlatformToolset>v143</PlatformToolset>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration">
43 <ConfigurationType>Application</ConfigurationType>
44 <UseDebugLibraries>false</UseDebugLibraries>
45 <WholeProgramOptimization>true</WholeProgramOptimization>
46 <CharacterSet>Unicode</CharacterSet>
47 <PlatformToolset>v143</PlatformToolset>
48 </PropertyGroup>
49 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
50 <ConfigurationType>Application</ConfigurationType>
51 <UseDebugLibraries>false</UseDebugLibraries>
52 <WholeProgramOptimization>true</WholeProgramOptimization>
53 <CharacterSet>Unicode</CharacterSet>
54 <PlatformToolset>v143</PlatformToolset>
55 </PropertyGroup>
56 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
57 <ImportGroup Label="ExtensionSettings">
58 </ImportGroup>
59 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 </ImportGroup>
62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets">
63 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64 </ImportGroup>
65 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets">
66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67 </ImportGroup>
68 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
69 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
70 </ImportGroup>
71 <PropertyGroup Label="UserMacros" />
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
73 <LinkIncremental>false</LinkIncremental>
74 <OutDir>$(Configuration)\$(Platform)\</OutDir>
75 <IntDir>$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
76 </PropertyGroup>
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
78 <LinkIncremental>false</LinkIncremental>
79 <OutDir>$(Configuration)\$(Platform)\</OutDir>
80 <IntDir>$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
81 </PropertyGroup>
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
83 <LinkIncremental>false</LinkIncremental>
84 <OutDir>$(Configuration)\$(Platform)\</OutDir>
85 <IntDir>$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
86 </PropertyGroup>
87 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
88 <LinkIncremental>false</LinkIncremental>
89 <OutDir>$(Configuration)\$(Platform)\</OutDir>
90 <IntDir>$(Configuration)\$(Platform)\$(ProjectName)\</IntDir>
91 </PropertyGroup>
92 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
93 <ClCompile>
94 <WarningLevel>Level3</WarningLevel>
95 <PrecompiledHeader>NotUsing</PrecompiledHeader>
96 <Optimization>Full</Optimization>
97 <FunctionLevelLinking>true</FunctionLevelLinking>
98 <IntrinsicFunctions>false</IntrinsicFunctions>
99 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
100 <OmitFramePointers>true</OmitFramePointers>
101 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
102 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
103 </ClCompile>
104 <Link>
105 <SubSystem>Console</SubSystem>
106 <GenerateDebugInformation>true</GenerateDebugInformation>
107 <EnableCOMDATFolding>true</EnableCOMDATFolding>
108 <OptimizeReferences>true</OptimizeReferences>
109 <AdditionalDependencies>$(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>
110 </Link>
111 </ItemDefinitionGroup>
112 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
113 <ClCompile>
114 <WarningLevel>Level3</WarningLevel>
115 <PrecompiledHeader>NotUsing</PrecompiledHeader>
116 <Optimization>Full</Optimization>
117 <FunctionLevelLinking>true</FunctionLevelLinking>
118 <IntrinsicFunctions>false</IntrinsicFunctions>
119 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
120 <OmitFramePointers>true</OmitFramePointers>
121 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
122 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
123 </ClCompile>
124 <Link>
125 <SubSystem>Console</SubSystem>
126 <GenerateDebugInformation>true</GenerateDebugInformation>
127 <EnableCOMDATFolding>true</EnableCOMDATFolding>
128 <OptimizeReferences>true</OptimizeReferences>
129 <AdditionalDependencies>$(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>
130 </Link>
131 </ItemDefinitionGroup>
132 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'">
133 <ClCompile>
134 <WarningLevel>Level3</WarningLevel>
135 <PrecompiledHeader>NotUsing</PrecompiledHeader>
136 <Optimization>Full</Optimization>
137 <FunctionLevelLinking>true</FunctionLevelLinking>
138 <IntrinsicFunctions>false</IntrinsicFunctions>
139 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
140 <OmitFramePointers>true</OmitFramePointers>
141 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
142 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
143 </ClCompile>
144 <Link>
145 <SubSystem>Console</SubSystem>
146 <GenerateDebugInformation>true</GenerateDebugInformation>
147 <EnableCOMDATFolding>true</EnableCOMDATFolding>
148 <OptimizeReferences>true</OptimizeReferences>
149 <AdditionalDependencies>$(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>
150 </Link>
151 </ItemDefinitionGroup>
152 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
153 <ClCompile>
154 <WarningLevel>Level3</WarningLevel>
155 <PrecompiledHeader>NotUsing</PrecompiledHeader>
156 <Optimization>Full</Optimization>
157 <FunctionLevelLinking>true</FunctionLevelLinking>
158 <IntrinsicFunctions>false</IntrinsicFunctions>
159 <PreprocessorDefinitions>NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
160 <OmitFramePointers>true</OmitFramePointers>
161 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
162 <DisableSpecificWarnings>4996</DisableSpecificWarnings>
163 </ClCompile>
164 <Link>
165 <SubSystem>Console</SubSystem>
166 <GenerateDebugInformation>true</GenerateDebugInformation>
167 <EnableCOMDATFolding>true</EnableCOMDATFolding>
168 <OptimizeReferences>true</OptimizeReferences>
169 <AdditionalDependencies>$(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>
170 </Link>
171 </ItemDefinitionGroup>
172 <ItemGroup>
173 <ClInclude Include="cderror.h" />
174 <ClInclude Include="cdjpeg.h" />
175 <ClInclude Include="jconfig.h" />
176 <ClInclude Include="jerror.h" />
177 <ClInclude Include="jinclude.h" />
178 <ClInclude Include="jmorecfg.h" />
179 <ClInclude Include="jpeglib.h" />
180 <ClInclude Include="jversion.h" />
181 </ItemGroup>
182 <ItemGroup>
183 <ClCompile Include="cdjpeg.c" />
184 <ClCompile Include="djpeg.c" />
185 <ClCompile Include="rdcolmap.c" />
186 <ClCompile Include="wrbmp.c" />
187 <ClCompile Include="wrgif.c" />
188 <ClCompile Include="wrppm.c" />
189 <ClCompile Include="wrrle.c" />
190 <ClCompile Include="wrtarga.c" />
191 </ItemGroup>
192 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
193 <ImportGroup Label="ExtensionTargets">
194 </ImportGroup>
195 </Project>