]> git.mxchange.org Git - simgear.git/commit
Olaf Flebbe:
authorehofman <ehofman>
Fri, 17 Feb 2006 08:58:56 +0000 (08:58 +0000)
committerehofman <ehofman>
Fri, 17 Feb 2006 08:58:56 +0000 (08:58 +0000)
commit0bc49bf2448be64b2f96eb0675f3b8798ee59cbf
treef6ce033db32a37bbf97fc05b04cb0fe31c194a17
parent930a84b459d4f6abb444734a04ede3c4accaef9c
Olaf Flebbe:

This patch makesFlightGear 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.

Third Party Libs like plib, OpenALSDK, freeglut, pthreads-win32, zlib
are unpacked as is side by side. Only change put the includes of OpenAL
into include/AL rather directly into include.
SimGear.dsp
SimGear.dsw
am2dsp.cfg
simgear/constants.h
simgear/math/fastmath.hxx
simgear/nasal/mathlib.c