Mercurial > hgrepos > Python2 > PyMuPDF
comparison mupdf-source/thirdparty/libjpeg/makejvcx.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 <ItemGroup> | |
| 26 <ClInclude Include="jconfig.h" /> | |
| 27 <ClInclude Include="jdct.h" /> | |
| 28 <ClInclude Include="jerror.h" /> | |
| 29 <ClInclude Include="jinclude.h" /> | |
| 30 <ClInclude Include="jmemsys.h" /> | |
| 31 <ClInclude Include="jmorecfg.h" /> | |
| 32 <ClInclude Include="jpegint.h" /> | |
| 33 <ClInclude Include="jpeglib.h" /> | |
| 34 <ClInclude Include="jversion.h" /> | |
| 35 </ItemGroup> | |
| 36 <ItemGroup> | |
| 37 <ClCompile Include="jaricom.c" /> | |
| 38 <ClCompile Include="jcapimin.c" /> | |
| 39 <ClCompile Include="jcapistd.c" /> | |
| 40 <ClCompile Include="jcarith.c" /> | |
| 41 <ClCompile Include="jccoefct.c" /> | |
| 42 <ClCompile Include="jccolor.c" /> | |
| 43 <ClCompile Include="jcdctmgr.c" /> | |
| 44 <ClCompile Include="jchuff.c" /> | |
| 45 <ClCompile Include="jcinit.c" /> | |
| 46 <ClCompile Include="jcmainct.c" /> | |
| 47 <ClCompile Include="jcmarker.c" /> | |
| 48 <ClCompile Include="jcmaster.c" /> | |
| 49 <ClCompile Include="jcomapi.c" /> | |
| 50 <ClCompile Include="jcparam.c" /> | |
| 51 <ClCompile Include="jcprepct.c" /> | |
| 52 <ClCompile Include="jcsample.c" /> | |
| 53 <ClCompile Include="jctrans.c" /> | |
| 54 <ClCompile Include="jdapimin.c" /> | |
| 55 <ClCompile Include="jdapistd.c" /> | |
| 56 <ClCompile Include="jdarith.c" /> | |
| 57 <ClCompile Include="jdatadst.c" /> | |
| 58 <ClCompile Include="jdatasrc.c" /> | |
| 59 <ClCompile Include="jdcoefct.c" /> | |
| 60 <ClCompile Include="jdcolor.c" /> | |
| 61 <ClCompile Include="jddctmgr.c" /> | |
| 62 <ClCompile Include="jdhuff.c" /> | |
| 63 <ClCompile Include="jdinput.c" /> | |
| 64 <ClCompile Include="jdmainct.c" /> | |
| 65 <ClCompile Include="jdmarker.c" /> | |
| 66 <ClCompile Include="jdmaster.c" /> | |
| 67 <ClCompile Include="jdmerge.c" /> | |
| 68 <ClCompile Include="jdpostct.c" /> | |
| 69 <ClCompile Include="jdsample.c" /> | |
| 70 <ClCompile Include="jdtrans.c" /> | |
| 71 <ClCompile Include="jerror.c" /> | |
| 72 <ClCompile Include="jfdctflt.c" /> | |
| 73 <ClCompile Include="jfdctfst.c" /> | |
| 74 <ClCompile Include="jfdctint.c" /> | |
| 75 <ClCompile Include="jidctflt.c" /> | |
| 76 <ClCompile Include="jidctfst.c" /> | |
| 77 <ClCompile Include="jidctint.c" /> | |
| 78 <ClCompile Include="jmemmgr.c" /> | |
| 79 <ClCompile Include="jmemnobs.c" /> | |
| 80 <ClCompile Include="jquant1.c" /> | |
| 81 <ClCompile Include="jquant2.c" /> | |
| 82 <ClCompile Include="jutils.c" /> | |
| 83 </ItemGroup> | |
| 84 <PropertyGroup Label="Globals"> | |
| 85 <ProjectGuid>{019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1}</ProjectGuid> | |
| 86 <Keyword>Win32Proj</Keyword> | |
| 87 <RootNamespace>jpeg</RootNamespace> | |
| 88 <WindowsTargetPlatformVersion>$(SDKVersion)</WindowsTargetPlatformVersion> | |
| 89 </PropertyGroup> | |
| 90 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | |
| 91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |
| 92 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 93 <UseDebugLibraries>false</UseDebugLibraries> | |
| 94 <WholeProgramOptimization>true</WholeProgramOptimization> | |
| 95 <CharacterSet>Unicode</CharacterSet> | |
| 96 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> | |
| 97 </PropertyGroup> | |
| 98 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> | |
| 99 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 100 <UseDebugLibraries>false</UseDebugLibraries> | |
| 101 <WholeProgramOptimization>true</WholeProgramOptimization> | |
| 102 <CharacterSet>Unicode</CharacterSet> | |
| 103 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> | |
| 104 </PropertyGroup> | |
| 105 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> | |
| 106 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 107 <UseDebugLibraries>false</UseDebugLibraries> | |
| 108 <WholeProgramOptimization>true</WholeProgramOptimization> | |
| 109 <CharacterSet>Unicode</CharacterSet> | |
| 110 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> | |
| 111 </PropertyGroup> | |
| 112 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | |
| 113 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 114 <UseDebugLibraries>false</UseDebugLibraries> | |
| 115 <WholeProgramOptimization>true</WholeProgramOptimization> | |
| 116 <CharacterSet>Unicode</CharacterSet> | |
| 117 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> | |
| 118 </PropertyGroup> | |
| 119 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="Configuration"> | |
| 120 <ConfigurationType>StaticLibrary</ConfigurationType> | |
| 121 <UseDebugLibraries>false</UseDebugLibraries> | |
| 122 <WholeProgramOptimization>true</WholeProgramOptimization> | |
| 123 <CharacterSet>Unicode</CharacterSet> | |
| 124 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset> | |
| 125 </PropertyGroup> | |
| 126 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | |
| 127 <ImportGroup Label="ExtensionSettings"> | |
| 128 </ImportGroup> | |
| 129 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 130 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 131 </ImportGroup> | |
| 132 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="PropertySheets"> | |
| 133 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 134 </ImportGroup> | |
| 135 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="PropertySheets"> | |
| 136 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 137 </ImportGroup> | |
| 138 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | |
| 139 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 140 </ImportGroup> | |
| 141 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'" Label="PropertySheets"> | |
| 142 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | |
| 143 </ImportGroup> | |
| 144 <PropertyGroup Label="UserMacros" /> | |
| 145 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 146 <OutDir>$(ProjectDir)$(Configuration)\$(Platform)\</OutDir> | |
| 147 <IntDir>$(ProjectDir)$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> | |
| 148 </PropertyGroup> | |
| 149 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> | |
| 150 <OutDir>$(ProjectDir)$(Configuration)\$(Platform)\</OutDir> | |
| 151 <IntDir>$(ProjectDir)$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> | |
| 152 </PropertyGroup> | |
| 153 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> | |
| 154 <OutDir>$(ProjectDir)$(Configuration)\$(Platform)\</OutDir> | |
| 155 <IntDir>$(ProjectDir)$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> | |
| 156 </PropertyGroup> | |
| 157 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| 158 <OutDir>$(ProjectDir)$(Configuration)\$(Platform)\</OutDir> | |
| 159 <IntDir>$(ProjectDir)$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> | |
| 160 </PropertyGroup> | |
| 161 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'"> | |
| 162 <OutDir>$(ProjectDir)$(Configuration)\$(Platform)\</OutDir> | |
| 163 <IntDir>$(ProjectDir)$(Configuration)\$(Platform)\$(ProjectName)\</IntDir> | |
| 164 </PropertyGroup> | |
| 165 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |
| 166 <ClCompile> | |
| 167 <WarningLevel>Level3</WarningLevel> | |
| 168 <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| 169 <Optimization>Full</Optimization> | |
| 170 <FunctionLevelLinking>true</FunctionLevelLinking> | |
| 171 <IntrinsicFunctions>false</IntrinsicFunctions> | |
| 172 <PreprocessorDefinitions>WIN32;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|ARM'"> | |
| 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|ARM64'"> | |
| 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 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | |
| 220 <ClCompile> | |
| 221 <WarningLevel>Level3</WarningLevel> | |
| 222 <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| 223 <Optimization>Full</Optimization> | |
| 224 <FunctionLevelLinking>true</FunctionLevelLinking> | |
| 225 <IntrinsicFunctions>false</IntrinsicFunctions> | |
| 226 <PreprocessorDefinitions>NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions> | |
| 227 <OmitFramePointers>true</OmitFramePointers> | |
| 228 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> | |
| 229 </ClCompile> | |
| 230 <Link> | |
| 231 <SubSystem>Windows</SubSystem> | |
| 232 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 233 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| 234 <OptimizeReferences>true</OptimizeReferences> | |
| 235 </Link> | |
| 236 </ItemDefinitionGroup> | |
| 237 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64EC'"> | |
| 238 <ClCompile> | |
| 239 <WarningLevel>Level3</WarningLevel> | |
| 240 <PrecompiledHeader>NotUsing</PrecompiledHeader> | |
| 241 <Optimization>Full</Optimization> | |
| 242 <FunctionLevelLinking>true</FunctionLevelLinking> | |
| 243 <IntrinsicFunctions>false</IntrinsicFunctions> | |
| 244 <PreprocessorDefinitions>NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions> | |
| 245 <OmitFramePointers>true</OmitFramePointers> | |
| 246 <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations> | |
| 247 </ClCompile> | |
| 248 <Link> | |
| 249 <SubSystem>Windows</SubSystem> | |
| 250 <GenerateDebugInformation>true</GenerateDebugInformation> | |
| 251 <EnableCOMDATFolding>true</EnableCOMDATFolding> | |
| 252 <OptimizeReferences>true</OptimizeReferences> | |
| 253 </Link> | |
| 254 </ItemDefinitionGroup> | |
| 255 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |
| 256 <ImportGroup Label="ExtensionTargets"> | |
| 257 </ImportGroup> | |
| 258 </Project> |
