More with eclipse cdt

What happens when we import an existing project (perhaps a visual studio project)?

What files are used for configuration?

+3
source share
4 answers

Try this, you can get some information.

Migrating Visual Studio C and C ++ Projects to Eclipse CDT

+2
source

Eclipse , Visual Studio, Eclipse . . ( , makefile), .

, Eclipse, , VS Eclipse .

, VS Eclipse CDT, , , .

, , ( )/. , . emptor.

0

. , , - , . .project, Project/properties.

" ", . , , .

" makefile", , . /++ build - "make".

DevStudio make - "" " Makefile". , ant.

, "cat" (, cygwin) build , , .

0

Eclipse - , make , , .

Makefile make, .

Eclipse-driven projects have a file .projectthat the IDE uses to create make files on the fly when creating your project.

Are you specifically asking about visual studio projects, or is this just an example?

0
source

Source: https://habr.com/ru/post/1738831/


All Articles