]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - install.py
- Fixed brushexport2 output float-format (Shaderman)
[xonotic/netradiant.git] / install.py
index 10960da94c115ae755c6d81e738437d26b74500a..a9e585c680a948cf65ce502e91dfcf6328842afd 100644 (file)
@@ -93,7 +93,8 @@ games = [
   ("WolfPack/bin", "wolf"),
   ("NexuizPack", "nexuiz"),
   ("DarkPlacesPack", "darkplaces"),
-  ("WarsowPack/tools", "warsow")
+  ("WarsowPack/tools", "warsow"),
+  ("TremulousPack/tools", "trem")
 ]
 
 # copy games
@@ -111,8 +112,7 @@ copyFileIfExists(libxml2, installRoot)
 libmhash = os.path.normpath(os.path.join(thisDir, "../mhash-0.9/win32/libmhash/Release/libmhash.dll"))
 copyFileIfExists(libmhash, installRoot)
 
-msvcr80 = os.path.normpath(os.path.join(thisDir, "../msvc_redist/msvcr80.dll"))
-copyFileIfExists(msvcr80, installRoot)
+copySvn("../msvc_redist", installRoot)
 
 dbghelp = os.path.normpath(os.path.join(thisDir, "../msvc_redist/dbghelp.dll"))
 copyFileIfExists(dbghelp, installRoot)