diff options
author | Jose <jose@zeroc.com> | 2013-09-20 22:45:15 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-09-20 22:45:15 +0200 |
commit | 2e9a613e87fe308dd9fec95382e751ae9261abe8 (patch) | |
tree | 8104ad4e4992edf2469e8a8f069015c7f223d240 /cpp/include | |
parent | updating to PHP 5.4.20 (diff) | |
download | ice-2e9a613e87fe308dd9fec95382e751ae9261abe8.tar.bz2 ice-2e9a613e87fe308dd9fec95382e751ae9261abe8.tar.xz ice-2e9a613e87fe308dd9fec95382e751ae9261abe8.zip |
WinRT SKD headers not installed by "nmake /f Makefile.mak install"
Diffstat (limited to 'cpp/include')
-rw-r--r-- | cpp/include/Glacier2/Makefile.mak | 2 | ||||
-rw-r--r-- | cpp/include/Ice/.headers | 2 | ||||
-rw-r--r-- | cpp/include/Ice/Makefile.mak | 2 | ||||
-rw-r--r-- | cpp/include/IceGrid/Makefile.mak | 2 | ||||
-rw-r--r-- | cpp/include/IceSSL/Makefile.mak | 2 | ||||
-rw-r--r-- | cpp/include/IceStorm/Makefile.mak | 2 | ||||
-rw-r--r-- | cpp/include/IceUtil/Makefile.mak | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/cpp/include/Glacier2/Makefile.mak b/cpp/include/Glacier2/Makefile.mak index eda6b707c98..d16807a5bf2 100644 --- a/cpp/include/Glacier2/Makefile.mak +++ b/cpp/include/Glacier2/Makefile.mak @@ -35,4 +35,6 @@ all:: all:: $(SDK_HEADERS) +install:: all + !endif diff --git a/cpp/include/Ice/.headers b/cpp/include/Ice/.headers index 164f54a5185..3e8fb392eef 100644 --- a/cpp/include/Ice/.headers +++ b/cpp/include/Ice/.headers @@ -58,6 +58,8 @@ SDK_HEADERS = \ $(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\MetricsAdminI.h \ $(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\MetricsFunctional.h \ $(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\MetricsObserverI.h \ + $(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\NativePropertiesAdmin.h \ + $(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\NetworkF.h \ $(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\Object.h \ $(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\ObjectAdapter.h \ $(SDK_INCLUDE_PATH)\$(INCLUDE_DIR)\ObjectAdapterF.h \ diff --git a/cpp/include/Ice/Makefile.mak b/cpp/include/Ice/Makefile.mak index 04822b9e3c6..c11b99b8062 100644 --- a/cpp/include/Ice/Makefile.mak +++ b/cpp/include/Ice/Makefile.mak @@ -35,4 +35,6 @@ all:: all:: $(SDK_HEADERS) +install:: all + !endif diff --git a/cpp/include/IceGrid/Makefile.mak b/cpp/include/IceGrid/Makefile.mak index 17c2018f525..1705fe4733a 100644 --- a/cpp/include/IceGrid/Makefile.mak +++ b/cpp/include/IceGrid/Makefile.mak @@ -35,4 +35,6 @@ all:: all:: $(SDK_HEADERS) +install:: all + !endif diff --git a/cpp/include/IceSSL/Makefile.mak b/cpp/include/IceSSL/Makefile.mak index f8ab4e0ff36..a517363a1eb 100644 --- a/cpp/include/IceSSL/Makefile.mak +++ b/cpp/include/IceSSL/Makefile.mak @@ -35,4 +35,6 @@ all:: all:: $(SDK_HEADERS) +install:: all + !endif diff --git a/cpp/include/IceStorm/Makefile.mak b/cpp/include/IceStorm/Makefile.mak index 79fdf7b9fde..1540200e425 100644 --- a/cpp/include/IceStorm/Makefile.mak +++ b/cpp/include/IceStorm/Makefile.mak @@ -35,4 +35,6 @@ all:: all:: $(SDK_HEADERS) +install:: all + !endif diff --git a/cpp/include/IceUtil/Makefile.mak b/cpp/include/IceUtil/Makefile.mak index 0301dab5bbb..e6b80894f2c 100644 --- a/cpp/include/IceUtil/Makefile.mak +++ b/cpp/include/IceUtil/Makefile.mak @@ -34,4 +34,6 @@ all:: all:: $(SDK_HEADERS) +install:: all + !endif |