From a56512610b3928cc78ac893f967cad724b2800c1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 21 Aug 2009 12:17:10 +0200 Subject: Add a missing file to sample command line --- documentation/cxx/hybrid/guide/index.xhtml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'documentation/cxx') diff --git a/documentation/cxx/hybrid/guide/index.xhtml b/documentation/cxx/hybrid/guide/index.xhtml index 465f3d8..70d5d34 100644 --- a/documentation/cxx/hybrid/guide/index.xhtml +++ b/documentation/cxx/hybrid/guide/index.xhtml @@ -780,9 +780,12 @@ main (int argc, char* argv[])

-$ c++ -I.../libxsde -c driver.cxx hello-pskel.cxx hello-pimpl.cxx
-$ c++ -o driver driver.o hello-pskel.o hello-pimpl.o \
+$ c++ -I.../libxsde -c driver.cxx hello.cxx hello-pskel.cxx \
+  hello-pimpl.cxx
+
+$ c++ -o driver driver.o hello.o hello-pskel.o hello-pimpl.o \
   .../libxsde/xsde/libxsde.a
+
 $ ./driver hello.xml
 Hello, sun!
 Hello, moon!
-- 
cgit v1.1