diff options
author | Simon Howard | 2011-03-06 22:58:02 +0000 |
---|---|---|
committer | Simon Howard | 2011-03-06 22:58:02 +0000 |
commit | 07bb5a69ef9f1240bf887585aa7162d854368d03 (patch) | |
tree | b807835198f02a879f32187fb8cfc4f5d92903c9 /pkg/osx/GNUmakefile | |
parent | dbdd53e7734b1166185a9906897d5dc87fd95376 (diff) | |
download | chocolate-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/GNUmakefile | 2 |
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" |