Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Mixed C/C++ in MBS

I haven't followed the discussion in detail, but you could introduce the notion of a "makefile target" into a project. Then associate file-sets, tools and their options with makefile targets. You could further distinguish between compile and link targets. From the perspective of a makefile generator, the makefile targets are the entities that deal with language-specific build commands.

Treggiari, Leo wrote:
2.  In the future, we're looking to provide only a "compiled-language" project type, and not specific C, C++ or Fortran projects.  Does anyone have any ideas on how we will solve the linker problem then?  For now, we can still select the linker based upon whether the user creates a C or C++ project.

Regards,
Leo


Back to the top