757970fe41
Uses: - strerror_s() on Windows; - the GNU strerror_r() on non-Windows systems where _GNU_SOURCE is defined (which is currently the case when the GNU libstdc++ is used, even if one doesn't explicitely define _GNU_SOURCE, cf. <https://gcc.gnu.org/onlinedocs/libstdc++/faq.html#faq.predefined>); - the XSI-compliant strerror_r() on other systems, as long as _POSIX_C_SOURCE >= 200112L (otherwise, the compilation will abort due to a #error preprocessor instruction). |
||
---|---|---|
3rdparty | ||
CMakeModules | ||
package | ||
simgear | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
CMakeLists.txt | ||
COPYING | ||
Doxyfile | ||
DoxygenMain.cxx | ||
INSTALL | ||
NEWS | ||
README | ||
README.cmake | ||
README.OpenAL | ||
README.OSG | ||
README.zlib | ||
SimGear.spec.in | ||
SimGearConfig.cmake.in | ||
Thanks | ||
version |
SimGear - Simulator Construction Tools ====================================== http://www.flightgear.org SimGear is a set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications. SimGear is developed by the FlightGear project and also provides the base for the FlightGear Flight Simulator. Source code for SimGear is released under the GNU Library General Public License (LGPL) - see COPYING for license details. See INSTALL file for help on building SimGear.