summaryrefslogtreecommitdiff
path: root/pkg/osx/GNUmakefile
diff options
context:
space:
mode:
authorSimon Howard2011-03-06 22:58:02 +0000
committerSimon Howard2011-03-06 22:58:02 +0000
commit07bb5a69ef9f1240bf887585aa7162d854368d03 (patch)
treeb807835198f02a879f32187fb8cfc4f5d92903c9 /pkg/osx/GNUmakefile
parentdbdd53e7734b1166185a9906897d5dc87fd95376 (diff)
downloadchocolate-doom-07bb5a69ef9f1240bf887585aa7162d854368d03.tar.gz
chocolate-doom-07bb5a69ef9f1240bf887585aa7162d854368d03.tar.bz2
chocolate-doom-07bb5a69ef9f1240bf887585aa7162d854368d03.zip
Add Strife to OS X launcher.
Subversion-branch: /branches/strife-branch Subversion-revision: 2294
Diffstat (limited to 'pkg/osx/GNUmakefile')
-rw-r--r--pkg/osx/GNUmakefile2
1 files changed, 2 insertions, 0 deletions
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"