Book a Demo

Author Topic: seperate path for .h and .CPP when generating code  (Read 2387 times)

gspelvin

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
seperate path for .h and .CPP when generating code
« on: December 26, 2004, 12:39:25 pm »
I'm trying to figure out how to generate C++ code with a sperate path for the .H and .CPP files. THe systems we build are frequently used in a manner that requires the implementation and header files to be in seperate locatins.

for example
public\foo\bar\inc  - header files
private\foo\bar\xyz - cpp files

THis would be different for each class/interface etc... With some interfaces and/or classes being grouped itogether into a single header.

Is this even possible with EA? Are we stuck manually moving all the files as needed?

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: seperate path for .h and .CPP when generating
« Reply #1 on: December 29, 2004, 09:25:09 pm »
It's not possible with EA at the moment so you're stuck with moving your files around as needed.

We'll be looking at how we're going to support what you (and others of course) want to do regarding this.

Simon