This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 183510 - Add link library directories option to CND configuration
Summary: Add link library directories option to CND configuration
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: PC All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-05 19:02 UTC by ksc91u
Modified: 2010-12-01 09:20 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ksc91u 2010-04-05 19:02:37 UTC
Currently you can set include directories -I, and macros -D in CND.
Wish there is a global -L settings that would be inherit by every project as their Additional Library Directories.
Comment 1 Vladimir Voskresensky 2010-12-01 09:20:30 UTC
global -I and -D affects only code assistance and are not used during compiling or in generated makefiles, so build from IDE and build from command line will be different if we introduce global -L setting.
If that's fine for you, then we can add into generated compile line smth like ${IDE_GLOBAL_LINKER_SETTINGS} which will be empty for command line build and have some value for IDE users