update makefile

This commit is contained in:
yosh 2023-05-21 22:12:20 -05:00
parent ab315e5598
commit ae23c9d901
1 changed files with 2 additions and 2 deletions

View File

@ -25,11 +25,11 @@ strip:
# To compile the shaders, you will need:
# - wine64 to be installed,
# - the June 2010 legacy DirectX SDK needs to be unzipped under wine
# - the June 2010 legacy DirectX SDK utilities need to be in your wine windows PATH
# (download: https://www.microsoft.com/en-us/download/details.aspx?id=6812)
# - and you will need D3DCompiler_43.dll which you can grab from winetricks or
# if you have steam proton installed, you probably already have a copy of it
# *somewhere* on your system.
# Man microsoft software sucks... how is this company still alive
shader_c:
wine64 DXSDK/Utilities/bin/x64/fxc.exe "..\Effects\AvaliRecolor.fx" "/T" "fx_2_0" "/Fo" "..\Effects\AvaliRecolor.o" "/O3"
wine64 fxc.exe "..\Effects\AvaliRecolor.fx" "/T" "fx_2_0" "/Fo" "..\Effects\AvaliRecolor.o" "/O3"