Log in

View Full Version : VS 2010 solution files


squevis667
02-08-2013, 05:59 PM
Solution files are no longer on the SVN for VS 2010. Perhaps someone more savvy than myself could walk me through how to create the solution, what projects to add, and in what order, etc. I plan on doing a fair bit of customization and would prefer to compile straight from VS 2010 and not use CMAKE. Anyone who can help?

Uleat
02-08-2013, 06:15 PM
CMake doesn't compile the binaries, VS still does that.

You just use CMake to generate the solution file that you need.


EDIT: Here is the wiki link: http://www.eqemulator.net/wiki/wikka.php?wakka=CMake

It is fairly easy to follow.