]> git.mxchange.org Git - simgear.git/commit
Attempting to fix import/export linkage on Windows.
authorJames Turner <zakalawe@mac.com>
Thu, 19 Sep 2013 21:07:41 +0000 (22:07 +0100)
committerJames Turner <zakalawe@mac.com>
Thu, 19 Sep 2013 21:07:41 +0000 (22:07 +0100)
commitd263334030cee35a84248867a7facf51a3f1abe4
treef506ff581f93648824ffa726e651455098c894dc
parentb2cea621891faa6f68b5d7dc0b53ece29f9bfc87
Attempting to fix import/export linkage on Windows.

Hopefully this tells the Expat headers not to do any clever
declspec(import) or export stuff, which we don't want since we only
use the symbols within SimGearCore, and don't export them.
CMakeLists.txt