diff options
author | Benoit Foucher <benoit@zeroc.com> | 2015-02-04 12:30:23 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2015-02-04 12:30:23 +0100 |
commit | 9819d5697cdee4ed3080bcb6fddcd08c03a021cb (patch) | |
tree | 5d7a07f9cebabc65902431bede38e986748c2439 /cpp/src/IceGridLib | |
parent | Fixed IceGrid library Objective-C building issue (diff) | |
download | ice-9819d5697cdee4ed3080bcb6fddcd08c03a021cb.tar.bz2 ice-9819d5697cdee4ed3080bcb6fddcd08c03a021cb.tar.xz ice-9819d5697cdee4ed3080bcb6fddcd08c03a021cb.zip |
Removed IceGrid discovery plugin compilation from WinRT build
Diffstat (limited to 'cpp/src/IceGridLib')
-rw-r--r-- | cpp/src/IceGridLib/winrt/Makefile.mak | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cpp/src/IceGridLib/winrt/Makefile.mak b/cpp/src/IceGridLib/winrt/Makefile.mak index cfcc8f35ac0..fa91cbb6d5f 100644 --- a/cpp/src/IceGridLib/winrt/Makefile.mak +++ b/cpp/src/IceGridLib/winrt/Makefile.mak @@ -23,9 +23,7 @@ OBJS = $(ARCH)\$(CONFIG)\Admin.obj \ $(ARCH)\$(CONFIG)\Query.obj \ $(ARCH)\$(CONFIG)\Registry.obj \ $(ARCH)\$(CONFIG)\Session.obj \ - $(ARCH)\$(CONFIG)\UserAccountMapper.obj \ - $(ARCH)\$(CONFIG)\Discovery.obj \ - $(ARCH)\$(CONFIG)\DiscoveryPluginI.obj + $(ARCH)\$(CONFIG)\UserAccountMapper.obj SLICE_SRCS = IceGrid\Admin.ice \ IceGrid\Descriptor.ice \ @@ -36,8 +34,7 @@ SLICE_SRCS = IceGrid\Admin.ice \ IceGrid\Query.ice \ IceGrid\Registry.ice \ IceGrid\Session.ice \ - IceGrid\UserAccountMapper.ice \ - IceGrid\Discovery.ice + IceGrid\UserAccountMapper.ice SRCS = $(OBJS:.obj=.cpp) SRCS = $(SRCS:x86\=) |