summaryrefslogtreecommitdiff
path: root/Toolchain/UseIt.sh
AgeCommit message (Collapse)Author
2019-05-20Toolchain: Oops, let's unbreak UseIt.sh.Andreas Kling
2019-05-17Build: Install most headers to Root (and libcore.a/libgui.a)Robin Burchell
This makes out-of-tree linking possible. And at the same time, add a CMakeToolchain.txt file that can be used to build arbitrary cmake-using applications on Serenity by pointing to the CMAKE_TOOLCHAIN_FILE when running cmake: -DCMAKE_TOOLCHAIN_FILE=~/code/serenity/Toolchain/CMakeToolchain.txt
2019-05-15UseIt: allow sourcing from outside the Toolchain dirRobin Burchell
2019-04-29Toolchain: Useit.sh finish and added an install target for the libc's ↵VAN BOSSUYT Nicolas
Makefile and a bit of ground work for a gcc port
2019-04-29Toolchain: Added build script (wip)VAN BOSSUYT Nicolas