]> git.mxchange.org Git - simgear.git/commit
Support absolute paths for XML includes.
authorThorstenB <brehmt@gmail.com>
Sat, 27 Aug 2011 09:52:05 +0000 (11:52 +0200)
committerThorstenB <brehmt@gmail.com>
Sat, 27 Aug 2011 09:53:15 +0000 (11:53 +0200)
commit36a8243f732e4439a77bfa6c811306c2e1967624
tree904e5b743cff2d1527b9e602cf787c40ac882bfa
parentc7152af1917c1388fe3a944e7481a271cce797ba
Support absolute paths for XML includes.
Use standard path resolver when searching for includes. Includes like
  <foo include="/Aircraft/Instruments/myfile.xml">
are now also supported - no need for
  <foo include="../../../Aircraft/Instruments/myfile.xml">.
simgear/props/props_io.cxx