|
How to create an Allegro make file System: BeOS, Haiku, Zeta Allegro is a portable library for development of game and multimedia applications. Allegro is originally written by Shawn Hargreaves for the DJGPP Compiler as a mix of C and Assembler. Allegro Website The use of the Allegro library is not suitable for programming beginners of the language C. If you have the needed experience and you want to start programming a game Allegro will be a big help to do that. Here an example for a Makefile: |
NAME=example
|
|
|
|
Translation by Christian Albrecht (Lelldorin) March 2009 Tutorial by Christian Albrecht (Lelldorin) and Lorenz Glaser (lorglas) 2003 Made available by BeSly, the BeOS, Haiku and Zeta knowledge base. |