X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=install.py;h=cc5d9103460d7a768cfb613bf00caed7bce43b7a;hp=505bd943377cbdbb10ea1ace21488ae2fc334b3b;hb=af25bbc38cc781388cd990cd2b51f9937ea50e6a;hpb=23cc0661e04d41ac4db3f66f873ae1bbe6aebe25 diff --git a/install.py b/install.py index 505bd943..cc5d9103 100644 --- a/install.py +++ b/install.py @@ -93,7 +93,8 @@ games = [ ("STVEFPack", "stvef"), ("WolfPack/bin", "wolf"), ("NexuizPack", "nexuiz"), - ("DarkPlacesPack", "darkplaces") + ("DarkPlacesPack", "darkplaces"), + ("WarsowPack/tools", "warsow") ] # copy games @@ -105,7 +106,10 @@ gtk2Root = os.path.normpath(os.path.join(thisDir, "../gtk2-2.4")) if os.path.exists(gtk2Root): copySvn(os.path.join(gtk2Root, "install"), installRoot) -libxml2 = os.path.normpath(os.path.join(thisDir, "../libxml2-2.6/win32/install/libxml2.dll")) +iconv = os.path.normpath(os.path.join(thisDir, "../iconv-1.9/bin/iconv.dll")) +copyFileIfExists(iconv, installRoot) + +libxml2 = os.path.normpath(os.path.join(thisDir, "../libxml2-2.6/bin/libxml2.dll")) copyFileIfExists(libxml2, installRoot) libpng = os.path.normpath(os.path.join(thisDir, "../libpng-1.2/lib/libpng13.dll"))