64bit wine and fxc

This commit is contained in:
prime31
2020-04-01 21:20:26 -07:00
committed by GitHub
parent a8ad0d5393
commit b4f5960574

View File

@@ -13,7 +13,7 @@ do
export WINEDEBUG=fixme-all,err-all export WINEDEBUG=fixme-all,err-all
# Build the effect # Build the effect
wine ~/.wine/drive_c/Program\ Files\ \(x86\)/Microsoft\ DirectX\ SDK\ \(June\ 2010\)/Utilities/bin/x86/fxc.exe\ wine64 ~/.wine/drive_c/Program\ Files\ \(x86\)/Microsoft\ DirectX\ SDK\ \(June\ 2010\)/Utilities/bin/x64/fxc.exe\
/T fx_2_0 $file /Fo "`dirname $file`/`basename $file .fx`.fxb" /T fx_2_0 $file /Fo "`dirname $file`/`basename $file .fx`.fxb"
echo "" echo ""