Book a Demo

Author Topic: custom directory structure  (Read 2004 times)

danS

  • EA Novice
  • *
  • Posts: 11
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
custom directory structure
« on: February 17, 2010, 01:50:48 am »
I would like to set up a custom directory structure for my package and usb packages to be used by code generation for C++:

.../include - contains header files *.hpp
.../src/<pkg1> - contains the implementation files for the implementation of pkg 1
.../src/<pkq1>/<subpkg1.1> - contains implementation code for subpkg1
.../src/<pkg2> - contains implementation pkg2

Is this possible through EA, or do I just mive my files afterwards?

thanks