This page describes how to set up some additional templates for Dev-C++ for creating projects based upon Allegro.
Available resources:
The additional templates are located
here.
Simply unzip these files into the C:\Dev-Cpp\Templates directory (or wherever you
installed Dev-C++). Then whenever you select 'New Project', an Allegro tab will be
available. Under the Allegro tab, you can select either a DLL or Statically Linked
version of Allegro.
DLL Version: Uses all39??.dll, where ?? is the subversion of your Allegro WIP
copy.
Static Linked Version: Makes an executable that does NOT require all39??.dll. The
executable will be larger, but will still be significantly smaller than distributing
both the Allegro DLL and your game's DLL-linked executable in one ZIP/GZIP file, if
that's what you intend to do.
This template has been developed by Connelly Barnes (barnesc at proaxis dot com).
I copied it from
Allegro.cc Forums.