diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-02-04 19:30:14 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-02-04 19:30:14 +0000 |
commit | c463406a0e6548ad18b9bae88e42a290be6fdae8 (patch) | |
tree | a1ad08792de6b764ed0f2aba6171f30581167c5d /cpp/src | |
parent | Remove bogus Makefile commit. (diff) | |
download | ice-c463406a0e6548ad18b9bae88e42a290be6fdae8.tar.bz2 ice-c463406a0e6548ad18b9bae88e42a290be6fdae8.tar.xz ice-c463406a0e6548ad18b9bae88e42a290be6fdae8.zip |
removing XsdVisitor dependency
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Slice/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Slice/Makefile b/cpp/src/Slice/Makefile index eabc9da738e..378b6a89c80 100644 --- a/cpp/src/Slice/Makefile +++ b/cpp/src/Slice/Makefile @@ -21,8 +21,7 @@ TARGETS = $(NAME) $(VERSIONED_NAME) OBJS = Scanner.o \ Grammar.o \ Parser.o \ - CPlusPlusUtil.o \ - XsdVisitor.o + CPlusPlusUtil.o SRCS = $(OBJS:.o=.cpp) |