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 158534 - custom build step
Summary: custom build step
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-13 15:29 UTC by synaptek
Modified: 2014-04-14 14:31 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 synaptek 2009-02-13 15:29:12 UTC
Scan the "Outputs" field of custom build steps and add .o object files to "OBJECTFILES" in respective
Makefile-${CONF}.mk files.

When using NetBeans for CUDA development the .cu files can be compile to .o with a custom build step but must be
manually added as "Library Files" in the Link options.  You might want to add an option check-box to indicate if the
user wants this actions to be performed.