diff options
author | Mark Spruiell <mes@zeroc.com> | 2009-06-23 17:47:58 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2009-06-23 17:47:58 -0700 |
commit | a2e794a1366fcd71f04496c206869ffa158547ac (patch) | |
tree | 4c9d6554f3dc658aeaa76892aeecfc3d7eb56b61 /cpp/src/Slice/Makefile.mak | |
parent | Add x64 configurations to C++ projects (diff) | |
download | ice-a2e794a1366fcd71f04496c206869ffa158547ac.tar.bz2 ice-a2e794a1366fcd71f04496c206869ffa158547ac.tar.xz ice-a2e794a1366fcd71f04496c206869ffa158547ac.zip |
PHP changes:
- static translation
- more traditional language mapping (multiple communicators, etc.)
- support for registered (persistent) communicators
- support for PHP namespaces (PHP 5.3 or later)
Diffstat (limited to 'cpp/src/Slice/Makefile.mak')
-rw-r--r-- | cpp/src/Slice/Makefile.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Slice/Makefile.mak b/cpp/src/Slice/Makefile.mak index dd76c272482..22f42d8e30b 100644 --- a/cpp/src/Slice/Makefile.mak +++ b/cpp/src/Slice/Makefile.mak @@ -25,6 +25,7 @@ OBJS = Scanner.obj \ PythonUtil.obj \
DotNetNames.obj \
RubyUtil.obj \
+ PHPUtil.obj \
Util.obj \
FileTracker.obj \
MD5.obj \
|