aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/module.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/gui/module.mk b/gui/module.mk
index e355212620..d4d74b5856 100644
--- a/gui/module.mk
+++ b/gui/module.mk
@@ -32,6 +32,13 @@ 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
+ifdef IPHONE
+MODULE_OBJS += \
+ browser.o
+else
ifdef MACOSX
MODULE_OBJS += \
browser_osx.o
@@ -39,6 +46,7 @@ else
MODULE_OBJS += \
browser.o
endif
+endif
ifdef ENABLE_EVENTRECORDER
MODULE_OBJS += \