mirror of
https://github.com/prime31/FNA-VSCode-Template.git
synced 2025-10-31 21:50:44 +07:00
64bit wine and fxc
This commit is contained in:
parent
a8ad0d5393
commit
b4f5960574
2
.vscode/buildEffects.sh
vendored
2
.vscode/buildEffects.sh
vendored
@ -13,7 +13,7 @@ do
|
||||
export WINEDEBUG=fixme-all,err-all
|
||||
|
||||
# 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"
|
||||
|
||||
echo ""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user