From d42cf25789db9e83e96bb6dcf091ddb3e19833ee Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Thu, 21 Jul 2011 23:26:02 +1200 Subject: [PATCH] Packaging fixes for renderer deduplication. --- packaging/package-all.sh | 2 +- packaging/windows/OpenRA.nsi | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/packaging/package-all.sh b/packaging/package-all.sh index 27e25eb6ff..406af06711 100755 --- a/packaging/package-all.sh +++ b/packaging/package-all.sh @@ -24,7 +24,7 @@ find . -path "*.mdb" -delete # List of files that are packaged on all platforms # Note that the Tao dlls are shipped on all platforms except osx and that # they are now installed to the game directory instead of placed in the gac -FILES="OpenRA.Game.exe OpenRA.Editor.exe OpenRA.Utility.exe OpenRA.Renderer.Cg.dll \ +FILES="OpenRA.Game.exe OpenRA.Editor.exe OpenRA.Utility.exe OpenRA.Renderer.SdlCommon.dll OpenRA.Renderer.Cg.dll \ OpenRA.Renderer.Gl.dll OpenRA.Renderer.Null.dll OpenRA.FileFormats.dll FreeSans.ttf FreeSansBold.ttf titles.ttf \ cg glsl mods/ra mods/cnc COPYING HACKING INSTALL CHANGELOG" diff --git a/packaging/windows/OpenRA.nsi b/packaging/windows/OpenRA.nsi index 8c8c45bbd3..8b9d82590b 100644 --- a/packaging/windows/OpenRA.nsi +++ b/packaging/windows/OpenRA.nsi @@ -78,6 +78,7 @@ Section "Client" Client File "${SRCDIR}\OpenRA.Game.exe" File "${SRCDIR}\OpenRA.Utility.exe" File "${SRCDIR}\OpenRA.FileFormats.dll" + File "${SRCDIR}\OpenRA.Renderer.SdlCommon.dll" File "${SRCDIR}\OpenRA.Renderer.Gl.dll" File "${SRCDIR}\OpenRA.Renderer.Cg.dll" File "${SRCDIR}\OpenRA.Renderer.Null.dll"