The emWin libraries are not included as part of LPCOpen release as they use a
different licensing model. The emWin projects won't build with the emWin
libraries, so the libraries need to be downloaded and installed as a
separate step.

To find current downloads for the emWin libraries, go to the following link:
http://www.lpcware.com/node/11538/69
and then expand the software area. You will need to download a library
package for emWin - these will have names similar to
"Segger emWin 5.22 Libraries for NXP MCUs", although the version number
may be different.

Once you've downloaded the library, it needs to be installed into LPCOpen.

ABOUT EMWIN PATHNAMES AND FILENAMES
For v5.22 and earlier versions, the emWin file names has the version number
and supported toolchain embedded in the filename. For version after v5.22,
packages are released with common library and path names. This makes
updating emWin as easy as overwriting existing installation and no
changes to project files (paths, library names, etc.) are needed. If you
use a version of emWin of v5.22 or later, you may need to alter paths and
filenames to work with the project correctly.

KEIL AND IAR INSTALLATION
For Keil and IAR LPCOpen packages, you will need to install the emWin files
into the lpcopen/software/emWin directory (where you have your LPCopen files
installed). Once the files are installed, you should have sub-directories
that are as follows:
lpcopen\software\emWin_library
lpcopen\software\emWin_header
lpcopen\software\emWin_Config
lpcopen\software\emWin_library\LPCXpresso
lpcopen\software\emWin_library\VisualStudio
lpcopen\software\emWin_library\Keil
lpcopen\software\emWin_library\IAR

If the directory names are different, you may have an older version of
emWin and may manually need to alter directory names. See the section
"EMWIN PATHS" below for a list of directory names you need to change to
meet the structure above.

LPCXPRESSO INSTALLATION
For LPCXpresso LPCOpen packages, the LPCOpen download is imported into
LPCXpresso from an archive and LPCXpresso generates a separate workspace
area to use for the projects. Because of this, LPCXpresso doesn't have
a LPCOpen directory similar to Keil and IAR.

You will need to install the emWin files into the LPCXpresso workspace
in the emWin project area. You can determine your workspace location by
selecting the Properties option from the LPCXpresso File menu, selecting
the Resource option in the left pane, and the looking at the 'Location:'
setting. Hint: You can get the exact location to install the emWin files
by highlighting the emWin project in the project browser view prior to
selecting 'Properties'.
Example: C:\Users\user1\Documents\LPCXpresso_6.1.0_164\workspace

Once the workspacce is located, locate the emWin directory in the workspace
and add the files to it. Once the files are installed, you should have
sub-directories that are as follows:
<workspace>\emwin\emWin_library
<workspace>\emwin\emWin_header
<workspace>\emwin\emWin_Config
<workspace>\emwin\emWin_library\LPCXpresso
<workspace>\emwin\emWin_library\VisualStudio
<workspace>\emwin\emWin_library\Keil
<workspace>\emwin\emWin_library\IAR

If the directory names are different, you may have an older version of
emWin and may manually need to alter directory names. See the section
"EMWIN PATHS" below for a list of directory names you need to change to
meet the structure above.

EMWIN PATHS
Older version of the emWin library may have versioned directory names.
If the names are differnt, they need to be renamed or the paths inside
the Keil, IAR, and LPCXpresso projects won't match. Depending on what
version of emWIn you download, the paths may be slightly different.
The directory structure below is for the emWin 5.22 release. The path
names to the right of the path are the names the path needs to be
converted to.
emWin522_library ---> emWin_library
emWin522_header ---> emWin_header
emWin522_Config ---> emWin_Config
emWin522_library\LPCXpresso_5 ---> emWin_library\LPCXpresso
emWin522_library\VisualStudio_2010 ---> emWin_library\VisualStudio
emWin522_library\uVision_4 ---> emWin_library\Keil
emWin522_library\EmbeddedWorkbench_6 ---> emWin_library\IAR
**YOU MAY ALSO NEED TO CHANGE FILENAMES TO MATCH EXPECTED LIBRARY NAMES
  IN EMWIN PROJECTS**
