From 07bb5a69ef9f1240bf887585aa7162d854368d03 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 6 Mar 2011 22:58:02 +0000 Subject: Add Strife to OS X launcher. Subversion-branch: /branches/strife-branch Subversion-revision: 2294 --- pkg/osx/GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/osx/GNUmakefile') diff --git a/pkg/osx/GNUmakefile b/pkg/osx/GNUmakefile index aa31daf4..43922b5a 100644 --- a/pkg/osx/GNUmakefile +++ b/pkg/osx/GNUmakefile @@ -68,6 +68,8 @@ $(STAGING_DIR): launcher $(TOPLEVEL_DOCS) $(STRIP) "$(APP_BIN_DIR)/$(PROGRAM_PREFIX)heretic" ./cp-with-libs $(TOPLEVEL)/src/$(PROGRAM_PREFIX)hexen "$(APP_BIN_DIR)" $(STRIP) "$(APP_BIN_DIR)/$(PROGRAM_PREFIX)hexen" + ./cp-with-libs $(TOPLEVEL)/src/$(PROGRAM_PREFIX)strife "$(APP_BIN_DIR)" + $(STRIP) "$(APP_BIN_DIR)/$(PROGRAM_PREFIX)strife" ./cp-with-libs $(TOPLEVEL)/src/$(PROGRAM_PREFIX)setup "$(APP_BIN_DIR)" $(STRIP) "$(APP_BIN_DIR)/$(PROGRAM_PREFIX)setup" -- cgit v1.2.3