From 2037c89cdbd1c7aeef89f5db391acc496e05604c Mon Sep 17 00:00:00 2001 From: Matthew Date: Wed, 30 Jun 2010 10:01:04 +1200 Subject: [PATCH] Binary generation moved to Makefile. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index bbf0ed5608..684aa44284 100644 --- a/Makefile +++ b/Makefile @@ -114,6 +114,12 @@ install: all @cp *.ttf $(INSTALL_DIR) @-cp *.ini $(INSTALL_DIR) @cp -r thirdparty $(INSTALL_DIR) + + @echo "#!/bin/sh" > openra + @echo "cd "$(INSTALL_DIR) >> openra + @echo "mono "$(INSTALL_DIR)"/OpenRA.Game.exe" >> openra + @$(INSTALL_PROGRAM) -m +rx openra $(bindir) + @echo "OpenRA is now installed. You will now want to download" @echo "http://open-ra.org/packages/ra-packages.zip and" @echo "http://open-ra.org/packages/cnc-packages.zip"