FreeFalcon / freefalcon-central

A campaign based, multiplayer, open source flight simulator.
http://freefalcon.org/
BSD 2-Clause "Simplified" License
157 stars 99 forks source link

Visual Studio 2010 Migration #2

Closed vinnydiehl closed 10 years ago

vinnydiehl commented 11 years ago

Issue to track the migration to Visual Studio 2010. Right now #1 is the main roadblock that we face.

sthalik commented 11 years ago

What for? Do you need link-time code generation done on multiple cores? This is the only thing 2008 won't do.

I'd rather have the project migrate to the CMake build system. Then it can be used with Qt Creator, CodeBlocks, etc... Having an open-source project use .sln files is a bit unusual.

ghost commented 10 years ago

Use the build manual and you will have a working MSVS2013 installation.

ghost commented 10 years ago

MSVS2010 is no longer a prerequisite. We are now using MSVS2013.