Skip to content

Commit

Permalink
Reduce executable size
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed Dec 15, 2024
1 parent 5b4d143 commit de57af1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Externals/poco/Foundation/Foundation.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@
<ClCompile Include="src\UTF32Encoding.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="src\utf8proc.c" />
<ClCompile Include="src\Void.cpp">
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
Expand Down
1 change: 0 additions & 1 deletion Externals/poco/Foundation/Foundation.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,6 @@
<Filter>RegularExpression\PCRE Source Files</Filter>
</ClCompile>
<ClCompile Include="src\Foundation.cpp" />
<ClCompile Include="src\utf8proc.c" />
<ClCompile Include="src\pcre2_chkdint.c">
<Filter>RegularExpression\PCRE Source Files</Filter>
</ClCompile>
Expand Down
1 change: 0 additions & 1 deletion Externals/poco/Foundation/src/Foundation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
#include "Unicode.cpp"
#include "UnicodeConverter.cpp"
#include "UTF8Encoding.cpp"
#include "UTF8String.cpp"
#include "UTF16Encoding.cpp"
#include "UTF32Encoding.cpp"
#include "Windows1250Encoding.cpp"
Expand Down

0 comments on commit de57af1

Please sign in to comment.