Content originally posted in LPCWare by nxpUSBlib team on Sat Nov 12 09:10:00 MST 2011
If you have made changes to your source code in the previous release of nxpUSBlib and want to continue with these changes in the current release, I suggest two methods:
1. Copy the source files from the project of the previous release into the project of the current release
2. Copy, or export/import the project from the previous release over to the new release and update the symbols, include paths, library names and paths, and project references so they match those settings in the new project.
I know of no easy way to copy both lib names and paths in one step. I usually do it in two, first the lib names, then the paths. In both cases you can set the focus in the window and click CTRL A and CTRL C, then set the focus in the other project's window and select CTRL A and CTRL V