Book a Demo

Author Topic: special path generation  (Read 3776 times)

MREA

  • EA User
  • **
  • Posts: 72
  • Karma: +0/-0
    • View Profile
special path generation
« on: November 13, 2012, 05:14:56 pm »
how could I generate a structure like this?
root
|- view1
     |_*.h (without .c)
     |_private
            |_ *.c
                |_ *.h
|_view 2
     |_*.h (without .c)
     |_private
            |_ *.c
                |_ *.h
|_*.h
   |_private
            |_*.c
Support- Languages: German, English, French

MREA

  • EA User
  • **
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: special path generation
« Reply #1 on: November 16, 2012, 05:42:18 pm »
is that only possible by cutting paste after generation?
Support- Languages: German, English, French

Makulik

  • EA User
  • **
  • Posts: 400
  • Karma: +0/-0
    • View Profile
Re: special path generation
« Reply #2 on: November 17, 2012, 02:47:35 am »
I found that you can set the code generation options (including the 'Source Path') on a per class basis. If you select the class and choose 'Generate Source Code' the opening dialog has a button 'Advanced' where you can tweak the options to use particular for this class.

May be that'll help you to solve this problem partially.

Best regards,
Günther

MREA

  • EA User
  • **
  • Posts: 72
  • Karma: +0/-0
    • View Profile
Re: special path generation
« Reply #3 on: November 19, 2012, 05:39:43 pm »
well the source pathe is always global! evan if you change it in class, that's the problem ;(
But thanks for your post!
Support- Languages: German, English, French