$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r73517 - sandbox/numpy/libs/numpy/example
From: ankitdaf_at_[hidden]
Date: 2011-08-03 16:07:41
Author: ankitdaf
Date: 2011-08-03 16:07:40 EDT (Wed, 03 Aug 2011)
New Revision: 73517
URL: http://svn.boost.org/trac/boost/changeset/73517
Log:
Modified Jamfile
Text files modified: 
   sandbox/numpy/libs/numpy/example/Jamfile |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: sandbox/numpy/libs/numpy/example/Jamfile
==============================================================================
--- sandbox/numpy/libs/numpy/example/Jamfile	(original)
+++ sandbox/numpy/libs/numpy/example/Jamfile	2011-08-03 16:07:40 EDT (Wed, 03 Aug 2011)
@@ -10,7 +10,6 @@
 
 lib boost_python ;
 
-
 #lib libxml2 : : <name>xml2 <search>/usr/lib/ ;
 
 #project : requirements
@@ -21,3 +20,5 @@
 #        ;
 
 exe simple : simple.cpp ../src//boost_numpy boost_python /python//python ;
+exe dtype : dtype.cpp ../src//boost_numpy boost_python /python//python ;
+exe ndarray : ndarray.cpp ../src//boost_numpy boost_python /python//python ;