1

Topic: Visual C++ sln file?

Hi.

I'm interested in getting the source files into C++ 2008 Express, so I can compile within it rather than using other tools. I'm used to working within that IDE, and particularly enjoy the UI.

To save some time and effort, would it be possible to get a vcproj or sln file, for easy building within VC++?

Anyone else compiled the latest build in VC++ 2008 express and have a zip they could put up? I am sure I wouldn't be the only one to appreciate it.

If anyone can do it, I know I would be very happy.

2

Re: Visual C++ sln file?

I don't think it's worth it since Teeworlds requires some python generation to be compiled.

3 (edited by void 2009-05-04 10:57:34)

Re: Visual C++ sln file?

You will still need bam if you use Visual studio, but creating a project is really easy. Create a new empty makefile-project, and type "bam" as the build command and "bam -c" as the clean command. Then you should be good to go smile

Languages shapes the way we think, or don't.