2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-24 06:02:14 +00:00

initial import of py_cpp (wrapping C++ into python)

[SVN r7931]
This commit is contained in:
Ullrich Köthe
2000-10-13 13:49:34 +00:00
commit 261a4e63d2
74 changed files with 10015 additions and 0 deletions

4
py_cpp.bdf Normal file
View File

@@ -0,0 +1,4 @@
TargetName=py_cpp
TargetType=lib
SourceFiles=extclass.cpp init_function.cpp subclass.cpp functions.cpp objects.cpp
SourceFiles+=module.cpp newtypes.cpp py.cpp