From 57fe13de5c01bc8e5bbeb39acd131c9329245261 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Jul 2014 11:15:44 +0200 Subject: Update streaming example with new implementation --- dist/examples/cxx/tree/streaming/makefile | 5 +++-- dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj | 4 +++- dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj.filters | 8 +++++++- dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj | 4 +++- dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj.filters | 8 +++++++- dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj | 4 +++- dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj.filters | 8 +++++++- dist/examples/cxx/tree/streaming/streaming-vc8.vcproj | 6 ++++++ dist/examples/cxx/tree/streaming/streaming-vc9.vcproj | 6 ++++++ 9 files changed, 45 insertions(+), 8 deletions(-) (limited to 'dist/examples/cxx') diff --git a/dist/examples/cxx/tree/streaming/makefile b/dist/examples/cxx/tree/streaming/makefile index ed32b83..4c7acd2 100644 --- a/dist/examples/cxx/tree/streaming/makefile +++ b/dist/examples/cxx/tree/streaming/makefile @@ -9,12 +9,13 @@ override XSDFLAGS += --generate-serialization # Build. # -driver: driver.o parser.o serializer.o position.o +driver: driver.o parser.o serializer.o grammar-input-stream.o position.o position.o: position.cxx position.hxx driver.o: driver.cxx position.hxx parser.hxx serializer.hxx parser.o: parser.cxx parser.hxx serializer.o: serializer.cxx serializer.hxx +grammar-input-stream.o: grammar-input-stream.cxx grammar-input-stream.hxx position.cxx position.hxx: position.xsd @@ -30,4 +31,4 @@ test: driver position.xml # .PHONY: clean clean: - rm -f position.o position.?xx parser.o serializer.o driver.o driver out.xml + rm -f position.o position.?xx parser.o serializer.o grammar-input-stream.o driver.o driver out.xml diff --git a/dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj b/dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj index fb74ff1..627ddcc 100644 --- a/dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj +++ b/dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj @@ -1,4 +1,4 @@ - + @@ -182,11 +182,13 @@ + + diff --git a/dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj.filters b/dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj.filters index cf8b190..3597703 100644 --- a/dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj.filters +++ b/dist/examples/cxx/tree/streaming/streaming-vc10.vcxproj.filters @@ -1,4 +1,4 @@ - + @@ -27,6 +27,9 @@ Source Files + + Source Files + @@ -38,6 +41,9 @@ Header Files + + Header Files + diff --git a/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj b/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj index cb16610..01ce1db 100644 --- a/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj +++ b/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj @@ -1,4 +1,4 @@ - + @@ -186,11 +186,13 @@ + + diff --git a/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj.filters b/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj.filters index cf8b190..3597703 100644 --- a/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj.filters +++ b/dist/examples/cxx/tree/streaming/streaming-vc11.vcxproj.filters @@ -1,4 +1,4 @@ - + @@ -27,6 +27,9 @@ Source Files + + Source Files + @@ -38,6 +41,9 @@ Header Files + + Header Files + diff --git a/dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj b/dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj index 6511fa9..6dba59e 100644 --- a/dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj +++ b/dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj @@ -1,4 +1,4 @@ - + @@ -190,11 +190,13 @@ + + diff --git a/dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj.filters b/dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj.filters index cf8b190..3597703 100644 --- a/dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj.filters +++ b/dist/examples/cxx/tree/streaming/streaming-vc12.vcxproj.filters @@ -1,4 +1,4 @@ - + @@ -27,6 +27,9 @@ Source Files + + Source Files + @@ -38,6 +41,9 @@ Header Files + + Header Files + diff --git a/dist/examples/cxx/tree/streaming/streaming-vc8.vcproj b/dist/examples/cxx/tree/streaming/streaming-vc8.vcproj index b7f65d0..27f6233 100644 --- a/dist/examples/cxx/tree/streaming/streaming-vc8.vcproj +++ b/dist/examples/cxx/tree/streaming/streaming-vc8.vcproj @@ -359,6 +359,9 @@ + + + + + + + +