mirror of
https://github.com/zebrajr/ladybird.git
synced 2025-12-06 00:19:53 +01:00
In the initial work that got Ladybird running on Windows, there were some DLLs that WebContent implicitly depended on which was causing runtime errors when launching as they didn't exist in libexec. So the workaround was to explicitly link the targets that had issues to WebContent and use lagom_copy_runtime_dlls() to ensure they got copied to libexec. But given libexec is not a standard Windows convention, in a later review we made sure Services got output to the bin folder, but those initial workarounds were not removed even though they were now unnecessary. |
||
|---|---|---|
| .. | ||
| ImageDecoder | ||
| RequestServer | ||
| WebContent | ||
| WebDriver | ||
| WebWorker | ||
| CMakeLists.txt | ||