[AD] Finding directory of modules in unix |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
I am doing some stuff with mzscheme and Allegro and find it sort of
annoying to load the extra modules( alleg-alsadigi.so, etc ). Allegro
assumes they are either in getenv( "ALLEGRO_MODULES" ) or /usr/local/lib
or /usr/lib. Would anyone mind if a global variable was added to specify
a directory? If that variable was NULL it would simply be ignored. Id
write up a quick patch but its late and im tired..