mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-16 06:05:58 -06:00
21 lines
287 B
Text
21 lines
287 B
Text
uses
|
|
Core;
|
|
|
|
library(MSC BOOSTPY) python27;
|
|
|
|
library(MSC !BOOSTPY !DEBUG) python27;
|
|
|
|
library(MSC !BOOSTPY DEBUG) python27_d;
|
|
|
|
library(LINUX) python2.7;
|
|
|
|
library(LINUX BOOSTPY MT) boost_python-mt;
|
|
|
|
library(LINUX BOOSTPY !MT) boost_python;
|
|
|
|
file
|
|
Py.h,
|
|
init.icpp,
|
|
Py.cpp,
|
|
install.txt;
|
|
|