mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-29 16:31:13 +00:00
Set the APP_EXTENSION here
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12349 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e9a527bf78
commit
8f4c001f7b
1 changed files with 11 additions and 0 deletions
11
common.make
11
common.make
|
@ -469,6 +469,17 @@ endif
|
|||
BUNDLE_EXTENSION = .bundle
|
||||
CURRENT_VERSION_NAME = A
|
||||
DEPLOY_WITH_CURRENT_VERSION = yes
|
||||
ifeq ($(profile), yes)
|
||||
APP_EXTENSION = profile
|
||||
else
|
||||
ifeq ($(debug), yes)
|
||||
APP_EXTENSION = debug
|
||||
else
|
||||
APP_EXTENSION = app
|
||||
endif
|
||||
endif
|
||||
|
||||
|
||||
|
||||
# We want total control over GNUSTEP_INSTANCE.
|
||||
# GNUSTEP_INSTANCE determines wheter it's a Master or an Instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue