laanwj / sundog

A port of the Atari ST game SunDog: Frozen Legacy (1984) by FTL software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo: build system

laanwj opened this issue · comments

It would be great to have some actual build system like cmake or meson (the latter seems to be the preferred choice nowadays), instead of the hack job makefile we're currently using. This would make it possible to have build-time configuration settings, and make it easier to build for different platforms and architectures.