| View previous topic :: View next topic |
| Author |
Message |
C++R00ki3
Joined: 18 Oct 2009 Posts: 8
|
Posted: Wed Oct 21, 2009 5:30 am Post subject: Custom Build Step |
|
|
How do I correctly add a custom build step for windres compiling my .rc file to get it recognized by the linker? How can I retrieve the Build-Directory?
I know where the menu is, but the command "windres resources.rc resources.o" is not executed and not linked.
regards |
|
| Back to top |
|
 |
Thomas Preisler Posted via mailing list.
|
Posted: Wed Oct 21, 2009 5:13 pm Post subject: Custom Build Step |
|
|
Please take a look at the LexYacc sample. Both token.l and token.y are
using custom build steps. There is a list of available make variables in
the main Makefile. I think you may want to use ${CND_ARTIFACT_DIR_${CONF}}.
--thomas
C++R00ki3 wrote:
| Quote: | How do I correctly add a custom build step for windres compiling my .rc file to get it recognized by the linker? How can I retrieve the Build-Directory?
I know where the menu is, but the command "windres resources.rc resources.o" is not executed and not linked.
regards
|
|
|
| Back to top |
|
 |
Vladimir Voskresensky Posted via mailing list.
|
Posted: Thu Oct 22, 2009 11:11 am Post subject: Custom Build Step |
|
|
Hi,
Have you seen?
http://wiki.netbeans.org/FaqCndResourceFiles
Thanks,
Vladimir.
C++R00ki3 wrote:
| Quote: | How do I correctly add a custom build step for windres compiling my .rc file to get it recognized by the linker? How can I retrieve the Build-Directory?
I know where the menu is, but the command "windres resources.rc resources.o" is not executed and not linked.
regards
|
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|
|