2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

Update for cross-project capability

[SVN r20002]
This commit is contained in:
Dave Abrahams
2003-09-10 16:08:41 +00:00
parent 50db384be1
commit 6ada069d5a

View File

@@ -28,12 +28,11 @@ import python ;
# Declare a Python extension called getting_started1
extension getting_started1
: # sources
getting_started1.cpp
<template>@boost/libs/python/build/extension
: # sources
getting_started1.cpp
# dependencies
# <dll>@boost/libs/python/build/boost_python
# requirements and dependencies for Boost.Python extensions
<template>@boost/libs/python/build/extension
;
# Declare a test for the extension module
@@ -52,9 +51,8 @@ extension getting_started2
: # sources
getting_started2.cpp
# dependencies
# requirements and dependencies for Boost.Python extensions
<template>@boost/libs/python/build/extension
# <dll>@boost/libs/python/build/boost_python
;
# Declare a test for the extension module