mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-26 20:01:13 +01:00
4 lines
150 B
Batchfile
4 lines
150 B
Batchfile
@echo off
|
|
rem path are automatically detected on Linux
|
|
python waf --boost-includes=c:\boost_1_45_0 --boost-libs=c:\boost_1_45_0\stage\lib %1 %2 %3
|