2019-06-01 19:51:23 +02:00
|
|
|
#!/bin/bash
|
|
|
|
|
2019-06-02 09:41:04 +02:00
|
|
|
TOOLS="msvs,clang_compilation_database,color_msvc"
|
2019-06-01 19:51:23 +02:00
|
|
|
PRELUDE=$'\tsys.path.insert(0, \'scripts/waifulib\')'
|
|
|
|
|
|
|
|
pushd wafsrc
|
|
|
|
./waf-light "--tools=$TOOLS" "--prelude=$PRELUDE"
|
|
|
|
mv waf ../
|
|
|
|
popd
|
|
|
|
|