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.
|
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.
| ||||
|
feedback
|
|
This jam distribution has a tool that does that: 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. | |||
|
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. | |||
|
feedback
|