Packaging fixes for renderer deduplication.
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user