Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - PRE-BUILD: Page 1 of 3 (3 Items)
   
PRE-BUILD  
Hi,

I have a question about QNX C++ project settings. I need to execute a shell
script before compiling QNX C++ Project, I added following lines to
common.mk but I couldn't be successful.

SVN_REV=-D  $(shell SubWCRev.exe $(PROJECT_ROOT). ../../Main/SVN.h.tmpl
 ../../Main/SVN.h)

all :
@echo Revision Number Output $(SVN_REV).

shell script works well, but it works after compilation, I don't know where
I missed. Thanks in advance.