Book a Demo

Author Topic: Controlling directories for C++ code generation  (Read 2898 times)

Makulik

  • EA User
  • **
  • Posts: 400
  • Karma: +0/-0
    • View Profile
Controlling directories for C++ code generation
« on: July 09, 2012, 08:12:18 pm »
Does anyone know a way to control the directory structure for C++ code generation?

I have a number of components that share the same namespace, thus I have all realization classes in a package that represents this namespace. The top level package (namespace root) for these are package components that correspond to the components in the model.

The generated code looks fine regarding the namespace structure, but the generated files are placed inside an extra directory for the shared namespace, that I don't want (it's completely redundant in my case). How can I get rid of this directory?

Best regards,
Günther