1
0
Mirror von https://bitbucket.org/mfeemster/fractorium.git synchronisiert 2025-09-15 11:00:39 -04:00
-Fix possible OpenCL bugs in cubic3D, cubicLattice3D, dc_cube, falloff, falloff2, falloff3, waffle.

--Code changes
 -Upgrade to Visual Studio 2019.
Dieser Commit ist enthalten in:
Person
2020-04-11 20:07:12 -07:00
Ursprung 8da0774652
Commit 39414b2263
44 geänderte Dateien mit 26386 neuen und 106 gelöschten Zeilen

Datei anzeigen

@ -52,7 +52,7 @@ set "curdir=%cd%"
devenv.exe makefile.sln /upgrade
cd %curdir%
REM Change PlatformToolset and WindowsTargetPlatformVersion to match whatever your version of Visual Studio supports. You can find this by opening makefile.sln in tbb\build\vs2013
msbuild tbb.vcxproj /p:Configuration=Release /p:Platform=x64 /p:PlatformToolset=v141 /p:WindowsTargetPlatformVersion=10.0.17134.0
msbuild tbb.vcxproj /p:Configuration=Release /p:Platform=x64 /p:PlatformToolset=v142 /p:WindowsTargetPlatformVersion=10.0.18362.0
copy X64\Release\tbb.dll ..\..\..\fractorium\Deps
copy X64\Release\tbb.lib ..\..\..\fractorium\Deps
cd ..\..\..
@ -65,9 +65,8 @@ if not exist ".\output" mkdir .\output
cd ..\OpenEXR
REM use -G "Visual Studio 16 2019" if building in Visual Studio 2019
cmake -G "Visual Studio 15 2017 Win64"^
cmake -G "Visual Studio 16 2019"^
-A x64^
-DCMAKE_PREFIX_PATH="%current%\output"^
-DCMAKE_INSTALL_PREFIX="%current%\output"^
-DILMBASE_PACKAGE_PREFIX="%current%\output" ^