mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:27:35 +00:00
Browser: Start working on a simple browser using LibHTML
This was inevitable. :^)
This commit is contained in:
parent
78d65c1c64
commit
0a38e0028f
4 changed files with 107 additions and 0 deletions
|
@ -89,6 +89,7 @@ cp ../Applications/SoundPlayer/SoundPlayer mnt/bin/SoundPlayer
|
|||
cp ../Applications/DisplayProperties/DisplayProperties mnt/bin/DisplayProperties
|
||||
cp ../Applications/Welcome/Welcome mnt/bin/Welcome
|
||||
cp ../Applications/Help/Help mnt/bin/Help
|
||||
cp ../Applications/Browser/Browser mnt/bin/Browser
|
||||
cp ../Demos/HelloWorld/HelloWorld mnt/bin/HelloWorld
|
||||
cp ../Demos/HelloWorld2/HelloWorld2 mnt/bin/HelloWorld2
|
||||
cp ../Demos/RetroFetch/RetroFetch mnt/bin/RetroFetch
|
||||
|
@ -129,6 +130,7 @@ ln -s Calculator mnt/bin/calc
|
|||
ln -s Inspector mnt/bin/ins
|
||||
ln -s SoundPlayer mnt/bin/sp
|
||||
ln -s Help mnt/bin/help
|
||||
ln -s Browser mnt/bin/br
|
||||
echo "done"
|
||||
|
||||
mkdir -p mnt/boot/
|
||||
|
|
|
@ -60,6 +60,7 @@ build_targets="$build_targets ../Applications/TextEditor"
|
|||
build_targets="$build_targets ../Applications/SoundPlayer"
|
||||
build_targets="$build_targets ../Applications/Welcome"
|
||||
build_targets="$build_targets ../Applications/Help"
|
||||
build_targets="$build_targets ../Applications/Browser"
|
||||
|
||||
build_targets="$build_targets ../Demos/Fire"
|
||||
build_targets="$build_targets ../Demos/HelloWorld"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue