diff options
author | Jose <jose@zeroc.com> | 2013-05-15 17:38:08 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-05-15 17:38:08 +0200 |
commit | bf37feb288b21a3330a5abe04b2e2c57a304fc06 (patch) | |
tree | 7248645e6ec7e4fb984fde2cefa1e3ff9c589a5f /py/python | |
parent | Improved build system to allow building tests as shared libraries instead of ... (diff) | |
download | ice-bf37feb288b21a3330a5abe04b2e2c57a304fc06.tar.bz2 ice-bf37feb288b21a3330a5abe04b2e2c57a304fc06.tar.xz ice-bf37feb288b21a3330a5abe04b2e2c57a304fc06.zip |
move PropertiesAdmin definition to PropertiesAdmin.ice
Diffstat (limited to 'py/python')
-rw-r--r-- | py/python/Makefile | 1 | ||||
-rw-r--r-- | py/python/Makefile.mak | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/py/python/Makefile b/py/python/Makefile index 3e433dda616..708262c4b53 100644 --- a/py/python/Makefile +++ b/py/python/Makefile @@ -27,6 +27,7 @@ ICE_SRCS = Ice_LocalException_ice.py \ Ice_ObjectAdapterF_ice.py \ Ice_ServantLocator_ice.py \ Ice_ServantLocatorF_ice.py \ + Ice_PropertiesAdmin_ice.py \ Ice_Properties_ice.py \ Ice_PropertiesF_ice.py \ Ice_ObjectFactory_ice.py \ diff --git a/py/python/Makefile.mak b/py/python/Makefile.mak index 1fa5b1758cd..52ebca73c79 100644 --- a/py/python/Makefile.mak +++ b/py/python/Makefile.mak @@ -21,6 +21,7 @@ ICE_SRCS = Ice_LocalException_ice.py \ Ice_ObjectAdapterF_ice.py \ Ice_ServantLocator_ice.py \ Ice_ServantLocatorF_ice.py \ + Ice_PropertiesAdmin_ice.py \ Ice_Properties_ice.py \ Ice_PropertiesF_ice.py \ Ice_ObjectFactory_ice.py \ @@ -121,6 +122,9 @@ Ice_ServantLocator_ice.py: "$(slicedir)/Ice/ServantLocator.ice" "$(SLICE2PY)" "$ Ice_ServantLocatorF_ice.py: "$(slicedir)/Ice/ServantLocatorF.ice" "$(SLICE2PY)" "$(SLICEPARSERLIB)" "$(SLICE2PY)" $(SLICE2PYFLAGS) --prefix Ice_ --no-package "$(slicedir)/Ice/ServantLocatorF.ice" +Ice_PropertiesAdmin_ice.py: "$(slicedir)/Ice/PropertiesAdmin.ice" "$(SLICE2PY)" "$(SLICEPARSERLIB)" + "$(SLICE2PY)" $(SLICE2PYFLAGS) --prefix Ice_ --no-package "$(slicedir)/Ice/PropertiesAdmin.ice" + Ice_Properties_ice.py: "$(slicedir)/Ice/Properties.ice" "$(SLICE2PY)" "$(SLICEPARSERLIB)" "$(SLICE2PY)" $(SLICE2PYFLAGS) --prefix Ice_ --no-package "$(slicedir)/Ice/Properties.ice" |