From 50860614cf4a0046e6f72a417a2bba97a39c5d69 Mon Sep 17 00:00:00 2001 From: Matthew Date: Sat, 16 Oct 2010 00:50:28 +1300 Subject: [PATCH] Downloaded packages extracted. Added SharpZipLib in order to extract them. --- Makefile | 3 +- OpenRA.Utility/OpenRA.Utility.csproj | 7 ++- OpenRA.Utility/Program.cs | 67 +++++++++++++++++++++---- thirdparty/ICSharpCode.SharpZipLib.dll | Bin 0 -> 200704 bytes 4 files changed, 65 insertions(+), 12 deletions(-) create mode 100644 thirdparty/ICSharpCode.SharpZipLib.dll diff --git a/Makefile b/Makefile index 7aa2a6b561..9451b825f0 100644 --- a/Makefile +++ b/Makefile @@ -82,7 +82,7 @@ tsbuild_EXTRA = -resource:OpenRA.TilesetBuilder.Form1.resources utility_SRCS = $(shell find OpenRA.Utility/ -iname '*.cs') utility_TARGET = OpenRA.Utility.exe utility_KIND = exe -utility_DEPS = $(fileformats_TARGET) +utility_DEPS = $(fileformats_TARGET) thirdparty/ICSharpCode.SharpZipLib.dll utility_LIBS = $(COMMON_LIBS) $(utility_DEPS) @@ -130,6 +130,7 @@ install: all @cp *.ttf $(INSTALL_DIR) @cp --parents -r thirdparty/Tao $(INSTALL_DIR) @$(INSTALL_PROGRAM) thirdparty/WindowsBase.dll $(INSTALL_DIR) + @$(INSTALL_PROGRAM) thirdparty/ICSharpCode.SharpZipLib.dll $(INSTALL_DIR) @-$(INSTALL_PROGRAM) VERSION $(INSTALL_DIR) @echo "#!/bin/sh" > openra diff --git a/OpenRA.Utility/OpenRA.Utility.csproj b/OpenRA.Utility/OpenRA.Utility.csproj index 388d641bc1..56984716ef 100644 --- a/OpenRA.Utility/OpenRA.Utility.csproj +++ b/OpenRA.Utility/OpenRA.Utility.csproj @@ -1,4 +1,4 @@ - + Debug @@ -44,6 +44,10 @@ + + False + ..\thirdparty\ICSharpCode.SharpZipLib.dll + @@ -56,6 +60,7 @@ +