Underrout / callisto

A build-system for Super Mario World projects with a focus on git-compatibility and flexibility.
14 stars 3 forks source link

Add a define folder which can be accessed generically #45

Closed Underrout closed 3 months ago

Underrout commented 1 year ago

I.e. make it possible to do something like %incdef("something.asm") with %incdef being something like:

macro incdef(define_file)
  incsrc "!CALLISTO_defs_folder/<define_file>"
endmacro
Underrout commented 3 months ago

This was pretty much made possible to do flexibly by callisto_header in v0.4.0.