2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 17:52:17 +00:00

overhauled scons scripts

This commit is contained in:
Jim Bosch
2012-03-18 18:57:14 -04:00
parent 35a62fea52
commit 38e68fa2ae
7 changed files with 250 additions and 664 deletions

View File

@@ -1,4 +1,6 @@
Import("boost_numpy_env")
lib = boost_numpy_env.SharedLibrary("boost_numpy", Glob("*.cpp"))
# -*- python -*-
Import("env")
lib = env.SharedLibrary("boost_numpy", Glob("*.cpp"))
Return("lib")