summaryrefslogtreecommitdiff
path: root/cpp/include
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2015-07-31 12:55:27 +0200
committerJose <jose@zeroc.com>2015-07-31 12:55:27 +0200
commitee051354f3a859aee577c91972a577f8935a8c26 (patch)
tree53f77e04847bfb444e51916eb5396455170bb2af /cpp/include
parentInstall Windows third parties during nmake install (diff)
downloadice-ee051354f3a859aee577c91972a577f8935a8c26.tar.bz2
ice-ee051354f3a859aee577c91972a577f8935a8c26.tar.xz
ice-ee051354f3a859aee577c91972a577f8935a8c26.zip
Fix for WinRT headers install
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/Ice/Makefile.mak6
-rw-r--r--cpp/include/IceGrid/.headers1
-rw-r--r--cpp/include/IceGrid/Makefile.mak6
-rw-r--r--cpp/include/IceSSL/Makefile.mak6
-rw-r--r--cpp/include/IceStorm/Makefile.mak6
-rw-r--r--cpp/include/IceUtil/Makefile.mak6
6 files changed, 0 insertions, 31 deletions
diff --git a/cpp/include/Ice/Makefile.mak b/cpp/include/Ice/Makefile.mak
index 6b87b2abd74..0cc6464144f 100644
--- a/cpp/include/Ice/Makefile.mak
+++ b/cpp/include/Ice/Makefile.mak
@@ -25,12 +25,6 @@ install::
!else
-all::
- @echo SDK_HEADERS = \> .headers
- @for /f %i in ('dir /b *.h') do \
- @echo ^ $$(SDK_INCLUDE_PATH)\$$(INCLUDE_DIR)\%i \>> .headers
-
-
!include .headers
all:: $(SDK_HEADERS)
diff --git a/cpp/include/IceGrid/.headers b/cpp/include/IceGrid/.headers
index 9a7b96a4cbf..973e1bf0a8f 100644
--- a/cpp/include/IceGrid/.headers
+++ b/cpp/include/IceGrid/.headers
@@ -7,7 +7,6 @@ SDK_HEADERS = \
$(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\IceGrid.h \
$(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\Locator.h \
$(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\Observer.h \
- $(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\PluginFacade.h \
$(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\Query.h \
$(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\Registry.h \
$(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\ReplicaGroupFilter.h \
diff --git a/cpp/include/IceGrid/Makefile.mak b/cpp/include/IceGrid/Makefile.mak
index 0870c74a586..6d5fd4b453d 100644
--- a/cpp/include/IceGrid/Makefile.mak
+++ b/cpp/include/IceGrid/Makefile.mak
@@ -25,12 +25,6 @@ install::
!else
-all::
- @echo SDK_HEADERS = \> .headers
- @for /f %i in ('dir /b *.h') do \
- @echo ^ $$(SDK_INCLUDE_PATH)\$$(INCLUDE_DIR)\%i \>> .headers
-
-
!include .headers
all:: $(SDK_HEADERS)
diff --git a/cpp/include/IceSSL/Makefile.mak b/cpp/include/IceSSL/Makefile.mak
index f9081d9abd8..c64a48b88a6 100644
--- a/cpp/include/IceSSL/Makefile.mak
+++ b/cpp/include/IceSSL/Makefile.mak
@@ -25,12 +25,6 @@ install::
!else
-all::
- @echo SDK_HEADERS = \> .headers
- @for /f %i in ('dir /b *.h') do \
- @echo ^ $$(SDK_INCLUDE_PATH)\$$(INCLUDE_DIR)\%i \>> .headers
-
-
!include .headers
all:: $(SDK_HEADERS)
diff --git a/cpp/include/IceStorm/Makefile.mak b/cpp/include/IceStorm/Makefile.mak
index 888e5500e59..153437e19a4 100644
--- a/cpp/include/IceStorm/Makefile.mak
+++ b/cpp/include/IceStorm/Makefile.mak
@@ -25,12 +25,6 @@ install::
!else
-all::
- @echo SDK_HEADERS = \> .headers
- @for /f %i in ('dir /b *.h') do \
- @echo ^ $$(SDK_INCLUDE_PATH)\$$(INCLUDE_DIR)\%i \>> .headers
-
-
!include .headers
all:: $(SDK_HEADERS)
diff --git a/cpp/include/IceUtil/Makefile.mak b/cpp/include/IceUtil/Makefile.mak
index 6e0e6ba0d6e..54919ad0740 100644
--- a/cpp/include/IceUtil/Makefile.mak
+++ b/cpp/include/IceUtil/Makefile.mak
@@ -24,12 +24,6 @@ install::
!else
-all::
- @echo SDK_HEADERS = \> .headers
- @for /f %i in ('dir /b *.h') do \
- @echo ^ $$(SDK_INCLUDE_PATH)\$$(INCLUDE_DIR)\%i \>> .headers
-
-
!include .headers
all:: $(SDK_HEADERS)