E
Ed
Hello, guys,
Here I have a VC project. I used to build it in VS.Net IDE. But
because of cross platform requiremment, it need to be ported into
Linux.
First I need to consider the build environment. I need a tool to
translate the vcproj or solution file into some other common build
file, such as Makefile, or Ant Build XML.
I check the Ant, Scons, and some other build tools. It seems there is
no good tools which could fix my requirements.
So I wondered is that I write a parser by myself the only way to fix
it?
I need your help and give me some hints.
Thank you in advance!
Ed,
Here I have a VC project. I used to build it in VS.Net IDE. But
because of cross platform requiremment, it need to be ported into
Linux.
First I need to consider the build environment. I need a tool to
translate the vcproj or solution file into some other common build
file, such as Makefile, or Ant Build XML.
I check the Ant, Scons, and some other build tools. It seems there is
no good tools which could fix my requirements.
So I wondered is that I write a parser by myself the only way to fix
it?
I need your help and give me some hints.
Thank you in advance!
Ed,