diff options
author | Brent Eagles <brent@zeroc.com> | 2007-05-24 17:17:01 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2007-05-24 17:17:01 +0000 |
commit | 11a6e09e4466a714ee5d81cf52a07441050df236 (patch) | |
tree | a3f109caf7624d050dcb20cae99fa513eee4e454 | |
parent | fix internal Property declaration (diff) | |
download | ice-11a6e09e4466a714ee5d81cf52a07441050df236.tar.bz2 ice-11a6e09e4466a714ee5d81cf52a07441050df236.tar.xz ice-11a6e09e4466a714ee5d81cf52a07441050df236.zip |
add Property.cs to build
-rw-r--r-- | cs/src/Ice/Makefile | 1 | ||||
-rw-r--r-- | cs/src/Ice/Makefile.mak | 1 |
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 \ |