bazaar: Py prepared for boost python usage with BOOSTPY flag. test package soon to follow

git-svn-id: svn://ultimatepp.org/upp/trunk@3333 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
kohait 2011-04-11 07:47:56 +00:00
parent 209423b323
commit b9af10dd64
5 changed files with 50 additions and 11 deletions

View file

@ -1,6 +1,12 @@
uses
Core;
library(MSC BOOSTPY) python27;
library(MSC !BOOSTPY !DEBUG) python27;
library(MSC !BOOSTPY DEBUG) python27_d;
file
Py.h,
init.icpp,