X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Examples%2Fcpp1%2Fcomponents.py;h=0507e5338e0c16973a5085e5a9972fe65d08fd70;hb=312ff7aaa4be1575585547684efef5117d266cee;hp=51522a07fa4827a829940642d5198b4fad80278e;hpb=fb3dd165f6c55c29f94f3f2fc57ae761205c0da0;p=tools%2Fyacsgen.git diff --git a/Examples/cpp1/components.py b/Examples/cpp1/components.py index 51522a0..0507e53 100644 --- a/Examples/cpp1/components.py +++ b/Examples/cpp1/components.py @@ -1,4 +1,4 @@ -# Copyright (C) 2009-2014 EDF R&D +# Copyright (C) 2009-2015 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -48,14 +48,12 @@ c1=CPPComponent("compo1",services=[ defs="//def1",body=body, ), ], - includes="-I/usr/include", calciumextendedinterface=1, ) g=Generator(Module("cppcompos",components=[c1],prefix="./install"),context) g.generate() -g.bootstrap() g.configure() g.make() g.install()