From 55268128a30a56bfd42a4ffb382ad3a5179a739f Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 14 Aug 2012 14:56:53 +0200 Subject: Use portable version of the command line --- mapping/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 --generate-query --generate-schema \ - --hxx-prologue '#include "traits.hxx"' person.hxx + --hxx-prologue "#include \"traits.hxx\"" person.hxx Where stands for the database system we are using, for example, 'mysql'. -- cgit v1.1