From 6ada069d5a6219cc8be4fe10bcdae8db287031c8 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 10 Sep 2003 16:08:41 +0000 Subject: [PATCH] Update for cross-project capability [SVN r20002] --- example/Jamfile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/example/Jamfile b/example/Jamfile index 27250a89..2f607f0d 100644 --- a/example/Jamfile +++ b/example/Jamfile @@ -28,12 +28,11 @@ import python ; # Declare a Python extension called getting_started1 extension getting_started1 -: # sources - getting_started1.cpp -