|
19 | 19 | </ProjectConfiguration>
|
20 | 20 | </ItemGroup>
|
21 | 21 | <ItemGroup>
|
22 |
| - <ClCompile Include="nseel-compiler.c" /> |
23 |
| - <ClCompile Include="nseel-ram.c" /> |
24 |
| - <ClCompile Include="loose_eel.c" /> |
25 |
| - <ClCompile Include="fft.c" /> |
26 |
| - <ClCompile Include="s_str.c" /> |
27 |
| - <ClCompile Include="y.tab.c" /> |
| 22 | + <ClCompile Include="..\cpthread.c" /> |
| 23 | + <ClCompile Include="..\nseel-compiler.c" /> |
| 24 | + <ClCompile Include="..\nseel-ram.c" /> |
| 25 | + <ClCompile Include="..\loose_eel.c" /> |
| 26 | + <ClCompile Include="..\fft.c" /> |
| 27 | + <ClCompile Include="..\numericSys\codelet.c" /> |
| 28 | + <ClCompile Include="..\numericSys\cpoly.c" /> |
| 29 | + <ClCompile Include="..\numericSys\FFTConvolver.c" /> |
| 30 | + <ClCompile Include="..\numericSys\FilterDesign\cos_fib_paraunitary.c" /> |
| 31 | + <ClCompile Include="..\numericSys\FilterDesign\eqnerror.c" /> |
| 32 | + <ClCompile Include="..\numericSys\FilterDesign\firls.c" /> |
| 33 | + <ClCompile Include="..\numericSys\FilterDesign\generalFdesign.c" /> |
| 34 | + <ClCompile Include="..\numericSys\libsamplerate\samplerate.c" /> |
| 35 | + <ClCompile Include="..\numericSys\libsamplerate\src_sinc.c" /> |
| 36 | + <ClCompile Include="..\numericSys\MersenneTwister.c" /> |
| 37 | + <ClCompile Include="..\numericSys\quadprog.c" /> |
| 38 | + <ClCompile Include="..\numericSys\SolveLinearSystem\inv.c" /> |
| 39 | + <ClCompile Include="..\numericSys\SolveLinearSystem\mldivide.c" /> |
| 40 | + <ClCompile Include="..\numericSys\SolveLinearSystem\mrdivide.c" /> |
| 41 | + <ClCompile Include="..\numericSys\SolveLinearSystem\pinv.c" /> |
| 42 | + <ClCompile Include="..\numericSys\SolveLinearSystem\qr_fact.c" /> |
| 43 | + <ClCompile Include="..\numericSys\solvopt.c" /> |
| 44 | + <ClCompile Include="..\s_str.c" /> |
| 45 | + <ClCompile Include="..\y.tab.c" /> |
28 | 46 | </ItemGroup>
|
29 | 47 | <ItemGroup>
|
30 |
| - <ClInclude Include="eelCommon.h" /> |
31 |
| - <ClInclude Include="ns-eel-int.h" /> |
32 |
| - <ClInclude Include="ns-eel.h" /> |
33 |
| - <ClInclude Include="fft.h" /> |
34 |
| - <ClInclude Include="glue_port.h" /> |
35 |
| - <ClInclude Include="s_str.h" /> |
| 48 | + <ClInclude Include="..\cpthread.h" /> |
| 49 | + <ClInclude Include="..\dirent.h" /> |
| 50 | + <ClInclude Include="..\dr_flac.h" /> |
| 51 | + <ClInclude Include="..\dr_mp3.h" /> |
| 52 | + <ClInclude Include="..\dr_wav.h" /> |
| 53 | + <ClInclude Include="..\eelCommon.h" /> |
| 54 | + <ClInclude Include="..\eel_matrix.h" /> |
| 55 | + <ClInclude Include="..\ns-eel-int.h" /> |
| 56 | + <ClInclude Include="..\ns-eel.h" /> |
| 57 | + <ClInclude Include="..\fft.h" /> |
| 58 | + <ClInclude Include="..\glue_port.h" /> |
| 59 | + <ClInclude Include="..\numericSys\codelet.h" /> |
| 60 | + <ClInclude Include="..\numericSys\FFTConvolver.h" /> |
| 61 | + <ClInclude Include="..\numericSys\FilterDesign\fdesign.h" /> |
| 62 | + <ClInclude Include="..\numericSys\libsamplerate\common.h" /> |
| 63 | + <ClInclude Include="..\numericSys\libsamplerate\samplerate.h" /> |
| 64 | + <ClInclude Include="..\numericSys\libsamplerate\src_config.h" /> |
| 65 | + <ClInclude Include="..\numericSys\polyphase.h" /> |
| 66 | + <ClInclude Include="..\numericSys\quadprog.h" /> |
| 67 | + <ClInclude Include="..\numericSys\SolveLinearSystem\qr_fact.h" /> |
| 68 | + <ClInclude Include="..\numericSys\solvopt.h" /> |
| 69 | + <ClInclude Include="..\s_str.h" /> |
36 | 70 | </ItemGroup>
|
37 | 71 | <PropertyGroup Label="Globals">
|
38 | 72 | <ProjectGuid>{893B9C0E-73CA-4843-A3BC-8A3FF9055FA8}</ProjectGuid>
|
39 | 73 | <Keyword>Win32Proj</Keyword>
|
40 | 74 | <RootNamespace>loose_eel</RootNamespace>
|
41 |
| - <WindowsTargetPlatformVersion>10.0.18362.0</WindowsTargetPlatformVersion> |
| 75 | + <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> |
42 | 76 | <ProjectName>eel_CLI</ProjectName>
|
43 | 77 | </PropertyGroup>
|
44 | 78 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
47 | 81 | <UseDebugLibraries>true</UseDebugLibraries>
|
48 | 82 | <PlatformToolset>v141</PlatformToolset>
|
49 | 83 | <CharacterSet>MultiByte</CharacterSet>
|
| 84 | + <UseIntelMKL>No</UseIntelMKL> |
50 | 85 | </PropertyGroup>
|
51 | 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
52 | 87 | <ConfigurationType>Application</ConfigurationType>
|
53 | 88 | <UseDebugLibraries>true</UseDebugLibraries>
|
54 | 89 | <PlatformToolset>v141</PlatformToolset>
|
55 | 90 | <CharacterSet>MultiByte</CharacterSet>
|
| 91 | + <UseIntelMKL>No</UseIntelMKL> |
56 | 92 | </PropertyGroup>
|
57 | 93 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
58 | 94 | <ConfigurationType>Application</ConfigurationType>
|
59 | 95 | <UseDebugLibraries>false</UseDebugLibraries>
|
60 | 96 | <PlatformToolset>v141</PlatformToolset>
|
61 | 97 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
62 | 98 | <CharacterSet>MultiByte</CharacterSet>
|
| 99 | + <UseIntelMKL>No</UseIntelMKL> |
63 | 100 | </PropertyGroup>
|
64 | 101 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
65 | 102 | <ConfigurationType>Application</ConfigurationType>
|
66 | 103 | <UseDebugLibraries>false</UseDebugLibraries>
|
67 | 104 | <PlatformToolset>v141</PlatformToolset>
|
68 | 105 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
69 | 106 | <CharacterSet>MultiByte</CharacterSet>
|
| 107 | + <UseIntelMKL>No</UseIntelMKL> |
70 | 108 | </PropertyGroup>
|
71 | 109 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
72 | 110 | <ImportGroup Label="ExtensionSettings">
|
|
113 | 151 | <MinimalRebuild>false</MinimalRebuild>
|
114 | 152 | <PrecompiledHeaderFile />
|
115 | 153 | <CompileAs>CompileAsC</CompileAs>
|
| 154 | + <FloatingPointModel>Fast</FloatingPointModel> |
116 | 155 | </ClCompile>
|
117 | 156 | <Link>
|
118 | 157 | <SubSystem>Console</SubSystem>
|
|
129 | 168 | <MinimalRebuild>false</MinimalRebuild>
|
130 | 169 | <PrecompiledHeaderFile />
|
131 | 170 | <CompileAs>CompileAsC</CompileAs>
|
| 171 | + <FloatingPointModel>Fast</FloatingPointModel> |
132 | 172 | </ClCompile>
|
133 | 173 | <Link>
|
134 | 174 | <SubSystem>Console</SubSystem>
|
|
140 | 180 | <ClCompile>
|
141 | 181 | <WarningLevel>Level3</WarningLevel>
|
142 | 182 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
143 |
| - <Optimization>MaxSpeed</Optimization> |
| 183 | + <Optimization>Full</Optimization> |
144 | 184 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
145 | 185 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
146 | 186 | <PreprocessorDefinitions>WIN32;BUILD_WINDOWS;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
147 | 187 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
148 |
| - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 188 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
149 | 189 | <PrecompiledHeaderFile />
|
150 | 190 | <CompileAs>CompileAsC</CompileAs>
|
| 191 | + <FloatingPointModel>Fast</FloatingPointModel> |
| 192 | + <OmitFramePointers>true</OmitFramePointers> |
151 | 193 | </ClCompile>
|
152 | 194 | <Link>
|
153 | 195 | <SubSystem>Console</SubSystem>
|
|
161 | 203 | <ClCompile>
|
162 | 204 | <WarningLevel>Level3</WarningLevel>
|
163 | 205 | <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
164 |
| - <Optimization>MaxSpeed</Optimization> |
| 206 | + <Optimization>Full</Optimization> |
165 | 207 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
166 | 208 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
167 | 209 | <PreprocessorDefinitions>WIN32;BUILD_WINDOWS;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
168 | 210 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
169 |
| - <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
| 211 | + <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
170 | 212 | <PrecompiledHeaderFile />
|
171 | 213 | <CompileAs>CompileAsC</CompileAs>
|
| 214 | + <FloatingPointModel>Fast</FloatingPointModel> |
| 215 | + <OmitFramePointers>true</OmitFramePointers> |
172 | 216 | </ClCompile>
|
173 | 217 | <Link>
|
174 | 218 | <SubSystem>Console</SubSystem>
|
|
0 commit comments