|
Building QNX C++ Project with linked resources
|
07/26/2017 3:08 AM
post117914
|
Building QNX C++ Project with linked resources
Hello,
We are using QNX 6.6. Currently our projects are built as QNX C++ projects for multiple platform. Due to some internal
needs this single large project must be broken into a smaller set of sub-projects.
In the example shown below Project1 may pull in func2.cpp, func22.cpp and some files from /cmn. I used "Linked Resources
" and managed to pick the specific files/folders of interest for a given project. This scheme does not build all the
sources files in the case of QNX C++ project. On creating a "C++ Project" linked resources scheme works fine. Appreciate
if someone can help on solving this for a "QNX C++ project". I am guessing "Linked Resouces" updates .project/.cproject
but does nothing to makefiles.
Eg:
/cmn
/src
/featureA
func1.cpp, func2.cpp etc..
/featureB
func11.cpp, func22.cpp etc..
etc...
/NewProj
/Project1
main.cpp
.cproject
.project
common.mk
Makefile
/Project2
main.cpp
.cproject
.project
common.mk
Makefile
|
|
|