Commit Graph

25 Commits (c61e92ec98587a8c2aa3b09c1029094883ddf9d2)

Author SHA1 Message Date
Günther Brammer f4690a9ae7 autotools: Check for sys/file.h 2011-03-03 23:47:25 +01:00
Günther Brammer 76370cb0ec gtk: Fixes for newer GTK+ 3 versions 2011-01-24 01:06:34 +01:00
Armin Burgmeier 1967d914c2 Add a compile-time option to disable automatic update 2010-12-26 21:39:52 +01:00
Günther Brammer 00c7517866 autotools: compensate for version removal 2010-10-02 20:06:45 +02:00
Martin Plicht 243e20bdf6 Add OpenAL implementation of C4SoundSystem
With an Ogg Vorbis loader using libvorbis and a .wav loader using a macosx
API.

Günther: Add autotools support
2010-09-26 02:36:35 +02:00
Günther Brammer 8039aa087c Autotools: Check for boost in configure 2010-09-22 16:43:26 +02:00
Günther Brammer c01422d3ce autotools: Also check for the backtrace function before using execinfo.h
Also, install the crash handler even without backtrace. That way, at least
the signal name gets written to the log.
2010-03-19 02:23:20 +01:00
Günther Brammer a16df97a95 Various cleanups in the platform code 2010-02-16 02:54:02 +01:00
Armin Burgmeier e2fb07a14b Add AM_SILENT_RULES 2010-01-05 14:27:44 +01:00
Günther Brammer 31f00312e2 autotools: Only require AC_PROG_OBJCXX for configure scripts for macosx
So if somebody wanted to create a configure script that should run on macosx,
he'd have to ensure manually that the autoconf version used is new enough.

Still way better than requiring a very recent autoconf for anybody compiling
from version control, though.
2010-01-03 00:50:05 +01:00
Günther Brammer f33a49eb78 Autotools: Update pthread detection macro 2009-12-31 03:20:15 +01:00
Günther Brammer c03a6cc96b Autotools: macosx support 2009-12-31 03:16:39 +01:00
Günther Brammer 6e4e0f794c autotools: Make --with-gtk the default if GTK+ is installed
Also update the readmes.
2009-08-22 15:31:30 +02:00
Günther Brammer 179097d389 Build fixes
glew needs opengl32 on windows, and c4group needs zlib.
2009-08-15 21:55:26 +02:00
Günther Brammer 572d00c32e Move all source files
This might make stuff easier to find.
2009-08-10 17:59:18 +02:00
Günther Brammer cec561796b Fix build with gcc and/or autotools and/or mingw 2009-07-20 22:29:48 +02:00
Günther Brammer 399ea170ac Revert "Removed autotools and anjuta build files"
CMake does not support anjuta, so I still need those. We should probably share the file
lists, though.
2009-07-13 21:24:30 +02:00
Nicolas Hake 21d714bb93 Removed autotools and anjuta build files 2009-07-11 01:46:50 +02:00
Günther Brammer b0ceb97f5a Automake: Remove subdir-objects to significantly speed up compile time 2009-06-12 20:53:12 +02:00
Günther Brammer 0df36691fb configure: Always try to switch to C++0x mode
This means that ./configure should work without any arguments for most
users.
2009-05-14 01:59:39 +02:00
Günther Brammer 4c897d7ac1 Mingw: Add -DGLEW_STATIC, assuming that everyone will use a static glew
When somebody figures out how to link to the dynamic one, this will have
to be revisited.
2009-05-14 01:57:50 +02:00
Günther Brammer 12b90ef48d Mingw: Link directly with libz 2009-05-12 18:38:33 +02:00
Günther Brammer aab74094a4 configure: default to no sound on win32
Later this should be replaced by a check for fmod or sdl_mixer.
This also fixes glew and sdl_mainloop detection.
2009-05-10 01:39:04 +02:00
Günther Brammer 4f811263fb Update autotools build to not require library copies 2009-05-08 20:56:43 +02:00
Nicolas Hake 0f050f0343 Import source 2009-05-08 15:28:41 +02:00