aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorVincent Bénony2016-01-06 10:35:04 +0100
committerVincent Bénony2016-01-06 16:20:29 +0100
commit7e7e33aba01435df9d1326bfd9163e29304c67e9 (patch)
treec2a5cfa4a6377b05e45a52844402a8e375990009 /gui
parent16605a3e1062efe96d1f647a93ddda379c77f453 (diff)
downloadscummvm-rg350-7e7e33aba01435df9d1326bfd9163e29304c67e9.tar.gz
scummvm-rg350-7e7e33aba01435df9d1326bfd9163e29304c67e9.tar.bz2
scummvm-rg350-7e7e33aba01435df9d1326bfd9163e29304c67e9.zip
IOS: Adds some explanations about the hack
Diffstat (limited to 'gui')
-rw-r--r--gui/module.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/gui/module.mk b/gui/module.mk
index d4d74b5856..fb7c968c34 100644
--- a/gui/module.mk
+++ b/gui/module.mk
@@ -32,9 +32,11 @@ MODULE_OBJS := \
widgets/scrollbar.o \
widgets/tab.o
-# Even if it seems redundant, please keep
-# these directives in that order!
-# This is needed by the "create_project" tool, for the OS X / iOS Xcode project
+# HACK: Even if it seems redundant, please keep these directives in that order!
+# This is needed by the "create_project" tool, for the OS X / iOS Xcode project.
+# The main problem is that the create_project tool scans the files for both OS X, and iOS targets.
+# It must be able to collect all the files for both targets, so that the backend can later filter
+# them for its own targets (in the Xcode terminology)
ifdef IPHONE
MODULE_OBJS += \
browser.o