Adding libraries and library paths


You can add libraries and library paths for Managed Make projects. If you have a custom library to link against, you should specify the library path and the library name to the linker.

To set properties for your project:

  1. Right-click your managed make project and select Properties. Alternatively, to set properties for a specific source file in your project, right-click a source file in your standard make project and select Properties.
  2. Click C/C++ Build.
  3. In the Tool Settings tab, select the Libraries to which you want to add the custom library path and library name.

Related concepts
SDK application projects
Project file views

Related tasks
Working with C/C++ project files

Copyright © 1995-2009 Xilinx, Inc. All rights reserved.