comparison mupdf-source/thirdparty/libjpeg/makewvcx.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>{B57065D4-DDDA-4668-BAF5-2D49270C973C}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>wrjpgcom</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 </Link>
110 </ItemDefinitionGroup>
111 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
112 <ClCompile>
113 <WarningLevel>Level3</WarningLevel>
114 <PrecompiledHeader>NotUsing</PrecompiledHeader>
115 <Optimization>Full</Optimization>
116 <FunctionLevelLinking>true</FunctionLevelLinking>
117 <IntrinsicFunctions>false</IntrinsicFunctions>
118 <PreprocessorDefinitions>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|ARM64'">
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|x64'">
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 <ItemGroup>
169 <ClInclude Include="jconfig.h" />
170 <ClInclude Include="jinclude.h" />
171 </ItemGroup>
172 <ItemGroup>
173 <ClCompile Include="wrjpgcom.c" />
174 </ItemGroup>
175 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
176 <ImportGroup Label="ExtensionTargets">
177 </ImportGroup>
178 </Project>