Bläddra i källkod

Testing old package

Signed-off-by: Akio Gaule <[email protected]>
Akio Gaule 1 år sedan
förälder
incheckning
a13f467266

+ 0 - 1
package-system/DirectXShaderCompiler/FindDirectXShaderCompilerDxc.cmake.Windows

@@ -19,7 +19,6 @@ add_library(${TARGET_WITH_NAMESPACE} INTERFACE IMPORTED GLOBAL)
 
 
 set(${MY_NAME}_RUNTIME_DEPENDENCIES
 set(${MY_NAME}_RUNTIME_DEPENDENCIES
 		${${MY_NAME}_BINARY_DIR}/Release/dxc.exe
 		${${MY_NAME}_BINARY_DIR}/Release/dxc.exe
-		${${MY_NAME}_BINARY_DIR}/Release/dxsc.exe
 		${${MY_NAME}_BINARY_DIR}/Release/dxil.dll
 		${${MY_NAME}_BINARY_DIR}/Release/dxil.dll
 		${${MY_NAME}_BINARY_DIR}/Release/dxcompiler.dll)
 		${${MY_NAME}_BINARY_DIR}/Release/dxcompiler.dll)
 ly_add_target_files(TARGETS ${TARGET_WITH_NAMESPACE} OUTPUT_SUBDIRECTORY ${output_subfolder} FILES ${${MY_NAME}_RUNTIME_DEPENDENCIES})
 ly_add_target_files(TARGETS ${TARGET_WITH_NAMESPACE} OUTPUT_SUBDIRECTORY ${output_subfolder} FILES ${${MY_NAME}_RUNTIME_DEPENDENCIES})

+ 1 - 1
package-system/DirectXShaderCompiler/install_dxc_windows.cmd

@@ -38,7 +38,7 @@ echo Copying %BLD_PATH%\Release\bin\dxsc.exe to %BIN_PATH%\Release\
 copy /Y %BLD_PATH%\Release\bin\dxsc.exe %BIN_PATH%\Release\
 copy /Y %BLD_PATH%\Release\bin\dxsc.exe %BIN_PATH%\Release\
 IF %ERRORLEVEL% NEQ 0 (
 IF %ERRORLEVEL% NEQ 0 (
     ECHO Unable to copy %BLD_PATH%\Release\bin\dxsc.exe
     ECHO Unable to copy %BLD_PATH%\Release\bin\dxsc.exe
-    exit /b 1
+    REM exit /b 1
 )
 )
 
 
 ECHO Copying %BLD_PATH%\Release\bin\dxcompiler.dll to %BIN_PATH%\\Release\
 ECHO Copying %BLD_PATH%\Release\bin\dxcompiler.dll to %BIN_PATH%\\Release\