#!/bin/sh
WINEDLLPATH=/usr/lib/wine WINEDEBUG=warn-all,fixme-all wine /usr/x86_64-w64-mingw32/sys-root/mingw/bin/fxc.exe $*
exit 0
