I am using Vxworks 6.3. I want to know the file extension for the
project file.
1) The need is that i have added a few files in the project and
removed some.
2) I want to remove those files from the project which i have removed
3) I want to add the new files in the project file.
I want to know, which file do I have to edit ?
Regards
Nitin Mathur
Why do think you have to edit anything?
For managed build projects, just use Workbench to add and remove
files.
For user defined builds, it's the same as if you weren't using
Workbench -- edit the makefiles anjd/or prune the project tree.
It often is handy to edit project files, and easy since they are XML.
vxWorks image projects (VIP) have a <prjname>.wpj file.
For all other projects with which I'm familiar, the file name
is .wrproject.
HTH
GV
There is a tool,called "vxprj". U can use this for editing .wpj file
directly.
editing .wpj file directly is not recommended.