mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-29 13:30:32 +01:00
11 lines
259 B
Batchfile
11 lines
259 B
Batchfile
@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 %*
|