Re: [AD] Requesting SVN hosting for dallegro |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] Requesting SVN hosting for dallegro
- From: torhus@xxxxxxxxxx
- Date: Tue, 06 Feb 2007 20:38:11 +0100
Miguel A. Gavidia wrote:
Ok considering bud is cross platform and is quite easy to use I don't see why
a bud script can be used and maintained as well as a makefile for those who
don't have bud installed.
This is how I feel about it anyhow, since it seems bud is a 3rd party tool and
is not officially part of the dmd/gdc toolkit.
A version of make comes with dmd. Only for windows, it seems. One
solution might be to support that, in addition to gnu make for linux.
Not sure how easy that would be, but maybe it would work if the makefile
for dallegro is kept relatively simple.
http://www.digitalmars.com/ctg/make.html
This would make it easy for people to just download dallegro and a
precompiled allegro DLL. But a build system is only needed for
compiling the examples, test, and the demo game. dallegro itself is
only compiled as a part of the user's application, not as a library. So
we might not even need an easy way to build anything related to dallegro.