diff options
author | Brent Eagles <brent@zeroc.com> | 2006-12-15 13:51:28 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2006-12-15 13:51:28 +0000 |
commit | b13e7e3ba8b18f99e31adf1178f0fd241a917344 (patch) | |
tree | 4fc65c8c91fb31ee5e5fa6055cefa250c7ec4f13 | |
parent | Fixed Mac OS X menu shortcuts (diff) | |
download | ice-b13e7e3ba8b18f99e31adf1178f0fd241a917344.tar.bz2 ice-b13e7e3ba8b18f99e31adf1178f0fd241a917344.tar.xz ice-b13e7e3ba8b18f99e31adf1178f0fd241a917344.zip |
Changing IceSSL assembly filename from icecsssl to icesslcs.
-rw-r--r-- | cs/src/IceSSL/Makefile | 2 | ||||
-rw-r--r-- | cs/src/IceSSL/Makefile.mak | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cs/src/IceSSL/Makefile b/cs/src/IceSSL/Makefile index f269cd3b3cc..b3f5af578c9 100644 --- a/cs/src/IceSSL/Makefile +++ b/cs/src/IceSSL/Makefile @@ -9,7 +9,7 @@ top_srcdir = ../.. -PKG = icecsssl +PKG = icesslcs LIBNAME = $(PKG).dll TARGETS = $(bindir)/$(LIBNAME) diff --git a/cs/src/IceSSL/Makefile.mak b/cs/src/IceSSL/Makefile.mak index 951070753d6..083489c0db4 100644 --- a/cs/src/IceSSL/Makefile.mak +++ b/cs/src/IceSSL/Makefile.mak @@ -9,7 +9,7 @@ top_srcdir = ..\.. -PKG = icecsssl +PKG = icesslcs LIBNAME = $(PKG).dll TARGETS = $(bindir)\$(LIBNAME) |