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 scons lib dep fix #23

Closed Protofall closed 4 years ago

Protofall commented 4 years ago

In the Demo SConstruct file I have a Depends() call on the CrayonSavefile library file.

I've been told generally if you're manually doing dep, you're doing it wrong. What I should be doing is having multi-file hierachy (aka "calling" the scons file that created the lib). Exact notes I was told:

try reading this to see if it answers any questions: https://scons.org/doc/4.0.1/HTML/scons-user.html#chap-hierarchical sharing between scripts implies using "Export" and "Import" (mentioned in that chapter)

Protofall commented 4 years ago

This might also be useful https://scons.org/doc/production/HTML/scons-user/ch04s02.html