Skip to content

Commit 6ada069

Browse files
committed
Update for cross-project capability
[SVN r20002]
1 parent 50db384 commit 6ada069

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

example/Jamfile

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,11 @@ import python ;
2828

2929
# Declare a Python extension called getting_started1
3030
extension getting_started1
31-
: # sources
32-
getting_started1.cpp
33-
<template>@boost/libs/python/build/extension
31+
: # sources
32+
getting_started1.cpp
3433

35-
# dependencies
36-
# <dll>@boost/libs/python/build/boost_python
34+
# requirements and dependencies for Boost.Python extensions
35+
<template>@boost/libs/python/build/extension
3736
;
3837

3938
# Declare a test for the extension module
@@ -52,9 +51,8 @@ extension getting_started2
5251
: # sources
5352
getting_started2.cpp
5453

55-
# dependencies
54+
# requirements and dependencies for Boost.Python extensions
5655
<template>@boost/libs/python/build/extension
57-
# <dll>@boost/libs/python/build/boost_python
5856
;
5957

6058
# Declare a test for the extension module

0 commit comments

Comments
 (0)