fix build
[AROS.git] / workbench / libs / jpeg / makejvcx.v10
blobccee28789f44ab55f001b99d107ee205916b32fe
1 ‹¯¨<?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Release|Win32">
5       <Configuration>Release</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8   </ItemGroup>
9   <ItemGroup>
10     <ClInclude Include="jconfig.h" />
11     <ClInclude Include="jdct.h" />
12     <ClInclude Include="jerror.h" />
13     <ClInclude Include="jinclude.h" />
14     <ClInclude Include="jmemsys.h" />
15     <ClInclude Include="jmorecfg.h" />
16     <ClInclude Include="jpegint.h" />
17     <ClInclude Include="jpeglib.h" />
18     <ClInclude Include="jversion.h" />
19   </ItemGroup>
20   <ItemGroup>
21     <ClCompile Include="jaricom.c" />
22     <ClCompile Include="jcapimin.c" />
23     <ClCompile Include="jcapistd.c" />
24     <ClCompile Include="jcarith.c" />
25     <ClCompile Include="jccoefct.c" />
26     <ClCompile Include="jccolor.c" />
27     <ClCompile Include="jcdctmgr.c" />
28     <ClCompile Include="jchuff.c" />
29     <ClCompile Include="jcinit.c" />
30     <ClCompile Include="jcmainct.c" />
31     <ClCompile Include="jcmarker.c" />
32     <ClCompile Include="jcmaster.c" />
33     <ClCompile Include="jcomapi.c" />
34     <ClCompile Include="jcparam.c" />
35     <ClCompile Include="jcprepct.c" />
36     <ClCompile Include="jcsample.c" />
37     <ClCompile Include="jctrans.c" />
38     <ClCompile Include="jdapimin.c" />
39     <ClCompile Include="jdapistd.c" />
40     <ClCompile Include="jdarith.c" />
41     <ClCompile Include="jdatadst.c" />
42     <ClCompile Include="jdatasrc.c" />
43     <ClCompile Include="jdcoefct.c" />
44     <ClCompile Include="jdcolor.c" />
45     <ClCompile Include="jddctmgr.c" />
46     <ClCompile Include="jdhuff.c" />
47     <ClCompile Include="jdinput.c" />
48     <ClCompile Include="jdmainct.c" />
49     <ClCompile Include="jdmarker.c" />
50     <ClCompile Include="jdmaster.c" />
51     <ClCompile Include="jdmerge.c" />
52     <ClCompile Include="jdpostct.c" />
53     <ClCompile Include="jdsample.c" />
54     <ClCompile Include="jdtrans.c" />
55     <ClCompile Include="jerror.c" />
56     <ClCompile Include="jfdctflt.c" />
57     <ClCompile Include="jfdctfst.c" />
58     <ClCompile Include="jfdctint.c" />
59     <ClCompile Include="jidctflt.c" />
60     <ClCompile Include="jidctfst.c" />
61     <ClCompile Include="jidctint.c" />
62     <ClCompile Include="jmemmgr.c" />
63     <ClCompile Include="jmemnobs.c" />
64     <ClCompile Include="jquant1.c" />
65     <ClCompile Include="jquant2.c">
66       <Optimization Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Disabled</Optimization>
67       <BufferSecurityCheck Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</BufferSecurityCheck>
68     </ClCompile>
69     <ClCompile Include="jutils.c" />
70   </ItemGroup>
71   <PropertyGroup Label="Globals">
72     <ProjectGuid>{019DBD2A-273D-4BA4-BF86-B5EFE2ED76B1}</ProjectGuid>
73     <Keyword>Win32Proj</Keyword>
74     <RootNamespace>jpeg</RootNamespace>
75   </PropertyGroup>
76   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
77   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
78     <ConfigurationType>StaticLibrary</ConfigurationType>
79     <UseDebugLibraries>false</UseDebugLibraries>
80     <WholeProgramOptimization>true</WholeProgramOptimization>
81     <CharacterSet>Unicode</CharacterSet>
82   </PropertyGroup>
83   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
84   <ImportGroup Label="ExtensionSettings">
85   </ImportGroup>
86   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
87     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
88   </ImportGroup>
89   <PropertyGroup Label="UserMacros" />
90   <PropertyGroup />
91   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
92     <ClCompile>
93       <WarningLevel>Level3</WarningLevel>
94       <PrecompiledHeader>NotUsing</PrecompiledHeader>
95       <Optimization>Full</Optimization>
96       <FunctionLevelLinking>true</FunctionLevelLinking>
97       <IntrinsicFunctions>false</IntrinsicFunctions>
98       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS</PreprocessorDefinitions>
99       <OmitFramePointers>true</OmitFramePointers>
100       <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
101     </ClCompile>
102     <Link>
103       <SubSystem>Windows</SubSystem>
104       <GenerateDebugInformation>true</GenerateDebugInformation>
105       <EnableCOMDATFolding>true</EnableCOMDATFolding>
106       <OptimizeReferences>true</OptimizeReferences>
107     </Link>
108   </ItemDefinitionGroup>
109   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
110   <ImportGroup Label="ExtensionTargets">
111   </ImportGroup>
112 </Project>