Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Build executable or library, where is it stored?: (2 Items)
   
Build executable or library, where is it stored?  
Hi,

I created a project building a static library and committed all files (includuing .project, .cproject, ...) to a SVN 
repository. On another computer I imported the project using the SVN plugin of Momentics. But then the IDE tries to 
build an executable rather than a libray. There is no tab "Library" in Properties/QNX C/C++ Porject anymore. The 
information that the project should create a library seems to be lost. 

Where is this information stored? Somewhere in .metadata?

Thanks for the help

Jan

Version: 4.7.0
Build id: 201006232051
Re: Build executable or library, where is it stored?  
From my experimentation, it appears these settings are represented by files named Makefile in subdirectories of the 
project, such as x86/a-g/Makefile for a debug build of an x86 static library. Submitting the Makefiles to SVN should do 
the trick.