|
01/16/2013 2:34 PM
post98611
|
Hi
I need to run a command before compiling a QNX C++ project.
I try to add the following in common.mk
define PRE_BUILD
-@SubWCRev.exe $(PROJECT_ROOT) $(PROJECT_ROOT)/version.tmpl $(PROJECT_ROOT)/version.h
endef
but it seems that the macro is run after the compilation. What can I do to make it execute before the compilation?
|
|
|
|
|