diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-04-25 10:45:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-04-25 10:45:32 +0200 |
commit | ab994fdada3eebc794d6b1686f55a35420e4d758 (patch) | |
tree | ccfbdd212fc3a06fea8f68b07c01f68989d2e450 /makefile | |
parent | 27245519b1a659eb849a31714df0090dc58bb87a (diff) |
New example, inheritance/polymorphism
Also move the inheritance example to inheritance/reuse.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -4,14 +4,15 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make -dirs := \ -composite \ -container \ -hello \ -inheritance \ -query \ -mapping \ -optimistic \ +dirs := \ +composite \ +container \ +hello \ +inheritance/polymorphism \ +inheritance/reuse \ +query \ +mapping \ +optimistic \ schema/embedded tr1_dirs := relationship inverse schema/custom view |