Commit Graph

58 Commits

Author SHA1 Message Date
Alex Szpakowski 8d85741390 Updated SDL2 to the latest code from Mercurial. 2015-12-31 14:05:05 -04:00
Alex Szpakowski 07ee296d5f Update FreeType to 2.6.2. 2015-12-01 22:13:30 -04:00
Alex Szpakowski 3de7c6c2c9 Update SDL2 to the latest hg revision of 2.0.4. 2015-12-01 18:02:23 -04:00
Alex Szpakowski 4206243c74 Update libogg and libvorbis to versions 1.3.2 and 1.3.5, respectively. 2015-12-01 16:02:35 -04:00
Alex Szpakowski c952bbcab7 Update LuaJIT to 2.0.4. 2015-12-01 14:19:13 -04:00
Alex Szpakowski e9d77ef766 Added missing changes to the OpenAL-Soft update. 2015-12-01 13:40:34 -04:00
Alex Szpakowski 87a0848869 Added support for Visual Studio 2015 (aka Visual Studio 14). 2015-08-22 22:57:32 -03:00
Alex Szpakowski c47a4b56bb Updated SDL2 to the latest Mercurial revision. 2015-08-22 14:16:20 -03:00
Alex Szpakowski 8e2578930d Merged in LPGhatguy/megasource (pull request #1)
Update cmake minimum version to 2.8.12
2015-08-07 17:21:33 -03:00
Alex Szpakowski 63d45f1f3d Removed DevIL and its dependencies. 2015-08-06 16:57:09 -03:00
Alex Szpakowski 5a447b89b7 Removed TurboJPEG from the list of libraries (it's not used in any love version anymore.) 2015-08-03 18:58:22 -03:00
EntranceJew 3b77fb74cf Added libtheora. 2015-07-31 15:37:25 -04:00
Alex Szpakowski 7471269bee Removed SDL_image and libjpeg, since they're never used. 2015-07-18 16:05:03 -03:00
rude 322bca32cc Update SDL version in CMakeLists.txt. 2015-03-15 17:23:17 +01:00
rude 4d04ac181e Upgrade to 1.16.0. 2015-02-14 17:33:07 +01:00
Lucien Greathouse cd7b9c8a3e Update cmake minimum version to 2.8.12 2014-10-29 18:22:55 -06:00
rude aca0c426c1 Correct SDL version. 2014-04-23 21:31:23 +02:00
rude 2b5ddc77d7 Add LuaJIT 2.0.3. 2014-03-30 14:12:24 +02:00
rude df15a89513 libjpeg-turbo: Build libjpeg from sources provided by libjpeg-turbo. 2014-04-21 15:10:35 +02:00
rude 6b31c2b45e Make output more readable by indicating which library is being configured. 2014-02-16 13:43:07 +01:00
rude d7a88141b7 Use SDL 2.0.1-3742e768b536.
(MEGA_SDL2_VER is not used anymore, but keeping it up to date anyway).
2014-02-15 17:57:50 +01:00
rude 320d1f0027 Use openal-soft-1.15.1-29e0af5ef052. 2014-02-13 22:15:42 +01:00
rude 633e62c6c6 Include SDL2_image in megasource. 2013-12-11 21:49:13 +01:00
rude 2e66cdf410 Add LuaJIT as an ExternalProject. 2013-12-09 22:52:25 +01:00
rude ddcff9c8f0 MEGA_LOVE: Make it possible to build from an out-of-tree love source. 2013-11-26 02:02:35 +01:00
rude 83cb412428 Build with SDL2 tip (21dcb24404c0). 2013-11-24 13:40:04 +01:00
rude afa21ff565 Avoid SSE2 on x86 builds. 2013-11-21 21:01:40 +01:00
rude dd4c876f1c Set MEGA to build SDL-2.0.1. 2013-11-02 12:10:25 +01:00
rude 8991bc2102 Find dynamic runtime libraries for MSVC12. 2013-10-23 00:10:10 +02:00
rude e053c2ea97 Define MEGA. 2013-09-30 00:09:15 +02:00
rude 52f748d928 Find dynamic runtime libraries for MSVC11. 2013-09-29 16:46:55 +02:00
rude 9fbc1cbfc7 Add MEGA_ARCH. 2013-09-29 16:20:57 +02:00
rude 8871e3fba2 Disable warnings in third-party libraries when building with love. 2013-09-29 16:19:34 +02:00
rude d34997146a Turn on /MP for release builds. 2013-09-28 16:52:52 +02:00
rude 27c04b8c4f Use variables when moving DLLs. 2013-09-28 01:58:01 +02:00
rude 803fe6c19f Create MEGA_3P, a list of all third-party libraries to use. 2013-09-28 01:56:49 +02:00
rude f655a9c98c Create MEGA_<LIB> variables for each library. 2013-09-28 01:54:08 +02:00
rude 4c1909a9e7 Prefer dynamic lua51. 2013-09-28 00:51:20 +02:00
rude eeb5304f02 Suppress regeration for MSVC. 2013-09-26 22:10:19 +02:00
rude 6ab5675a30 Rename DEP -> MEGA. 2013-09-26 20:41:48 +02:00
rude 28e542f3f3 Move add_move_dll() so it can be used by subprojects. 2013-09-26 20:28:36 +02:00
rude 0bb49f2c23 Look for libs/love and include as subdir if present. 2013-09-26 20:26:53 +02:00
rude ba44a1db8e Rename ldep -> megasource. 2013-09-26 19:50:03 +02:00
rude 445cee62fe Add libmodplug to main CMakeLists.txt. 2013-09-26 01:05:37 +02:00
rude 529c0259bd Add DevIL to main CMakeLists.txt. 2013-09-26 00:49:22 +02:00
rude 6e493fb605 Add tiff to main CMakeLists.txt. 2013-09-26 00:18:28 +02:00
rude 9ac8140ecc Add jasper to main CMakeLists.txt. 2013-09-25 23:53:36 +02:00
rude b56a922220 Create add_move_dll function in CMakeLists.txt. 2013-09-25 23:34:52 +02:00
rude 1cf3252f15 Add OpenAL to main CMakeLists.txt. 2013-09-25 20:45:18 +02:00
rude 4c59d385ef Add SDL2 to main CMakeLists.txt.
Also expose SDL_LINK_DIR. This is required because the main target
inherits some of SDL2 extra dependcies (DirectX) for some reason.
2013-09-25 20:26:58 +02:00