|
85 | 85 | <CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
86 | 86 | </PropertyGroup> |
87 | 87 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
88 | | - <IncludePath>..\external\freetype\include;..\external\harfbuzz\src;$(SolutionDir)..\..\SDL\include;$(IncludePath)</IncludePath> |
| 88 | + <IncludePath>..\external\freetype\include;..\external\harfbuzz;..\external\harfbuzz\src;$(SolutionDir)..\..\SDL\include;$(IncludePath)</IncludePath> |
89 | 89 | <LibraryPath>$(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)</LibraryPath> |
90 | 90 | </PropertyGroup> |
91 | 91 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
92 | | - <IncludePath>..\external\freetype\include;..\external\harfbuzz\src;$(SolutionDir)..\..\SDL\include;$(IncludePath)</IncludePath> |
| 92 | + <IncludePath>..\external\freetype\include;..\external\harfbuzz;..\external\harfbuzz\src;$(SolutionDir)..\..\SDL\include;$(IncludePath)</IncludePath> |
93 | 93 | <LibraryPath>$(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)</LibraryPath> |
94 | 94 | </PropertyGroup> |
95 | 95 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
96 | | - <IncludePath>..\external\freetype\include;..\external\harfbuzz\src;$(SolutionDir)..\..\SDL\include;$(IncludePath)</IncludePath> |
| 96 | + <IncludePath>..\external\freetype\include;..\external\harfbuzz;..\external\harfbuzz\src;$(SolutionDir)..\..\SDL\include;$(IncludePath)</IncludePath> |
97 | 97 | <LibraryPath>$(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)</LibraryPath> |
98 | 98 | </PropertyGroup> |
99 | 99 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
100 | | - <IncludePath>..\external\freetype\include;..\external\harfbuzz\src;$(SolutionDir)..\..\SDL\include;$(IncludePath)</IncludePath> |
| 100 | + <IncludePath>..\external\freetype\include;..\external\harfbuzz;..\external\harfbuzz\src;$(SolutionDir)..\..\SDL\include;$(IncludePath)</IncludePath> |
101 | 101 | <LibraryPath>$(SolutionDir)..\..\SDL\VisualC\$(PlatformName)\$(Configuration);$(LibraryPath)</LibraryPath> |
102 | 102 | </PropertyGroup> |
103 | 103 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
112 | 112 | </Midl> |
113 | 113 | <ClCompile> |
114 | 114 | <Optimization>Disabled</Optimization> |
115 | | - <PreprocessorDefinitions>DLL_EXPORT;WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;TTF_USE_HARFBUZZ=1;FT_PUBLIC_FUNCTION_ATTRIBUTE=;FT_CONFIG_OPTION_USE_HARFBUZZ;FT2_BUILD_LIBRARY;HAVE_FREETYPE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 115 | + <PreprocessorDefinitions>DLL_EXPORT;WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;TTF_USE_HARFBUZZ=1;HAVE_CONFIG_H;FT_PUBLIC_FUNCTION_ATTRIBUTE=;FT_CONFIG_OPTION_USE_HARFBUZZ;FT2_BUILD_LIBRARY;HAVE_FREETYPE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
116 | 116 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
117 | 117 | <WarningLevel>Level3</WarningLevel> |
118 | 118 | <DebugInformationFormat>OldStyle</DebugInformationFormat> |
|
122 | 122 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
123 | 123 | </ResourceCompile> |
124 | 124 | <Link> |
125 | | - <AdditionalDependencies>SDL2.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 125 | + <AdditionalDependencies>usp10.lib;gdi32.lib;rpcrt4.lib;SDL2.lib;%(AdditionalDependencies)</AdditionalDependencies> |
126 | 126 | <AdditionalLibraryDirectories>external\lib\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
127 | 127 | <GenerateDebugInformation>true</GenerateDebugInformation> |
128 | 128 | <SubSystem>Windows</SubSystem> |
|
140 | 140 | </Midl> |
141 | 141 | <ClCompile> |
142 | 142 | <Optimization>Disabled</Optimization> |
143 | | - <PreprocessorDefinitions>DLL_EXPORT;WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;TTF_USE_HARFBUZZ=1;FT_PUBLIC_FUNCTION_ATTRIBUTE=;FT_CONFIG_OPTION_USE_HARFBUZZ;FT2_BUILD_LIBRARY;HAVE_FREETYPE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 143 | + <PreprocessorDefinitions>DLL_EXPORT;WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;TTF_USE_HARFBUZZ=1;HAVE_CONFIG_H;FT_PUBLIC_FUNCTION_ATTRIBUTE=;FT_CONFIG_OPTION_USE_HARFBUZZ;FT2_BUILD_LIBRARY;HAVE_FREETYPE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
144 | 144 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> |
145 | 145 | <WarningLevel>Level3</WarningLevel> |
146 | 146 | <DebugInformationFormat>OldStyle</DebugInformationFormat> |
|
149 | 149 | <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
150 | 150 | </ResourceCompile> |
151 | 151 | <Link> |
152 | | - <AdditionalDependencies>SDL2.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 152 | + <AdditionalDependencies>usp10.lib;gdi32.lib;rpcrt4.lib;SDL2.lib;%(AdditionalDependencies)</AdditionalDependencies> |
153 | 153 | <AdditionalLibraryDirectories>external\lib\x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
154 | 154 | <GenerateDebugInformation>true</GenerateDebugInformation> |
155 | 155 | <SubSystem>Windows</SubSystem> |
|
166 | 166 | </HeaderFileName> |
167 | 167 | </Midl> |
168 | 168 | <ClCompile> |
169 | | - <PreprocessorDefinitions>DLL_EXPORT;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;TTF_USE_HARFBUZZ=1;FT_PUBLIC_FUNCTION_ATTRIBUTE=;FT_CONFIG_OPTION_USE_HARFBUZZ;FT2_BUILD_LIBRARY;HAVE_FREETYPE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 169 | + <PreprocessorDefinitions>DLL_EXPORT;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;TTF_USE_HARFBUZZ=1;HAVE_CONFIG_H;FT_PUBLIC_FUNCTION_ATTRIBUTE=;FT_CONFIG_OPTION_USE_HARFBUZZ;FT2_BUILD_LIBRARY;HAVE_FREETYPE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
170 | 170 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
171 | 171 | <WarningLevel>Level3</WarningLevel> |
172 | 172 | <EnableEnhancedInstructionSet>StreamingSIMDExtensions</EnableEnhancedInstructionSet> |
|
176 | 176 | </ResourceCompile> |
177 | 177 | <Link> |
178 | 178 | <SubSystem>Windows</SubSystem> |
179 | | - <AdditionalDependencies>SDL2.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 179 | + <AdditionalDependencies>usp10.lib;gdi32.lib;rpcrt4.lib;SDL2.lib;%(AdditionalDependencies)</AdditionalDependencies> |
180 | 180 | <AdditionalLibraryDirectories>external\lib\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
181 | 181 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
182 | 182 | <OptimizeReferences>true</OptimizeReferences> |
|
193 | 193 | </HeaderFileName> |
194 | 194 | </Midl> |
195 | 195 | <ClCompile> |
196 | | - <PreprocessorDefinitions>DLL_EXPORT;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;TTF_USE_HARFBUZZ=1;FT_PUBLIC_FUNCTION_ATTRIBUTE=;FT_CONFIG_OPTION_USE_HARFBUZZ;FT2_BUILD_LIBRARY;HAVE_FREETYPE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
| 196 | + <PreprocessorDefinitions>DLL_EXPORT;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;TTF_USE_HARFBUZZ=1;HAVE_CONFIG_H;FT_PUBLIC_FUNCTION_ATTRIBUTE=;FT_CONFIG_OPTION_USE_HARFBUZZ;FT2_BUILD_LIBRARY;HAVE_FREETYPE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
197 | 197 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary> |
198 | 198 | <WarningLevel>Level3</WarningLevel> |
199 | 199 | </ClCompile> |
|
202 | 202 | </ResourceCompile> |
203 | 203 | <Link> |
204 | 204 | <SubSystem>Windows</SubSystem> |
205 | | - <AdditionalDependencies>SDL2.lib;%(AdditionalDependencies)</AdditionalDependencies> |
| 205 | + <AdditionalDependencies>usp10.lib;gdi32.lib;rpcrt4.lib;SDL2.lib;%(AdditionalDependencies)</AdditionalDependencies> |
206 | 206 | <AdditionalLibraryDirectories>external\lib\x64;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |
207 | 207 | <EnableCOMDATFolding>true</EnableCOMDATFolding> |
208 | 208 | <OptimizeReferences>true</OptimizeReferences> |
|
0 commit comments