Don't copy the d3dcompiler dll to distributions

This commit is contained in:
Henrik Rydgård
2025-06-10 17:06:34 +02:00
parent 3fc6f7e9bb
commit fd59e7a2ef
3 changed files with 2 additions and 7 deletions
+1 -4
View File
@@ -13,12 +13,9 @@ del %name%
echo Adding files to %name% echo Adding files to %name%
REM Not distributing the 10 version because it's not compatible with older Windows. REM Not distributing the 10 version because it's not compatible with older Windows.
copy dx9sdk\8.1\Redist\D3D\x64\d3dcompiler_47.dll .
copy dx9sdk\8.1\Redist\D3D\x86\d3dcompiler_47.dll .\d3dcompiler_47.x86.dll
@echo on @echo on
zip --recurse-paths %name% assets PPSSPPWindows.exe PPSSPPWindows64.exe d3dcompiler_47.dll d3dcompiler_47.x86.dll README.md zip --recurse-paths %name% assets PPSSPPWindows.exe PPSSPPWindows64.exe README.md
@echo off @echo off
del d3dcompiler_47.dll d3dcompiler_v47.x86.dll
echo Done: %name% echo Done: %name%
goto DONE goto DONE
+1 -1
View File
@@ -998,7 +998,7 @@ SOURCES_CXX += \
$(COMMONDIR)/GPU/D3D11/D3D11Loader.cpp \ $(COMMONDIR)/GPU/D3D11/D3D11Loader.cpp \
$(COMMONDIR)/GPU/D3D11/thin3d_d3d11.cpp $(COMMONDIR)/GPU/D3D11/thin3d_d3d11.cpp
INCFLAGS += -I$(CORE_DIR)/dx9sdk/Include -I$(CORE_DIR)/dx9sdk/Include/DX11 INCFLAGS += -I$(CORE_DIR)/dx9sdk/Include/DX11
endif endif
-2
View File
@@ -102,8 +102,6 @@ Source: "assets\debugger\*"; DestDir: "{app}\assets\debugger"; Flags: recursesub
Source: "assets\lang\*.ini"; DestDir: "{app}\assets\lang" Source: "assets\lang\*.ini"; DestDir: "{app}\assets\lang"
Source: "assets\flash0\font\*.*"; DestDir: "{app}\assets\flash0\font" Source: "assets\flash0\font\*.*"; DestDir: "{app}\assets\flash0\font"
Source: "assets\vfpu\*.*"; DestDir: "{app}\assets\vfpu" Source: "assets\vfpu\*.*"; DestDir: "{app}\assets\vfpu"
Source: "dx9sdk\8.1\Redist\D3D\x64\d3dcompiler_47.dll"; DestDir: "{app}"
Source: "dx9sdk\8.1\Redist\D3D\x86\d3dcompiler_47.dll"; DestName: "d3dcompiler_47.x86.dll"; DestDir: "{app}"
[Run] [Run]
Filename: {app}\PPSSPPWindows.exe; Description: {cm:LaunchProgram,{#ApplicationName}}; Flags: nowait postinstall skipifsilent; Check: not IsWin64 Filename: {app}\PPSSPPWindows.exe; Description: {cm:LaunchProgram,{#ApplicationName}}; Flags: nowait postinstall skipifsilent; Check: not IsWin64