]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - install.py
...
[xonotic/netradiant.git] / install.py
index 505bd943377cbdbb10ea1ace21488ae2fc334b3b..cc5d9103460d7a768cfb613bf00caed7bce43b7a 100644 (file)
@@ -93,7 +93,8 @@ games = [
   ("STVEFPack", "stvef"),
   ("WolfPack/bin", "wolf"),
   ("NexuizPack", "nexuiz"),
   ("STVEFPack", "stvef"),
   ("WolfPack/bin", "wolf"),
   ("NexuizPack", "nexuiz"),
-  ("DarkPlacesPack", "darkplaces")
+  ("DarkPlacesPack", "darkplaces"),
+  ("WarsowPack/tools", "warsow")
 ]
 
 # copy games
 ]
 
 # 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)
 
 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"))
 copyFileIfExists(libxml2, installRoot)
 
 libpng = os.path.normpath(os.path.join(thisDir, "../libpng-1.2/lib/libpng13.dll"))