Anyone know of a way to create Visual Studio Projects from a build based on Jamfiles?

I'd settle for a jamfile -> XML-or-some-other-intermediate-format exporter tool, so I could write my own.

link|improve this question

78% accept rate
feedback

2 Answers

up vote 1 down vote accepted

This jam distribution has a tool that does that:

http://redmine.jamplex.org/

See here:

http://redmine.jamplex.org/git/jamplus/docs/html/jamtoworkspace.html

Haven't used any of it myself yet, so I'm afraid I can't say anything about how well it works.

link|improve this answer
feedback

You might also consider CMake. CMake files are about as easy to write as Jamfiles, and CMake can generate projects for Visual Studio, Xcode, and Unix Makefiles automatically. I used to use Jam for all my Linux projects, but once I discovered CMake, I haven't gone back.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.