You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
|
@echo off
|
|
|
|
rem path are automatically detected on Linux
|
|
set BOOST_PATH=e:\project\libs\boost_1_55_0
|
|
set BOOST_LIB=%BOOST_PATH%\lib32-msvc-12.0
|
|
|
|
set LIB=%BOOST_LIB%
|
|
set INCLUDE=%BOOST_PATH%
|
|
|
|
python waf --boost-linkage_autodetect --boost-python=27 %*
|