From b143a4a1a028d3147b9b603e77866780b34ee828 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 30 Mar 2010 11:05:46 +0200 Subject: Add code generator infrastructure --- odb/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'odb/makefile') diff --git a/odb/makefile b/odb/makefile index 742b3a5..2789a47 100644 --- a/odb/makefile +++ b/odb/makefile @@ -7,7 +7,10 @@ include $(dir $(lastword $(MAKEFILE_LIST)))../build/bootstrap.make # Plugin units. # -cxx_ptun := plugin.cxx +cxx_ptun := \ +context.cxx \ +generator.cxx \ +plugin.cxx cxx_ptun += \ semantics/class.cxx \ -- cgit v1.1