Book a Demo

Author Topic: C++ code generation - source/header directory  (Read 2816 times)

nicholas_yue

  • EA User
  • **
  • Posts: 21
  • Karma: +0/-0
    • View Profile
C++ code generation - source/header directory
« on: April 17, 2005, 03:10:35 am »
Hi,

 Is there a configuration where we can tell the code generator to generate source and header files to different location?

 I prefer to generate my source code to $MYPROJ/src, header to $MYPROJ/include.

 Is there also a way to tell the code generator to generate code **relative** to the EA project as it would be part of the development.

Cheers


Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: C++ code generation - source/header directory
« Reply #1 on: April 17, 2005, 03:32:24 pm »
Quote
Is there a configuration where we can tell the code generator to generate source and header files to different location?

Not yet, it's something that we do intend to add though.

Quote
Is there also a way to tell the code generator to generate code **relative** to the EA project as it would be part of the development.

Not as such, but have you looked at local paths?

Simon

Justin Halls

  • EA Novice
  • *
  • Posts: 15
  • Karma: +0/-0
    • View Profile
Re: C++ code generation - source/header directory
« Reply #2 on: April 17, 2006, 09:45:58 am »
Quote
Not yet, it's something that we do intend to add though.


It has been exactly a year (What a coincidence!) since the above was posted.  Is this capability available yet?  I didn't see it in the application and found no other references here in the forums.

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: C++ code generation - source/header directory
« Reply #3 on: April 17, 2006, 03:23:37 pm »
No, it's not yet available.