]> git.mxchange.org Git - flightgear.git/commit
Alex Perry :
authorfredb <fredb>
Sun, 19 Oct 2008 16:08:29 +0000 (16:08 +0000)
committerfredb <fredb>
Sun, 19 Oct 2008 16:08:29 +0000 (16:08 +0000)
commit2710564c7d3c3e95361a366441d3b96a6049ee05
treec4e012c095b356ce234b599f430318459fdbd58e
parent1a292c9ed28735ab785078905e6a9445d7b198fb
Alex Perry :
This patch changes terrasync so it links against the subversion
library if you have it installed.  It supports people who build binary
releases for use by non-developers by removing the runtime external
dependency on having command line svn or rsync available.  Since the
patch changes autoconf to detect libsvn,  I'd appreciate it if people
who release binaries could verify that the detection scripting works
for their platform.

Developer warning:  If you do have libsvn developer libraries
installed, terrasync changes its default option from "-R" to "-S" to
remove the command line dependency.  However, Martin has not yet
uploaded world scenery into the subversion repository so it won't be
useful to fly against and you may want to specify "-R" on the command
line in the short term.  Or run both.

Me: Update MSVC 7.1 project file. Need svn-win32-1.x.y_dev.zip and svn-win32-1.x.y.zip
located at http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=8100
configure.ac
projects/VC7.1/terrasync.vcproj
src/AIModel/AIAircraft.cxx
src/AIModel/AIAircraft.hxx
src/Model/modelmgr.cxx
utils/TerraSync/Makefile.am
utils/TerraSync/terrasync.cxx