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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user