From 8f4c001f7bd3172dd7730d116f52d1d6b8081b64 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Thu, 31 Jan 2002 17:58:29 +0000 Subject: [PATCH] Set the APP_EXTENSION here git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@12349 72102866-910b-0410-8b05-ffd578937521 --- common.make | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/common.make b/common.make index 88bbd082..05f5baa3 100644 --- a/common.make +++ b/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