diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-06-04 16:46:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-06-04 16:46:31 +0200 |
commit | 542a32790448d2d84f7ea6b55f0231485a5fd5ba (patch) | |
tree | 9cf68a3dea086ced6e5b1c379e08098d0680c8e0 /build/export | |
parent | fcfe083c7a6d12eb4b6b88eea4a5ebbfc4d36995 (diff) |
Add import stub for libodb-mysql
Diffstat (limited to 'build/export')
-rw-r--r-- | build/export/libodb-mysql/stub.make | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/build/export/libodb-mysql/stub.make b/build/export/libodb-mysql/stub.make new file mode 100644 index 0000000..1a5d1e6 --- /dev/null +++ b/build/export/libodb-mysql/stub.make @@ -0,0 +1,10 @@ +# file : build/export/libodb-mysql/stub.make +# author : Boris Kolpackov <boris@codesynthesis.com> +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +$(call include-once,$(src_root)/odb/mysql/makefile,$(out_root)) + +$(call export,\ + l: $(out_root)/odb/mysql/odb-mysql.l,\ + cpp-options: $(out_root)/odb/mysql/odb-mysql.l.cpp-options) |