added dependencies and build files (loosely inspired by Sebastian Dorda's love-native-android)

This commit is contained in:
Martin Felis
2013-12-05 17:58:37 +01:00
parent 9604528a96
commit 95a086a47f
3700 changed files with 1691119 additions and 0 deletions
@@ -0,0 +1,27 @@
//-----------------------------------------------------------------------------
//
// ImageLib Utility Toolkit Sources
// Copyright (C) 2000-2002 by Denton Woods
// Last modified: 04/20/2002 <--Y2K Compliant! =]
//
// Filename: src-ILUT/include/ilut_alleg.h (Don't want to conflict with allegro.h)
//
// Description:
//
//-----------------------------------------------------------------------------
// xxxxAllegro.h has to be included before il/il.h!xxx
//#ifdef ALLEGRO_VERSION // Check to make sure Allegro is present
#ifdef ILUT_USE_ALLEGRO
#ifndef ILUT_ALLEG_H
#define ILUT_ALLEG_H
#include <allegro.h>
#endif//ILUT_ALLEG_H
#endif//ILUT_USE_ALLEGRO
//#endif//ALLEGRO_VERSION