mirror of
https://github.com/microsoft/DirectXTex.git
synced 2026-02-13 08:06:12 +01:00
Minor shader compile script update
This commit is contained in:
@@ -7,12 +7,12 @@ set error=0
|
|||||||
|
|
||||||
set FXCOPTS=/nologo /WX /Ges /Zi /Zpc /Qstrip_reflect /Qstrip_debug
|
set FXCOPTS=/nologo /WX /Ges /Zi /Zpc /Qstrip_reflect /Qstrip_debug
|
||||||
|
|
||||||
|
set PCDXC="%WindowsSdkVerBinPath%\x86\fxc.exe"
|
||||||
|
if exist %PCFXC% goto continue
|
||||||
set PCFXC="%WindowsSdkBinPath%%WindowsSDKVersion%\x86\fxc.exe"
|
set PCFXC="%WindowsSdkBinPath%%WindowsSDKVersion%\x86\fxc.exe"
|
||||||
if exist %PCFXC% goto continue
|
if exist %PCFXC% goto continue
|
||||||
set PCFXC="%WindowsSdkDir%bin\%WindowsSDKVersion%\x86\fxc.exe"
|
set PCFXC="%WindowsSdkDir%bin\%WindowsSDKVersion%\x86\fxc.exe"
|
||||||
if exist %PCFXC% goto continue
|
if exist %PCFXC% goto continue
|
||||||
set PCFXC="%WindowsSdkDir%bin\x86\fxc.exe"
|
|
||||||
if exist %PCFXC% goto continue
|
|
||||||
|
|
||||||
set PCFXC=fxc.exe
|
set PCFXC=fxc.exe
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user