aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2012-10-02added text layers based on SDL_ttfRobin Haberkorn1-0/+7
2012-09-29several MinGW buildsystem fixesRobin Haberkorn1-2/+14
* add package CFLAGS to CPPFLAGS so that header checks work correctly * add SDL's CFLAGS only to CPPFLAGS - fixes building libtool wrapper scripts which were using the CFLAGS (-Dmain=SDL_main) * add -mconsole to libs
2012-09-29libtool links against ws2_32.dll automaticallyRobin Haberkorn1-2/+0
2012-09-28ensure that chuck wrapper's lib.ck contains the installation pathRobin Haberkorn1-2/+5
a custom Makefile rule must be used since the *dir output variables are not fully expanded
2012-09-28fixed using compat/ headers if BSD headers are not detected during configureRobin Haberkorn1-3/+2
could have also used HAVE_BSD_SYS_QUEUE_H define but setting up the build system appropriately is cleaner
2012-09-28autotools based build systemRobin Haberkorn1-0/+92