Author: loonycyborg
Date: Sun Mar 22 20:34:20 2009
New Revision: 34050
URL: http://svn.gna.org/viewcvs/wesnoth?rev=34050&view=rev
Log:
Added support for lua to scons.
Modified:
trunk/SConstruct
trunk/src/SConscript
Modified: trunk/SConstruct
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/SConstruct?rev=34050&r1=34049&r2=34050&view=diff
==============================================================================
--- trunk/SConstruct (original)
+++ trunk/SConstruct Sun Mar 22 20:34:20 2009
@@ -219,6 +219,7 @@
have_client_prereqs = have_server_prereqs and \
conf.CheckPango("cairo") and \
conf.CheckPKG("fontconfig") and \
+ (conf.CheckPKG("lua '>=' 5.1") or conf.CheckPKG("lua5.1 '>=' 5.1"))
and \
conf.CheckBoost("regex") and \
conf.CheckSDL("SDL_ttf", require_version = "2.0.8") and \
conf.CheckSDL("SDL_mixer", require_version = '1.2.0') and \
Modified: trunk/src/SConscript
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/SConscript?rev=34050&r1=34049&r2=34050&view=diff
==============================================================================
--- trunk/src/SConscript (original)
+++ trunk/src/SConscript Sun Mar 22 20:34:20 2009
@@ -189,6 +189,7 @@
portrait.cpp
replay.cpp
replay_controller.cpp
+ scripting/lua.cpp
sha1.cpp
settings.cpp
statistics.cpp
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits