Skip to content

Commit d4dd4e2

Browse files
committed
Fixed scripts for new embree3.dll
1 parent 4d5c42e commit d4dd4e2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

collect-compiled-binaries.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ xcopy .\Build_CMake\LuxCore\bin\Release\luxcoreui.exe %DIR%
1111
xcopy .\Build_CMake\LuxCore\lib\Release\pyluxcore.pyd %DIR%
1212

1313
:: Copy DLLs from WindowsCompileDeps (assuming it is in same folder as WindowsCompile)
14-
xcopy ..\WindowsCompileDeps\x64\Release\lib\embree.dll %DIR%
14+
xcopy ..\WindowsCompileDeps\x64\Release\lib\embree3.dll %DIR%
1515
xcopy ..\WindowsCompileDeps\x64\Release\lib\tbb.dll %DIR%
1616
xcopy ..\WindowsCompileDeps\x64\Release\lib\tbbmalloc.dll %DIR%
1717
xcopy ..\WindowsCompileDeps\x64\Release\lib\OpenImageIO.dll %DIR%

create-sdk.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ md %DIR%\lib
1717
xcopy .\Build_CMake\LuxCore\bin\Release\luxcore.dll %DIR%\lib
1818
xcopy .\Build_CMake\LuxCore\lib\Release\pyluxcore.pyd %DIR%\lib
1919
:: Copy DLLs from WindowsCompileDeps (assuming it is in same folder as WindowsCompile)
20-
xcopy ..\WindowsCompileDeps\x64\Release\lib\embree.dll %DIR%\lib
20+
xcopy ..\WindowsCompileDeps\x64\Release\lib\embree3.dll %DIR%\lib
2121
xcopy ..\WindowsCompileDeps\x64\Release\lib\tbb.dll %DIR%\lib
2222
xcopy ..\WindowsCompileDeps\x64\Release\lib\tbbmalloc.dll %DIR%
2323
xcopy ..\WindowsCompileDeps\x64\Release\lib\OpenImageIO.dll %DIR%\lib

create-standalone.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ xcopy .\Build_CMake\LuxCore\lib\Release\pyluxcore.pyd %DIR%
2323
xcopy ..\LuxCore\lib\pyluxcoretools.zip %DIR%
2424

2525
:: Copy DLLs from WindowsCompileDeps (assuming it is in same folder as WindowsCompile)
26-
xcopy ..\WindowsCompileDeps\x64\Release\lib\embree.dll %DIR%
26+
xcopy ..\WindowsCompileDeps\x64\Release\lib\embree3.dll %DIR%
2727
xcopy ..\WindowsCompileDeps\x64\Release\lib\tbb.dll %DIR%
2828
xcopy ..\WindowsCompileDeps\x64\Release\lib\tbbmalloc.dll %DIR%
2929
xcopy ..\WindowsCompileDeps\x64\Release\lib\OpenImageIO.dll %DIR%

0 commit comments

Comments
 (0)