c++ - Where is the Makefile generated by the Eclipse CDT? -
i've built hello world c++ project eclipse(helios) cdt. compiled fine. take @ makefile cdt generated. can't find in project folder/debug/release folders or in src folders. can find makefile?
if use default setttings current builder = cdt internal builder
, there no make file. if select current builder = gnu make
, see makefile in debug folder.
Comments
Post a Comment