Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - PRE_BUILD actions: (3 Items)
   
PRE_BUILD actions  
Hello.

Now i am trying QNX650. There is still no 'pre-build actions' option in QNX C++ project.
I've tried to add code:

define PRE_BUILD
< your statements>
endef

into common.mk, but it's not working.
Is there any solution to run a program (actually, it's a version control utility) before 
project build.

Thank you.
 
Re: PRE_BUILD actions  
> Hello.
> 
> Now i am trying QNX650. There is still no 'pre-build actions' option in QNX C+
> + project.
> I've tried to add code:
> 
> define PRE_BUILD
> < your statements>
> endef
> 
> into common.mk, but it's not working.
> Is there any solution to run a program (actually, it's a version control 
> utility) before 
> project build.
> 
> Thank you.
>  

Sorry, 
It's my fault. I don't need PRE_BUILD. I need to run external program before compilation.


Re: PRE_BUILD actions  
I have same question. Did you find a way to execute shell script before compilation. Thanks.