MingW compiler options

BlitzMax Forums/BlitzMax Programming/MingW compiler options

gman(Posted 2005) [#1]
other than Import "-lsomelib", is there a way to give MingW commands from within .BMX source such as include directories that it can use while compiling?


gman(Posted 2005) [#2]
doh! found the include in the docs under Advanced.
Import "include/*.h"

any others out there such as compiler defines?