mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
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:
parent
209423b323
commit
b9af10dd64
5 changed files with 50 additions and 11 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue