|
31 | 31 | <PlatformToolset>v142</PlatformToolset> |
32 | 32 | </PropertyGroup> |
33 | 33 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
34 | | - <ConfigurationType>Application</ConfigurationType> |
| 34 | + <ConfigurationType>DynamicLibrary</ConfigurationType> |
35 | 35 | <UseDebugLibraries>false</UseDebugLibraries> |
36 | | - <PlatformToolset>v142</PlatformToolset> |
| 36 | + <PlatformToolset>llvm</PlatformToolset> |
37 | 37 | </PropertyGroup> |
38 | 38 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
39 | 39 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
|
43 | 43 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
44 | 44 | <ConfigurationType>DynamicLibrary</ConfigurationType> |
45 | 45 | <UseDebugLibraries>false</UseDebugLibraries> |
46 | | - <PlatformToolset>v142</PlatformToolset> |
| 46 | + <PlatformToolset>llvm</PlatformToolset> |
47 | 47 | </PropertyGroup> |
48 | 48 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
49 | 49 | <ImportGroup Label="ExtensionSettings"> |
|
67 | 67 | <LinkIncremental>true</LinkIncremental> |
68 | 68 | </PropertyGroup> |
69 | 69 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
70 | | - <LinkIncremental>true</LinkIncremental> |
| 70 | + <LinkIncremental>false</LinkIncremental> |
| 71 | + <IncludePath>..\..\AviSynthPlus\avs_core\include;$(IncludePath)</IncludePath> |
71 | 72 | </PropertyGroup> |
72 | 73 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
73 | 74 | <IncludePath>..\..\AviSynthPlus\avs_core\include;$(IncludePath)</IncludePath> |
|
76 | 77 | <LinkIncremental>false</LinkIncremental> |
77 | 78 | <IncludePath>..\..\AviSynthPlus\avs_core\include;$(IncludePath)</IncludePath> |
78 | 79 | </PropertyGroup> |
| 80 | + <PropertyGroup Label="LLVM" Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
| 81 | + <UseLldLink>true</UseLldLink> |
| 82 | + <LldLinkAdditionalOptions> |
| 83 | + </LldLinkAdditionalOptions> |
| 84 | + <ClangClAdditionalOptions> |
| 85 | + </ClangClAdditionalOptions> |
| 86 | + </PropertyGroup> |
| 87 | + <PropertyGroup Label="LLVM" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
| 88 | + <UseLldLink>true</UseLldLink> |
| 89 | + </PropertyGroup> |
79 | 90 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
80 | 91 | <ClCompile> |
81 | 92 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
96 | 107 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
97 | 108 | <WarningLevel>Level3</WarningLevel> |
98 | 109 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> |
| 110 | + <LanguageStandard>stdcpp17</LanguageStandard> |
| 111 | + <MultiProcessorCompilation>true</MultiProcessorCompilation> |
| 112 | + <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion> |
| 113 | + <IntrinsicFunctions>true</IntrinsicFunctions> |
| 114 | + <FavorSizeOrSpeed>Speed</FavorSizeOrSpeed> |
| 115 | + <WholeProgramOptimization>true</WholeProgramOptimization> |
| 116 | + <FunctionLevelLinking>true</FunctionLevelLinking> |
| 117 | + <FloatingPointModel>Precise</FloatingPointModel> |
99 | 118 | </ClCompile> |
100 | 119 | <Link> |
101 | 120 | <TargetMachine>MachineX86</TargetMachine> |
102 | 121 | <GenerateDebugInformation>true</GenerateDebugInformation> |
103 | 122 | <SubSystem>Windows</SubSystem> |
104 | | - <EnableCOMDATFolding>true</EnableCOMDATFolding> |
105 | 123 | <OptimizeReferences>true</OptimizeReferences> |
106 | 124 | </Link> |
107 | 125 | </ItemDefinitionGroup> |
|
127 | 145 | <Link> |
128 | 146 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
129 | 147 | </Link> |
130 | | - <Link> |
131 | | - <LinkTimeCodeGeneration>UseLinkTimeCodeGeneration</LinkTimeCodeGeneration> |
132 | | - </Link> |
| 148 | + <Link /> |
133 | 149 | </ItemDefinitionGroup> |
134 | 150 | <ItemGroup> |
135 | 151 | <ClCompile Include="..\vinverse\vcl2\instrset_detect.cpp" /> |
136 | 152 | <ClCompile Include="..\vinverse\vinverse.cpp" /> |
137 | 153 | <ClCompile Include="..\vinverse\vinverse_avx2.cpp"> |
138 | 154 | <EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet> |
139 | 155 | <EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet> |
| 156 | + <EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AdvancedVectorExtensions2</EnableEnhancedInstructionSet> |
140 | 157 | </ClCompile> |
141 | 158 | <ClCompile Include="..\vinverse\vinverse_avx512.cpp"> |
142 | 159 | <EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AdvancedVectorExtensions512</EnableEnhancedInstructionSet> |
143 | 160 | <EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AdvancedVectorExtensions512</EnableEnhancedInstructionSet> |
| 161 | + <EnableEnhancedInstructionSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AdvancedVectorExtensions512</EnableEnhancedInstructionSet> |
144 | 162 | </ClCompile> |
145 | 163 | <ClCompile Include="..\vinverse\vinverse_sse2.cpp" /> |
146 | 164 | </ItemGroup> |
|
167 | 185 | <ClInclude Include="..\vinverse\vcl2\vector_convert.h" /> |
168 | 186 | <ClInclude Include="..\vinverse\vinverse.h" /> |
169 | 187 | </ItemGroup> |
| 188 | + <ItemGroup> |
| 189 | + <ResourceCompile Include="..\vinverse\vinverse.rc" /> |
| 190 | + </ItemGroup> |
170 | 191 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
171 | 192 | <ImportGroup Label="ExtensionTargets"> |
172 | 193 | </ImportGroup> |
|
0 commit comments