mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-06 03:40:44 +00:00
Merge branch 'storyboard_support'
This commit is contained in:
commit
b20f8d7559
1 changed files with 1 additions and 1 deletions
|
@ -232,7 +232,7 @@ MAIN_STORYBOARD_FILE = $(strip $(subst .storyboard,,$($(GNUSTEP_INSTANCE)_MAIN_S
|
||||||
# inside GNUSTEP_STAMP_DIR, and rebuild Info.plist if
|
# inside GNUSTEP_STAMP_DIR, and rebuild Info.plist if
|
||||||
# GNUSTEP_STAMP_STRING changes. We will also depend on xxxInfo.plist
|
# GNUSTEP_STAMP_STRING changes. We will also depend on xxxInfo.plist
|
||||||
# if any.
|
# if any.
|
||||||
GNUSTEP_STAMP_STRING = $(PRINCIPAL_CLASS)-$(APPLICATION_ICON)-$(MAIN_MODEL_FILE)-$(MAIN_MARKUP_FILE)
|
GNUSTEP_STAMP_STRING = $(PRINCIPAL_CLASS)-$(APPLICATION_ICON)-$(MAIN_MODEL_FILE)-$(MAIN_MARKUP_FILE)-$(MAIN_STORYBOARD_FILE)
|
||||||
|
|
||||||
ifneq ($(FOUNDATION_LIB),apple)
|
ifneq ($(FOUNDATION_LIB),apple)
|
||||||
GNUSTEP_STAMP_DIR = $(APP_DIR)
|
GNUSTEP_STAMP_DIR = $(APP_DIR)
|
||||||
|
|
Loading…
Reference in a new issue