* static library test (will fail to build)
missing operator nonsense
* try
* try 2
* fix copypaste mistake
Co-Authored-By: Luke Street <549122+encounter@users.noreply.github.com>
* static libs real
booyah baybee
* make gamecode into static libraries
* organize Dolphin files
dolphin sorted
* declutter build folder
* generate Dolphin.a
Dolphin.a is real now. Truly, a library of libraries.
* libraries build with -j
need to fix singlethreading and calcprogress
* repair singlethreaded make
ensure directories exist as a step within static library recipes
* consistent buildlog capitalization
linking to Linking for static library recipes
* remove bss hack from calcprogress
no longer necessary
* mute compiler warnings by default
they cluttered the build logs
* tiptoe around wibo's failure
wibo cannnot handle multiple linker instances generating libraries in the same folder
* repair calcprogress
ty @encounter for regex help
---------
Co-authored-by: Luke Street <luke.street@encounterpc.com>
Co-authored-by: Luke Street <549122+encounter@users.noreply.github.com>
thanks kiwi for finishing the job
also corrected a calcprogress error inflating treasure count
Co-Authored-By: kiwi <49212064+kiwi515@users.noreply.github.com>