Separating header and source files in different directories

Use the Standard Directories group on the Mapping tab of the Reverse Engineering Advanced Options window to separate the header and source files to different directories for the reverse engineering of your selected project.

About this task

This group has the following controls:

Using the Specification and Implementation boxes provides you with better modeling of your code if your legacy code header and source files are separated into different directories. Code generation (after reverse engineering) also generates each header file to a directory called inc and each source file to a directory called src (or whatever names you designed in the Specification and Implementation boxes). The following table illustrates if you use these boxes (left column) verses if you do not (right column).

Specification = inc
Implementation = src
Specification = [blank]
Implementation = [blank]

Feedback