diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-08-14 14:56:53 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-08-14 14:56:53 +0200 |
commit | 55268128a30a56bfd42a4ffb382ad3a5179a739f (patch) | |
tree | 85b64ccbee4f86dc1251003eeeae30e0f910358f | |
parent | 491fc54bbbc680f10fc5b2e3240319076a59dab5 (diff) |
Use portable version of the command line
-rw-r--r-- | mapping/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mapping/README b/mapping/README index 4c9c224..2a93d1f 100644 --- a/mapping/README +++ b/mapping/README @@ -28,7 +28,7 @@ person.sql following command line: odb -d <database> --generate-query --generate-schema \ - --hxx-prologue '#include "traits.hxx"' person.hxx + --hxx-prologue "#include \"traits.hxx\"" person.hxx Where <database> stands for the database system we are using, for example, 'mysql'. |