|
Re: how to invoke python scripts from QNX makefile ?
|
07/10/2018 2:04 AM
post118925
|
Re: how to invoke python scripts from QNX makefile ?
You can put any command you want in the makefile. There's nothing special about invoking python, eg:
myheaders.h: myheader.input
python buildhdr.py <myheader.input >myheaders.h
|
|
|