The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: eipi on February 20, 2012, 09:16:46 AM

Title: [PATCH] Update for Visual Studio 2010 project files
Post by: eipi on February 20, 2012, 09:16:46 AM
Hi,

I made a small patch regarding the VS2010 project files. Previously, VS2010 was unable to locate the project file.
I also added a library path to the project file so that Simutrans should compile right out of the box if you've got the necessary external libraries in the lib subfolder :)
Title: Re: [PATCH] Update for Visual Studio 2010 project files
Post by: eipi on March 11, 2012, 08:13:45 PM
Another update... :)
I did not want to start a new thread because of this, so I put it here.

Changelog:

1.   libraries are now taken from ./libs and include files from ./libs/inc in Release configuration, too (forgot that last time)
2.   New folder ./libs with subfolder inc
3.   Added csv.h and csv.cc to the project file
4.   Changed executable Output Directory to ./simutrans in both configurations
5.   Changed executable name in Debug and Release to simutrans-trunk and simutrans-trunk-release, respectively
6.   Disabled Incremental Linking because it is ignored anyway due to Link Time Code Generation