Closed iratahack closed 8 months ago
I see you're enumerating each SGDK source file here, mean that it need to be updated on each SGDK update. Is there any way to use wildcard to always select all files ?
Yeah, I was thinking the same thing. I beleive there is a way. I'll push an update.
@Stephane-D , these changes should do it. Compiling is much faster under msys when using the Ninja generator.
Thanks for taking the time to fix it !
I messed up the previous pullrequest. This is a clean one with only the cmake updated.
To build the libraries, follow the instructions below...
Ensure the PREFIX and GDK env vars are set.
export PREFIX=m68k-elf- export GDK=~/SGDK
cmake -S $GDK -B $GDK/build_release -DCMAKE_BUILD_TYPE=Release cmake --build $GDK/build_release cmake -S $GDK -B $GDK/build_debug -DCMAKE_BUILD_TYPE=Debug cmake --build $GDK/build_debug
This build file also includes building of the following native utilities.
bintos xgmtool sjasm