Protofall / Crayon-Savefile

A savefile system designed to take up little space and support version control. Works on PC and Dreamcast
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Demo's scons file builds all platforms #25

Closed Protofall closed 4 years ago

Protofall commented 4 years ago

Currently I have scons for building the PC version and Make for building the Dreamcast one. Fix it so:

Protofall commented 4 years ago

The second dot point is partially done. We have a build and program folders with platforms inside and pc is behaving like how it will behave in the end. I just need to add support for creating a Dreamcast env and some builders for stuff like the romdisk and cdi/iso/scrambled

Protofall commented 4 years ago

In order to fix the last bug, I need to remove the cdfs VariantDir and instead 1ST_READ.BIN is outputted in build/platform/. It is then "Installed" in the cdfs dir https://scons.org/doc/production/HTML/scons-user.html#chap-install then after that everything should be the same