build-waf: remove msvcfix, include msvc_pdb instead. Add pthreads.py tool
This commit is contained in:
parent
0b31ad1a27
commit
354a8e5eb1
@ -1,11 +1,11 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
TOOLS="msvs,clang_compilation_database,color_msvc"
|
TOOLS="msvs,clang_compilation_database,color_msvc,msvc_pdb"
|
||||||
PRELUDE=$'\tContext.WAIFUVERSION=\'1.0.0\'\n\tsys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)), \'scripts\', \'waifulib\'))'
|
PRELUDE=$'\tContext.WAIFUVERSION=\'1.1.0\'\n\tsys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)), \'scripts\', \'waifulib\'))'
|
||||||
|
|
||||||
# a set of relatively stable tools
|
# a set of relatively stable tools
|
||||||
# TODO: make it possible to override this list
|
# TODO: make it possible to override this list
|
||||||
WAIFU_TOOLS="gitversion,reconfigure,msdev,fwgslib,cxx11,force_32bit,subproject,strip_on_install,sdl2,msvcfix"
|
WAIFU_TOOLS="gitversion,reconfigure,msdev,fwgslib,cxx11,force_32bit,subproject,strip_on_install,sdl2,pthreads"
|
||||||
|
|
||||||
pushd wafsrc
|
pushd wafsrc
|
||||||
echo "-- Building waf without waifu extensions: $TOOLS"
|
echo "-- Building waf without waifu extensions: $TOOLS"
|
||||||
|
Loading…
Reference in New Issue
Block a user