diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-07 10:53:22 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-07 10:53:22 +0000 |
commit | 77afb46098129fadfb47cbb25090af35e21a0b17 (patch) | |
tree | c3bc0c4e952047113bf798587f47dd86bafd53b2 /devel/Makefile | |
parent | To catch up the latest version (diff) |
add py-cxx
Make it easier to extend Python with C++
Notes
Notes:
svn path=/head/; revision=48516
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 90d862a9c838..1218cdc1e5f5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -446,6 +446,7 @@ SUBDIR += pth-devel SUBDIR += ptl SUBDIR += py-coro + SUBDIR += py-cxx SUBDIR += py-functional SUBDIR += py-game SUBDIR += py-grouch |