[ Thread Index | 
Date Index
| More lists.liballeg.org/allegro-developers Archives
] 
On 2001-12-07, Peter Wang <tjaden@xxxxxxxxxx> wrote:
> Can I make the module directories into:
> 
>    /usr/lib/allegro/4.0/modules.lst
>    /usr/lib/allegro/4.0/alleg-vga-4.0.so
                                   ^^^^
Actually, we don't even need the version numbers in the module
filenames now.  This would simplify things in modules.lst and
in the scripts and makefiles.  So this is my new proposal.
   /usr/lib/allegro/4.0/modules.lst
   /usr/lib/allegro/4.0/alleg-vga.so
   etc.
Then in modules.lst, simply:
   alleg-vga.so
   alleg-whatever.so
   etc.