Commit Graph

20 Commits

Author SHA1 Message Date
Bart van Strien 3d82eecc08 Apply the love-experiment moduleselect branch
You can now:
	- Enable and disable love's modules, implementations and libraries using configure switches
	- Use pkg-config for a couple of love's requirements
	- Build on OSX
	- Use newer versions of FreeType2
	- Get a slightly better error message using automagic
2013-12-08 19:32:32 +01:00
Jordy Dickinson 86f3ee4775 Fixed build errors with custom SDL location (resolves issue 774)
Uses SDL2's sdl2.m4 macros, which are installed along with SDL2. This ensures
that the correct flags are given to the compiler and linker.
2013-10-31 20:24:43 +01:00
Bart van Strien 89140ee657 Add currently disabled automake rule for updating scripts 2013-10-04 14:18:09 +02:00
Martin Felis 14ca401158 Add enet and lua-enet 2013-07-10 15:42:50 +02:00
Bart van Strien c99fb2fb99 Fix --disable-mpg123 by telling automake to not compile it, instead of using ifdefs 2013-05-26 22:34:04 +02:00
Bart van Strien d8dfd62035 Rework configure.ac, clean up platform/unix 2013-05-26 17:45:14 +02:00
Bart van Strien 759930164f Don't hardcode include paths in makefile.am, use $(srcdir) instead (issue #612) 2013-05-08 14:01:55 +02:00
Bart van Strien 915d58c62f Add --enable-gme to the linux configure script 2012-07-04 13:51:33 +02:00
Bart van Strien f6099402e7 Make it build on linux
- Removed weird #ifdefs
- Enabled optional executable building
- Fixed exclude files, they're regexes after all
2012-06-29 13:04:32 +02:00
rude 72056caccd Say hello to the love module. Oh my!
Because technically, it *is* a module. Also renamed "launcher.cpp".
2012-06-29 09:56:50 +02:00
Bart van Strien 7f39fa8c3a Create liblove 2012-05-18 16:51:15 +02:00
Bart van Strien 43c5576268 Remove warning in autotools and make LOVE_OLD_MODPLUG define that disables some new modplug settings 2012-03-22 17:21:28 +01:00
Bill Meltsner 7584efe46d Fix include paths on Linux (from bartbes)
--HG--
branch : box2d-update
2011-10-07 15:14:43 -04:00
Bart van Strien 15d2b7c63d Add Box2D include in linux build files
--HG--
branch : box2d-update
2011-09-24 23:07:02 +02:00
rude 63089e6f72 Applied giniu's patch for -D_FILE_OFFSET_BITS=64. 2010-03-01 21:00:00 +01:00
rude a7f0882706 Reverted -D_FILE_OFFSET_BITS=64. 2010-03-01 20:55:47 +01:00
bart@bartbes.ath.cx 839f4d2865 Fixed linux compiler error (from mpg123) 2009-11-06 17:28:27 +01:00
bart@bartbes.ath.cx aa952fb2b0 Fixed gen-makefile to provide the entire source of lua lanes (fixes corrupt tarballs) 2009-10-28 18:14:32 +01:00
bart@bartbes.ath.cx 0b6d86e782 Fixed the gen-makefile script to create correct packages 2009-10-25 13:05:36 +01:00
rude dcb3dfd83d Initial Mercurial commit. 2009-07-26 15:46:49 +02:00