Author: loonycyborg
Date: Fri May 23 12:14:49 2008
New Revision: 26788

URL: http://svn.gna.org/viewcvs/wesnoth?rev=26788&view=rev
Log:
SCons recipe: no longer crash if ImageMagic is not found.

Modified:
    trunk/packaging/windows/SConscript

Modified: trunk/packaging/windows/SConscript
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/packaging/windows/SConscript?rev=26788&r1=26787&r2=26788&view=diff
==============================================================================
--- trunk/packaging/windows/SConscript (original)
+++ trunk/packaging/windows/SConscript Fri May 23 12:14:49 2008
@@ -2,7 +2,6 @@
 from os.path import join
 Import("env")
 
-env["IM_CONVERT"] = '"' + WhereIs("convert") + '"'
 binaries = ["wesnoth", "wesnoth_editor"]
 for bin in binaries:
     #icon = env.Command(bin + "-icon.ico", join("../../icons", bin + 
"-icon.png"), "$IM_CONVERT $SOURCE $TARGET")


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to