File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ xcopy .\Build_CMake\LuxCore\bin\Release\luxcoreui.exe %DIR%
1111xcopy .\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%
1515xcopy ..\WindowsCompileDeps\x64\Release\lib\tbb.dll %DIR%
1616xcopy ..\WindowsCompileDeps\x64\Release\lib\tbbmalloc.dll %DIR%
1717xcopy ..\WindowsCompileDeps\x64\Release\lib\OpenImageIO.dll %DIR%
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ md %DIR%\lib
1717xcopy .\Build_CMake\LuxCore\bin\Release\luxcore.dll %DIR% \lib
1818xcopy .\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
2121xcopy ..\WindowsCompileDeps\x64\Release\lib\tbb.dll %DIR% \lib
2222xcopy ..\WindowsCompileDeps\x64\Release\lib\tbbmalloc.dll %DIR%
2323xcopy ..\WindowsCompileDeps\x64\Release\lib\OpenImageIO.dll %DIR% \lib
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ xcopy .\Build_CMake\LuxCore\lib\Release\pyluxcore.pyd %DIR%
2323xcopy ..\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%
2727xcopy ..\WindowsCompileDeps\x64\Release\lib\tbb.dll %DIR%
2828xcopy ..\WindowsCompileDeps\x64\Release\lib\tbbmalloc.dll %DIR%
2929xcopy ..\WindowsCompileDeps\x64\Release\lib\OpenImageIO.dll %DIR%
You can’t perform that action at this time.
0 commit comments