Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv22509
Modified Files:
Tag: RC_1_34_0
python.jam
Log Message:
Fix extension module suffix on HPUX for Python 2.4 and below
Index: python.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/python.jam,v
retrieving revision 1.12.2.43
retrieving revision 1.12.2.44
diff -u -d -r1.12.2.43 -r1.12.2.44
--- python.jam 21 Mar 2007 17:44:24 -0000 1.12.2.43
+++ python.jam 23 Mar 2007 04:43:27 -0000 1.12.2.44
@@ -904,6 +904,15 @@
type.set-generated-target-suffix PYTHON_EXTENSION : <target-os>windows : pyd ;
type.set-generated-target-suffix PYTHON_EXTENSION : <target-os>cygwin : dll ;
+# Prior to python 2.5, HPUX extension modules had a ".sl" extension
+type.set-generated-target-suffix PYTHON_EXTENSION : <target-os>hpux
<python>2.4 : sl ;
+type.set-generated-target-suffix PYTHON_EXTENSION : <target-os>hpux
<python>2.3 : sl ;
+type.set-generated-target-suffix PYTHON_EXTENSION : <target-os>hpux
<python>2.2 : sl ;
+type.set-generated-target-suffix PYTHON_EXTENSION : <target-os>hpux
<python>2.1 : sl ;
+type.set-generated-target-suffix PYTHON_EXTENSION : <target-os>hpux
<python>2.0 : sl ;
+type.set-generated-target-suffix PYTHON_EXTENSION : <target-os>hpux
<python>1.6 : sl ;
+type.set-generated-target-suffix PYTHON_EXTENSION : <target-os>hpux
<python>1.5 : sl ;
+
# Unset 'lib' prefix for PYTHON_EXTENSION
type.set-generated-target-prefix PYTHON_EXTENSION : : "" ;
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs