aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile: simplified MakefileAlexander Sulfrian2013-01-051-5/+3
| | | | | TOP should not be needed to set anymore Makefile.inc could be included before all other
* removed orphaned variablesAlexander Sulfrian2013-01-051-1/+1
|
* removed duplicate variableAlexander Sulfrian2013-01-051-2/+1
|
* Makefile with shared include for main app and testsAlexander Sulfrian2013-01-051-9/+3
|
* ported from log4cxx to log4cppAlexander Sulfrian2013-01-051-1/+1
| | | | | | log4cxx depends on Apache Portable Runtime Utility Library, so we switch to log4cpp with nearly the same features but with no dependencies for easier porting to other platforms
* add ftgl to c/ldflagsAlexander Sulfrian2013-01-051-2/+2
|
* added utils to include pathAlexander Sulfrian2013-01-051-1/+1
|
* added first frame and sub directory for framesAlexander Sulfrian2013-01-051-1/+1
| | | | loading screen: currently only with background
* added event_managerAlexander Sulfrian2013-01-051-1/+1
| | | | | event_manager for passing the events from the SDL thread to the event thread
* added main applicationAlexander Sulfrian2013-01-051-0/+42
added makefile added main function (src/main.cpp) added Application-class with sdl initialisation and main loop added log4cxx.xml configuration for main application adjusted .gitignore