summaryrefslogtreecommitdiff
path: root/DevTools/FormCompiler/Makefile
AgeCommit message (Expand)Author
2020-03-02AK: Move the wildcard-matching implementation to StringUtilshowar6hill
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-01-02Build: HOST_CXX -> USE_HOST_CXXjoshua stein
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-10-01AK: Remove empty files JsonArray.cpp and JsonObject.cppAndreas Kling
2019-08-17DevTools: Add CLocalServer to the host-side tool build dependenciesAndreas Kling
2019-07-26FormCompiler: Add some more LibCore object files to host build.Andreas Kling
2019-07-10FormCompiler: Build individual compilation units instead of all-at-a-time.Andreas Kling
2019-07-10Build: Build the host-side FormCompiler before everything else.Andreas Kling
2019-07-10FormCompiler: Start working on a C++ code generator for VisualBuilder forms.Andreas Kling