mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 20:59:00 +00:00
Introduce LibCore and move GElapsedTimer => CElapsedTimer.
I need a layer somewhere between AK (usable both by userspace and kernel) and LibGUI (usable by userspace except WindowServer.) So here's LibCore.
This commit is contained in:
parent
a74f3615ac
commit
5e0577a042
Notes:
sideshowbarker
2024-07-19 14:46:21 +09:00
Author: https://github.com/awesomekling
Commit: 5e0577a042
21 changed files with 98 additions and 37 deletions
|
@ -10,6 +10,8 @@ $make_cmd -C ../LibC && \
|
|||
$make_cmd -C ../LibM clean && \
|
||||
$make_cmd -C ../LibM && \
|
||||
(cd ../LibM && ./install.sh) && \
|
||||
$make_cmd -C ../LibCore clean && \
|
||||
$make_cmd -C ../LibCore && \
|
||||
$make_cmd -C ../Servers/LookupServer clean && \
|
||||
$make_cmd -C ../Servers/LookupServer && \
|
||||
$make_cmd -C ../Servers/WindowServer clean && \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue