aboutsummaryrefslogtreecommitdiff
path: root/ports/dxut
AgeCommit message (Collapse)Author
2016-11-28[dxut] add build for optional libs.sdcb
2016-11-25[dxut] switch dxut building static libsdcb
dxut is by building static library by default, my previous PR forcing dxut building dynamic by creating a huge patch (basically add dllimport/dllexport everywhere). This PR droped the huge patch and switch building static library (which is the upstream default behavior). related issue: https://github.com/Microsoft/DXUT/issues/8
2016-11-08If portfile is not static-enabled yet, warn and then build dynamicAlexander Karatarakis
The opposite if portfile is not dynamic enabled
2016-11-08triplet is now automatically included before portfiles.Alexander Karatarakis
Also remove trailing whitespaces from portfiles
2016-10-26[dxut] Mark as not yet supporting staticAlexander Karatarakis
2016-10-20Add dxutsdcb