Right now I am doing this:
Notice that I have to uncomment the incbins when switching to release mode. Is this the best way to do it? What do people normally do to IncBin only when debug is off?
Its not a big deal since I rarely want to incbin, it just seemed odd what I am doing.
'Import "incbins.bmx" 'uncomment when debug is off Global IncString:String="incbin::" ?debug incstring="" ?
Notice that I have to uncomment the incbins when switching to release mode. Is this the best way to do it? What do people normally do to IncBin only when debug is off?
Its not a big deal since I rarely want to incbin, it just seemed odd what I am doing.