P
Paul Cheetham
Hi,
I have a source file which is shared by two projects. It is included in
one project, and linked to from another.
In the source I have #if compiler directives, as I want to exclude parts
from one of the projects.
The problem I have is that the project that is linking to the file
doesn't appear to compile it with it's compiler options defined, but
seems to use the object file of the other project.
Am I missing something obvious or is there a problem with this?
Thankyou.
Paul
I have a source file which is shared by two projects. It is included in
one project, and linked to from another.
In the source I have #if compiler directives, as I want to exclude parts
from one of the projects.
The problem I have is that the project that is linking to the file
doesn't appear to compile it with it's compiler options defined, but
seems to use the object file of the other project.
Am I missing something obvious or is there a problem with this?
Thankyou.
Paul