c - How to run scripts from within eclipse -
i have project doesn't use autotools, has makefile run build code. make file run within in shell script. have imported project in eclipse, can't seem run shell script (something ctrl + b make or add 1 of make targets viz., make or make install).
is there way can this?
you can specify script build project in project properties -> c/c++ build -> build command -> builder settings.
you can uncheck use default build command , specify yours (e.g. make all, make install or bash make_all.sh). or can leave default build command (it must make) , in tab behaviour specify targets.
but before should have imported project makefile project existing code.
Comments
Post a Comment