waf/playground/boost/waf.bat

11 lines
259 B
Batchfile
Raw Normal View History

2011-09-10 11:13:51 +02:00
@echo off
2011-09-10 11:13:51 +02:00
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 %*