(THIS IS A TRANSITIONAL REVISION, DO NOT USE, WAIT FOR UPDATED DEPS)
- Fixed weird msvcrt bugs caused by dbghelp.dll - Activated new radiant icon on Linux (Topsun) - First update for installerfiles (Shaderman) - New MODT for q3map2 :) - tiny changes git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@146 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
@@ -111,8 +111,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)
|
||||
|
||||
Reference in New Issue
Block a user