summaryrefslogtreecommitdiff
path: root/sd/Library_sd.mk
diff options
context:
space:
mode:
authorSiqi LIU <yy_sq_000@Siqi-PC.(none)>2013-08-15 15:18:33 +0200
committersiqi <me@siqi.fr>2013-08-16 16:41:50 +0200
commit03fd0a02f2c0868c40853aa974ed20b8026fed17 (patch)
tree006c8938ee39063b317209d19840ac258ea5f6fa /sd/Library_sd.mk
parent61a2c9fbacebb15511dfc233ffbd25937ea2d04f (diff)
build mDNSResponder on Windows within LibO
Change-Id: I6973be21f6f4009d6934220f978e9369fef67ede
Diffstat (limited to 'sd/Library_sd.mk')
-rw-r--r--sd/Library_sd.mk17
1 files changed, 17 insertions, 0 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk
index 2adb1595a654..e791d03488e6 100644
--- a/sd/Library_sd.mk
+++ b/sd/Library_sd.mk
@@ -562,6 +562,23 @@ $(eval $(call gb_Library_add_exception_objects,sd,\
sd/source/ui/remotecontrol/DiscoveryService \
))
+ifeq ($(OS),WNT)
+
+$(eval $(call gb_Library_add_exception_objects,sd,\
+ sd/source/ui/remotecontrol/WINNetworkService \
+))
+
+$(eval $(call gb_Library_add_cobjects,sd,\
+ sd/source/ui/remotecontrol/mDNSResponder/DebugServices \
+ sd/source/ui/remotecontrol/mDNSResponder/dnssd_clientlib \
+ sd/source/ui/remotecontrol/mDNSResponder/dnssd_clientstub \
+ sd/source/ui/remotecontrol/mDNSResponder/dnssd_ipc \
+ sd/source/ui/remotecontrol/mDNSResponder/GenLinkedList \
+ sd/source/ui/remotecontrol/mDNSResponder/dllmain \
+))
+
+endif
+
endif
$(eval $(call gb_Library_add_defs,sd,\