]> git.mxchange.org Git - flightgear.git/commit
add propmerge utility, which merges <PropertyList> XML files. Writes
authormfranz <mfranz>
Tue, 11 Nov 2008 18:51:01 +0000 (18:51 +0000)
committermfranz <mfranz>
Tue, 11 Nov 2008 18:51:01 +0000 (18:51 +0000)
commitd46f0a42ec0fe8188f36de1acbf02eee165cdb10
tree0af10283ef5de81cca0cc246b494c0bcf8b4a37a
parentfbe1a51d380e02576a57d634d57cda2c59f5b31a
add propmerge utility, which merges <PropertyList> XML files. Writes
result to the given output file if specified, or prints it to stdout
otherwise. Usage:

  $ propmerge [-o <outfile>] <list-of-infiles>
utils/propmerge/Makefile.am [new file with mode: 0644]
utils/propmerge/propmerge.cxx [new file with mode: 0644]