]> git.mxchange.org Git - simgear.git/commit
Changes to get SimGear to configure and compile out-of-the-box on
authorandy <andy>
Fri, 30 Apr 2004 00:44:04 +0000 (00:44 +0000)
committerandy <andy>
Fri, 30 Apr 2004 00:44:04 +0000 (00:44 +0000)
commit86e83faef3a983f09e7d07dcaf1e35a0ba54ded9
tree3eae8756cff893b8e4ac066ff4254401636df5ce
parent9f06c8df76df2e2956713200b5367f8f63948296
Changes to get SimGear to configure and compile out-of-the-box on
a MinGW target:

Link against alut.dll in addition to openal32.dll.

Remove some preprocessor defines from compiler.h that were
confusing the mingw and/or libstdc++ headers (I put the _isnan
one back in the only file it was used).

Hack a broken sleep() call into the OpenAL sample programs so
that they will compile (but not work) in a non-POSIX environment.

Change the header file ordering in sample_openal.hxx to get
around some really weird interactions between MinGW's windows.h
and the gcc iostream header.
configure.ac
simgear/compiler.h
simgear/scene/sky/cloud.cxx
simgear/sound/openal_test1.cxx
simgear/sound/openal_test2.cxx
simgear/sound/sample_openal.hxx