]> git.mxchange.org Git - flightgear.git/commit
Olaf Flebbe:
authorehofman <ehofman>
Fri, 17 Feb 2006 08:54:22 +0000 (08:54 +0000)
committerehofman <ehofman>
Fri, 17 Feb 2006 08:54:22 +0000 (08:54 +0000)
commit31621f50af4549045db8b458952d3f6fb78dfc42
tree65c7d1da5aa2a5027aa65b9d190c763170b84bd1
parent8e8b2bba04107924cf4b1c80e0604e7f9db9457b
Olaf Flebbe:

This patch makes FlightGear at least compile on MSVC. I hope I have removed
reference of my other local changes. DSP and DSW files are included for
reference. They have been reconstructed with am2dsp.pl. I had to introduce a
change to am2dsp because of the need of filenames with embedded spaces. (Yuck)

The major direction is to remove clutter like the _USE_MATH_DEFINES and have it
on the compiler command line sice there is no central include file. You will
have to put it on the command line for your locale Project files, if it not
there, already. I added the _CRT_SECURE_NO_DEPRECATE define for 2005, since it
does no harm to other VC version.
FlightGear.dsp
FlightGear.dsw
am2dsp.cfg
src/Airports/dynamics.cxx
src/Airports/groundnetwork.cxx
src/Airports/parking.cxx
src/Airports/simple.cxx