aboutsummaryrefslogtreecommitdiff
path: root/backends/module.mk
diff options
context:
space:
mode:
authorPeter Bozsó2016-07-19 20:05:03 +0200
committerAlexander Tkachev2016-08-24 16:07:55 +0600
commit8e9d106658467181370d12e97f178032f083390c (patch)
tree6699f03b6c8eee3709c9faa44a8dd3a1c2dea4b7 /backends/module.mk
parenta13e03e988f85a67366f2ffe39bae67576e425bc (diff)
downloadscummvm-rg350-8e9d106658467181370d12e97f178032f083390c.tar.gz
scummvm-rg350-8e9d106658467181370d12e97f178032f083390c.tar.bz2
scummvm-rg350-8e9d106658467181370d12e97f178032f083390c.zip
CLOUD: Fix makefile
Diffstat (limited to 'backends/module.mk')
-rw-r--r--backends/module.mk10
1 files changed, 7 insertions, 3 deletions
diff --git a/backends/module.mk b/backends/module.mk
index d227f41eec..d7728dc092 100644
--- a/backends/module.mk
+++ b/backends/module.mk
@@ -170,12 +170,18 @@ MODULE_OBJS += \
networking/browser/openurl-osx.o \
networking/connection/islimited-default.o
else
+ifdef WIN32
+MODULE_OBJS += \
+ networking/browser/openurl-windows.o \
+ networking/connection/islimited-default.o
+else
MODULE_OBJS += \
networking/browser/openurl-posix.o \
networking/connection/islimited-default.o
endif
endif
endif
+endif
ifdef MACOSX
MODULE_OBJS += \
@@ -195,9 +201,7 @@ MODULE_OBJS += \
plugins/win32/win32-provider.o \
saves/windows/windows-saves.o \
updates/win32/win32-updates.o \
- taskbar/win32/win32-taskbar.o \
- networking/browser/openurl-windows.o \
- networking/connection/islimited-default.o
+ taskbar/win32/win32-taskbar.o
endif
ifeq ($(BACKEND),androidsdl)