|
From: <pat...@us...> - 2007-08-01 15:37:50
|
Revision: 625
http://xml-cppdom.svn.sourceforge.net/xml-cppdom/?rev=625&view=rev
Author: patrickh
Date: 2007-08-01 08:37:52 -0700 (Wed, 01 Aug 2007)
Log Message:
-----------
Note a to-do item for Mac OS X.
Modified Paths:
--------------
trunk/cppdom/SConscript
Modified: trunk/cppdom/SConscript
===================================================================
--- trunk/cppdom/SConscript 2007-08-01 15:22:38 UTC (rev 624)
+++ trunk/cppdom/SConscript 2007-08-01 15:37:52 UTC (rev 625)
@@ -46,6 +46,8 @@
cppdom_shared_lib_env = cppdom_lib_env.Copy()
cppdom_shared_lib_env.AppendUnique(CPPDEFINES = ["CPPDOM_EXPORTS"])
if GetPlatform() == 'darwin':
+ # TODO: The install name should probably include the installation
+ # prefix.
cppdom_shared_lib_env.Append(
LINKFLAGS = ['-install_name', 'lib%s.dylib' % cppdom_shared_libname,
'-Wl,-compatibility_version,%i.%i' % \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|