custom modules

BlitzMax Forums/BlitzMax Programming/custom modules

PantsOn(Posted 2006) [#1]
Hi
All my custom code is conviniently on another drive rather than on the C (incase of rebuild, upgrade crash etc) and i backup this up securly on a daily basis.
I would like to start to convert my includes into modules, but keep all the code away from the C drive. How do I create a custom module that is not in the c:/program files/bmax dir so that bmax programs can compile it.
ie
import "dev.test"

and also when I press CTRL-D bmax compiles the code in the new module dir?
Is this possible?
cheers


Dreamora(Posted 2006) [#2]
No
Modules must be within blitzmax/mod to work.

the only thing you could do is move the whole blitzmax folder away from c (i only install OS related stuff and openoffice on C as well as winrar and other standard tools. everything else is on D in case i need to repair the c for some reason)


PantsOn(Posted 2006) [#3]
oh well
would be a nice feature though

cheers