3

I have a vc++ solution which contains few vc++ project. And each project also has make file, meaning we can build it using make command. Now I want to import this whole solution in eclipse.

I am using wascana plugin in eclipse for c++.

Reply soon it is urgent.

Apoorva sahay
  • 1,900
  • 3
  • 28
  • 45

1 Answers1

3

it seems there are tools available for converting .vcproj and .sln to makefile. Take a look this on codeproject

BruceAdi
  • 1,949
  • 1
  • 11
  • 8