summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2007-05-24 17:17:01 +0000
committerBrent Eagles <brent@zeroc.com>2007-05-24 17:17:01 +0000
commit11a6e09e4466a714ee5d81cf52a07441050df236 (patch)
treea3f109caf7624d050dcb20cae99fa513eee4e454
parentfix internal Property declaration (diff)
downloadice-11a6e09e4466a714ee5d81cf52a07441050df236.tar.bz2
ice-11a6e09e4466a714ee5d81cf52a07441050df236.tar.xz
ice-11a6e09e4466a714ee5d81cf52a07441050df236.zip
add Property.cs to build
-rw-r--r--cs/src/Ice/Makefile1
-rw-r--r--cs/src/Ice/Makefile.mak1
2 files changed, 2 insertions, 0 deletions
diff --git a/cs/src/Ice/Makefile b/cs/src/Ice/Makefile
index c73f9d294f2..de009aa0ce3 100644
--- a/cs/src/Ice/Makefile
+++ b/cs/src/Ice/Makefile
@@ -61,6 +61,7 @@ SRCS = Acceptor.cs \
Patcher.cs \
PluginManagerI.cs \
PropertiesI.cs \
+ Property.cs \
PropertyNames.cs \
Protocol.cs \
ProtocolPluginFacade.cs \
diff --git a/cs/src/Ice/Makefile.mak b/cs/src/Ice/Makefile.mak
index 8e2d41f1ef5..68a0b2a5deb 100644
--- a/cs/src/Ice/Makefile.mak
+++ b/cs/src/Ice/Makefile.mak
@@ -61,6 +61,7 @@ SRCS = Acceptor.cs \
Patcher.cs \
PluginManagerI.cs \
PropertiesI.cs \
+ Property.cs \
PropertyNames.cs \
Protocol.cs \
ProtocolPluginFacade.cs \