X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=install.py;h=a9e585c680a948cf65ce502e91dfcf6328842afd;hp=10960da94c115ae755c6d81e738437d26b74500a;hb=0e5bc042fe9a0b57a528ee444ca815c1a5693c72;hpb=68159d9ed443f990fecf207847408a673eb641f7 diff --git a/install.py b/install.py index 10960da9..a9e585c6 100644 --- a/install.py +++ b/install.py @@ -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)