Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Project settings changed: (3 Items)
   
Project settings changed  
I moved some directories around.  I created a new workspace and imported the projects.  Now one of my projects appears 
as an executable rather than a library.

I am running 4.0.1.

Is there a simple way to fix this without deleting the project and recreating it?

Tim
Re: Project settings changed  
If you are talking about QNX projects, the kind of project (application 
vs library) is completely defined by this particular  project 
sub-directores structure. For example, if project has one of the 
following structures:
proj-->nto-->x86-->so            or        proj-->x86-->so
                          |-->so-g                                   
|---->so.g

and if this project was identified as a QNX project (see <natures> 
section of .project file), IDE recognizes it as a shared object project 
targeted to x86 platform having debug and release variants of build.
I tried to play around with project import in IDE 4.0.1 and IDE 4.5 
(Tau) and din't get anything like described by you in your earlier 
messages.  Could it be that you missed there some details of the whole  
process? I don't know...

Regards,

Alex

Tim Gessner wrote:
> I moved some directories around.  I created a new workspace and imported the projects.  Now one of my projects appears
 as an executable rather than a library.
>
> I am running 4.0.1.
>
> Is there a simple way to fix this without deleting the project and recreating it?
>
> Tim
>
> _______________________________________________
> General
> http://community.qnx.com/sf/go/post9876
>
>    

Re: Project settings changed  
Yes they are QNX projects.  Thanx for the explanation.  Not sure what caused the problem, but I did rename the 
directories just to see what would happen (comparing to other projects) and things are working.

Tim