diff options
| author | George Hazan <george.hazan@gmail.com> | 2024-03-30 19:43:42 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2024-03-30 19:43:42 +0300 |
| commit | 032787f69076aafd43843c9ab64bdc373dc9aa6a (patch) | |
| tree | e8d761cf9adbf492ab2d249d9fc427be7660ca66 /libs/litehtml/litehtml.vcxproj | |
| parent | 79353069a2cc268c37c3bf8c50e8d74039298231 (diff) | |
update of litehtml, fixes the problem with empty lines
Diffstat (limited to 'libs/litehtml/litehtml.vcxproj')
| -rw-r--r-- | libs/litehtml/litehtml.vcxproj | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/litehtml/litehtml.vcxproj b/libs/litehtml/litehtml.vcxproj index ed1ba0e800..7fc6f311f3 100644 --- a/libs/litehtml/litehtml.vcxproj +++ b/libs/litehtml/litehtml.vcxproj @@ -36,6 +36,9 @@ </Link> </ItemDefinitionGroup> <ItemGroup> + <ClCompile Include="src\background.cpp"> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + </ClCompile> <ClCompile Include="src\codepoint.cpp"> <PrecompiledHeader>NotUsing</PrecompiledHeader> </ClCompile> @@ -120,6 +123,9 @@ <ClCompile Include="src\el_tr.cpp"> <PrecompiledHeader>NotUsing</PrecompiledHeader> </ClCompile> + <ClCompile Include="src\encodings.cpp"> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + </ClCompile> <ClCompile Include="src\flex_item.cpp"> <PrecompiledHeader>NotUsing</PrecompiledHeader> </ClCompile> @@ -129,6 +135,9 @@ <ClCompile Include="src\formatting_context.cpp"> <PrecompiledHeader>NotUsing</PrecompiledHeader> </ClCompile> + <ClCompile Include="src\gradient.cpp"> + <PrecompiledHeader>NotUsing</PrecompiledHeader> + </ClCompile> <ClCompile Include="src\gumbo\attribute.c"> <PrecompiledHeader>NotUsing</PrecompiledHeader> </ClCompile> |
