|
47 | 47 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
48 | 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration"> |
49 | 49 | <UseDebugLibraries>true</UseDebugLibraries> |
| 50 | + <UseOfStl>libstdc++_static</UseOfStl> |
50 | 51 | </PropertyGroup> |
51 | 52 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration"> |
52 | 53 | <UseDebugLibraries>false</UseDebugLibraries> |
| 54 | + <UseOfStl>libstdc++_static</UseOfStl> |
53 | 55 | </PropertyGroup> |
54 | 56 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration"> |
55 | 57 | <UseDebugLibraries>true</UseDebugLibraries> |
| 58 | + <UseOfStl>libstdc++_static</UseOfStl> |
56 | 59 | </PropertyGroup> |
57 | 60 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration"> |
58 | 61 | <UseDebugLibraries>false</UseDebugLibraries> |
| 62 | + <UseOfStl>libstdc++_static</UseOfStl> |
59 | 63 | </PropertyGroup> |
60 | 64 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
61 | 65 | <UseDebugLibraries>true</UseDebugLibraries> |
| 66 | + <UseOfStl>libstdc++_static</UseOfStl> |
62 | 67 | </PropertyGroup> |
63 | 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
64 | 69 | <UseDebugLibraries>false</UseDebugLibraries> |
| 70 | + <UseOfStl>libstdc++_static</UseOfStl> |
65 | 71 | </PropertyGroup> |
66 | 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'" Label="Configuration"> |
67 | 73 | <UseDebugLibraries>false</UseDebugLibraries> |
| 74 | + <UseOfStl>libstdc++_static</UseOfStl> |
68 | 75 | </PropertyGroup> |
69 | 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'" Label="Configuration"> |
70 | 77 | <UseDebugLibraries>true</UseDebugLibraries> |
| 78 | + <UseOfStl>libstdc++_static</UseOfStl> |
71 | 79 | </PropertyGroup> |
72 | 80 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
73 | 81 | <ImportGroup Label="ExtensionSettings" /> |
|
76 | 84 | <PropertyGroup Label="UserMacros" /> |
77 | 85 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
78 | 86 | <RemoteCppCompileToolExe>g++-8</RemoteCppCompileToolExe> |
79 | | - <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir> |
80 | | - <IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir> |
| 87 | + <OutDir>$(ProjectDir)Linux\$(Platform)\$(Configuration)\</OutDir> |
| 88 | + <IntDir>$(ProjectDir)Linux\$(Platform)\$(Configuration)\</IntDir> |
| 89 | + <RemoteIntRelDir>$(RemoteProjectRelDir)/Linux/$(Platform)/$(Configuration)</RemoteIntRelDir> |
| 90 | + <RemoteOutRelDir>$(RemoteProjectRelDir)/Linux/$(Platform)/$(Configuration)</RemoteOutRelDir> |
| 91 | + <RemoteLdToolExe>g++-8</RemoteLdToolExe> |
81 | 92 | </PropertyGroup> |
82 | 93 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'"> |
83 | 94 | <RemoteCppCompileToolExe>g++-8</RemoteCppCompileToolExe> |
84 | | - <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir> |
85 | | - <IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir> |
| 95 | + <OutDir>$(ProjectDir)Linux\$(Platform)\$(Configuration)\</OutDir> |
| 96 | + <IntDir>$(ProjectDir)Linux\$(Platform)\$(Configuration)\</IntDir> |
| 97 | + <RemoteIntRelDir>$(RemoteProjectRelDir)/Linux/$(Platform)/$(Configuration)</RemoteIntRelDir> |
| 98 | + <RemoteOutRelDir>$(RemoteProjectRelDir)/Linux/$(Platform)/$(Configuration)</RemoteOutRelDir> |
| 99 | + <RemoteLdToolExe>g++-8</RemoteLdToolExe> |
86 | 100 | </PropertyGroup> |
87 | 101 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
88 | 102 | <RemoteCppCompileToolExe>g++-8</RemoteCppCompileToolExe> |
89 | | - <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir> |
90 | | - <IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir> |
| 103 | + <OutDir>$(ProjectDir)Linux\$(Platform)\$(Configuration)\</OutDir> |
| 104 | + <IntDir>$(ProjectDir)Linux\$(Platform)\$(Configuration)\</IntDir> |
| 105 | + <RemoteIntRelDir>$(RemoteProjectRelDir)/Linux/$(Platform)/$(Configuration)</RemoteIntRelDir> |
| 106 | + <RemoteOutRelDir>$(RemoteProjectRelDir)/Linux/$(Platform)/$(Configuration)</RemoteOutRelDir> |
| 107 | + <RemoteLdToolExe>g++-8</RemoteLdToolExe> |
91 | 108 | </PropertyGroup> |
92 | 109 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM64'"> |
93 | 110 | <RemoteCppCompileToolExe>g++-8</RemoteCppCompileToolExe> |
94 | | - <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir> |
95 | | - <IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir> |
| 111 | + <OutDir>$(ProjectDir)Linux\$(Platform)\$(Configuration)\</OutDir> |
| 112 | + <IntDir>$(ProjectDir)Linux\$(Platform)\$(Configuration)\</IntDir> |
| 113 | + <RemoteIntRelDir>$(RemoteProjectRelDir)/Linux/$(Platform)/$(Configuration)</RemoteIntRelDir> |
| 114 | + <RemoteOutRelDir>$(RemoteProjectRelDir)/Linux/$(Platform)/$(Configuration)</RemoteOutRelDir> |
| 115 | + <RemoteLdToolExe>g++-8</RemoteLdToolExe> |
96 | 116 | </PropertyGroup> |
97 | 117 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
98 | 118 | <RemoteCppCompileToolExe>g++-8</RemoteCppCompileToolExe> |
99 | | - <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir> |
100 | | - <IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir> |
| 119 | + <OutDir>$(ProjectDir)Linux\$(Platform)\$(Configuration)\</OutDir> |
| 120 | + <IntDir>$(ProjectDir)Linux\$(Platform)\$(Configuration)\</IntDir> |
| 121 | + <RemoteIntRelDir>$(RemoteProjectRelDir)/Linux/$(Platform)/$(Configuration)</RemoteIntRelDir> |
| 122 | + <RemoteOutRelDir>$(RemoteProjectRelDir)/Linux/$(Platform)/$(Configuration)</RemoteOutRelDir> |
| 123 | + <RemoteLdToolExe>g++-8</RemoteLdToolExe> |
101 | 124 | </PropertyGroup> |
102 | 125 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
103 | 126 | <RemoteCppCompileToolExe>g++-8</RemoteCppCompileToolExe> |
104 | | - <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir> |
105 | | - <IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir> |
| 127 | + <OutDir>$(ProjectDir)Linux\$(Platform)\$(Configuration)\</OutDir> |
| 128 | + <IntDir>$(ProjectDir)Linux\$(Platform)\$(Configuration)\</IntDir> |
| 129 | + <RemoteIntRelDir>$(RemoteProjectRelDir)/Linux/$(Platform)/$(Configuration)</RemoteIntRelDir> |
| 130 | + <RemoteOutRelDir>$(RemoteProjectRelDir)/Linux/$(Platform)/$(Configuration)</RemoteOutRelDir> |
| 131 | + <RemoteLdToolExe>g++-8</RemoteLdToolExe> |
106 | 132 | </PropertyGroup> |
107 | 133 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'"> |
108 | 134 | <RemoteCppCompileToolExe>g++-8</RemoteCppCompileToolExe> |
109 | | - <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir> |
110 | | - <IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir> |
| 135 | + <OutDir>$(ProjectDir)Linux\$(Platform)\$(Configuration)\</OutDir> |
| 136 | + <IntDir>$(ProjectDir)Linux\$(Platform)\$(Configuration)\</IntDir> |
| 137 | + <RemoteIntRelDir>$(RemoteProjectRelDir)/Linux/$(Platform)/$(Configuration)</RemoteIntRelDir> |
| 138 | + <RemoteOutRelDir>$(RemoteProjectRelDir)/Linux/$(Platform)/$(Configuration)</RemoteOutRelDir> |
| 139 | + <RemoteLdToolExe>g++-8</RemoteLdToolExe> |
111 | 140 | </PropertyGroup> |
112 | 141 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'"> |
113 | 142 | <RemoteCppCompileToolExe>g++-8</RemoteCppCompileToolExe> |
114 | | - <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir> |
115 | | - <IntDir>$(ProjectDir)$(Platform)\$(Configuration)\</IntDir> |
| 143 | + <OutDir>$(ProjectDir)Linux\$(Platform)\$(Configuration)\</OutDir> |
| 144 | + <IntDir>$(ProjectDir)Linux\$(Platform)\$(Configuration)\</IntDir> |
| 145 | + <RemoteIntRelDir>$(RemoteProjectRelDir)/Linux/$(Platform)/$(Configuration)</RemoteIntRelDir> |
| 146 | + <RemoteOutRelDir>$(RemoteProjectRelDir)/Linux/$(Platform)/$(Configuration)</RemoteOutRelDir> |
| 147 | + <RemoteLdToolExe>g++-8</RemoteLdToolExe> |
116 | 148 | </PropertyGroup> |
117 | 149 | <ItemGroup> |
118 | 150 | <ClCompile Include="Lacewing\CodePointAllowList.cpp" /> |
|
176 | 208 | <ClInclude Include="Lacewing\FrameBuilder.h" /> |
177 | 209 | <ClInclude Include="Lacewing\FrameReader.h" /> |
178 | 210 | <ClInclude Include="Lacewing\IDPool.h" /> |
179 | | - <ClInclude Include="Lacewing\include\lacewing.h" /> |
180 | 211 | <ClInclude Include="Lacewing\Lacewing.h" /> |
181 | 212 | <ClInclude Include="Lacewing\MessageBuilder.h" /> |
182 | 213 | <ClInclude Include="Lacewing\MessageReader.h" /> |
|
200 | 231 | </ItemGroup> |
201 | 232 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'"> |
202 | 233 | <ClCompile> |
203 | | - <PreprocessorDefinitions>_lacewing_static;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 234 | + <PreprocessorDefinitions>_lacewing_static;_DEBUG;_lacewing_debug=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
204 | 235 | <CppLanguageStandard>c++17</CppLanguageStandard> |
205 | | - <CompileAs>CompileAsCpp</CompileAs> |
206 | 236 | <AdditionalOptions>-Wno-unknown-pragmas %(AdditionalOptions)</AdditionalOptions> |
| 237 | + <CompileAs>CompileAsCpp</CompileAs> |
207 | 238 | </ClCompile> |
208 | 239 | <Link> |
209 | 240 | <LibraryDependencies>pthread</LibraryDependencies> |
|
213 | 244 | <ClCompile> |
214 | 245 | <PreprocessorDefinitions>_lacewing_static;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
215 | 246 | <CppLanguageStandard>c++17</CppLanguageStandard> |
216 | | - <CompileAs>CompileAsCpp</CompileAs> |
217 | 247 | <AdditionalOptions>-Wno-unknown-pragmas %(AdditionalOptions)</AdditionalOptions> |
| 248 | + <CompileAs>CompileAsCpp</CompileAs> |
218 | 249 | </ClCompile> |
219 | 250 | <Link> |
220 | 251 | <LibraryDependencies>pthread</LibraryDependencies> |
221 | 252 | </Link> |
222 | 253 | </ItemDefinitionGroup> |
223 | 254 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM64'"> |
224 | 255 | <ClCompile> |
225 | | - <PreprocessorDefinitions>_lacewing_static;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 256 | + <PreprocessorDefinitions>_lacewing_static;_DEBUG;_lacewing_debug=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
226 | 257 | <CppLanguageStandard>c++17</CppLanguageStandard> |
227 | | - <CompileAs>CompileAsCpp</CompileAs> |
228 | 258 | <AdditionalOptions>-Wno-unknown-pragmas %(AdditionalOptions)</AdditionalOptions> |
| 259 | + <CompileAs>CompileAsCpp</CompileAs> |
229 | 260 | </ClCompile> |
230 | 261 | <Link> |
231 | 262 | <LibraryDependencies>pthread</LibraryDependencies> |
|
235 | 266 | <ClCompile> |
236 | 267 | <PreprocessorDefinitions>_lacewing_static;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
237 | 268 | <CppLanguageStandard>c++17</CppLanguageStandard> |
238 | | - <CompileAs>CompileAsCpp</CompileAs> |
239 | 269 | <AdditionalOptions>-Wno-unknown-pragmas %(AdditionalOptions)</AdditionalOptions> |
| 270 | + <CompileAs>CompileAsCpp</CompileAs> |
240 | 271 | </ClCompile> |
241 | 272 | <Link> |
242 | 273 | <LibraryDependencies>pthread</LibraryDependencies> |
243 | 274 | </Link> |
244 | 275 | </ItemDefinitionGroup> |
245 | 276 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
246 | 277 | <ClCompile> |
247 | | - <PreprocessorDefinitions>_lacewing_static;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 278 | + <PreprocessorDefinitions>_lacewing_static;_DEBUG;_lacewing_debug=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
248 | 279 | <CppLanguageStandard>c++17</CppLanguageStandard> |
249 | | - <CompileAs>CompileAsCpp</CompileAs> |
250 | 280 | <AdditionalOptions>-Wno-unknown-pragmas %(AdditionalOptions)</AdditionalOptions> |
| 281 | + <CompileAs>CompileAsCpp</CompileAs> |
251 | 282 | </ClCompile> |
252 | 283 | <Link> |
253 | 284 | <LibraryDependencies>pthread</LibraryDependencies> |
|
257 | 288 | <ClCompile> |
258 | 289 | <PreprocessorDefinitions>_lacewing_static;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
259 | 290 | <CppLanguageStandard>c++17</CppLanguageStandard> |
260 | | - <CompileAs>CompileAsCpp</CompileAs> |
261 | 291 | <AdditionalOptions>-Wno-unknown-pragmas %(AdditionalOptions)</AdditionalOptions> |
| 292 | + <CompileAs>CompileAsCpp</CompileAs> |
262 | 293 | </ClCompile> |
263 | 294 | <Link> |
264 | 295 | <LibraryDependencies>pthread</LibraryDependencies> |
265 | 296 | </Link> |
266 | 297 | </ItemDefinitionGroup> |
267 | 298 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'"> |
268 | 299 | <ClCompile> |
269 | | - <PreprocessorDefinitions>_lacewing_static;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 300 | + <PreprocessorDefinitions>_lacewing_static;_DEBUG;_lacewing_debug=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
270 | 301 | <CppLanguageStandard>c++17</CppLanguageStandard> |
271 | | - <CompileAs>CompileAsCpp</CompileAs> |
272 | 302 | <AdditionalOptions>-Wno-unknown-pragmas %(AdditionalOptions)</AdditionalOptions> |
| 303 | + <CompileAs>CompileAsCpp</CompileAs> |
273 | 304 | </ClCompile> |
274 | 305 | <Link> |
275 | 306 | <LibraryDependencies>pthread</LibraryDependencies> |
|
279 | 310 | <ClCompile> |
280 | 311 | <PreprocessorDefinitions>_lacewing_static;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
281 | 312 | <CppLanguageStandard>c++17</CppLanguageStandard> |
282 | | - <CompileAs>CompileAsCpp</CompileAs> |
283 | 313 | <AdditionalOptions>-Wno-unknown-pragmas %(AdditionalOptions)</AdditionalOptions> |
| 314 | + <CompileAs>CompileAsCpp</CompileAs> |
284 | 315 | </ClCompile> |
285 | 316 | <Link> |
286 | 317 | <LibraryDependencies>pthread</LibraryDependencies> |
|
0 commit comments