1,502
edits
Line 1: | Line 1: | ||
== Compiling ScummVM with Visual Studio 2003/2005 under Windows == | == Compiling ScummVM with Visual Studio 2003/2005 under Windows == | ||
Line 35: | Line 34: | ||
== A note about VS2005 == | === A note about VS2005 === | ||
If you're building the libraries with VS2005, you will get a lot of deprecation warnings. These are normal and nothing to worry about, they're just Microsoft's way of saying "This is a bad code practice. Use this instead". It's not easy to turn these off without several modifications to the code, so just ignore them. | If you're building the libraries with VS2005, you will get a lot of deprecation warnings. These are normal and nothing to worry about, they're just Microsoft's way of saying "This is a bad code practice. Use this instead". It's not easy to turn these off without several modifications to the code, so just ignore them. |
edits