diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-08-12 04:54:40 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-08-12 04:54:40 +0000 |
commit | f32ab4bb147e9d17884bcd287db8bc1d0c6f3add (patch) | |
tree | 00a939ea762314350542c8eb0cdf937fcace4490 /cppe/src | |
parent | ICEE_ -> ICE_ (diff) | |
download | ice-f32ab4bb147e9d17884bcd287db8bc1d0c6f3add.tar.bz2 ice-f32ab4bb147e9d17884bcd287db8bc1d0c6f3add.tar.xz ice-f32ab4bb147e9d17884bcd287db8bc1d0c6f3add.zip |
more ICEE -> ICE changes.
Diffstat (limited to 'cppe/src')
-rw-r--r-- | cppe/src/IceEC/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/src/IceEC/Makefile b/cppe/src/IceEC/Makefile index af936c3d52e..db516317850 100644 --- a/cppe/src/IceEC/Makefile +++ b/cppe/src/IceEC/Makefile @@ -114,7 +114,7 @@ endif %.o: $(ICE_DIR)/%.cpp $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $< -CPPFLAGS := -I.. $(CPPFLAGS) -DICE_API_EXPORTS -DICEE_PURE_CLIENT +CPPFLAGS := -I.. $(CPPFLAGS) -DICE_API_EXPORTS -DICE_PURE_CLIENT SLICE2CPPEFLAGS := --ice --include-dir IceE --dll-export ICE_API $(SLICE2CPPEFLAGS) LINKWITH := $(ICE_OS_LIBS) |