1
0
espelhamento de https://bitbucket.org/mfeemster/fractorium.git sincronizado 2026-03-14 05:40:34 -04:00

makedeps.bat edited online with Bitbucket

Esse commit está contido em:
Michel Mastriani
2020-04-12 15:30:39 +00:00
commit 1773deecc1

Ver arquivo

@ -16,7 +16,7 @@ git clone -b v2.3.0 https://github.com/openexr/openexr.git
REM libjpeg
copy fractorium\Builds\MSVC\WIN32.MAK libjpeg
cd libjpeg
nmake /f makefile.vc setup-v15 CPU=i386
nmake /f makefile.vc setup-v16 CPU=i386
nmake nodebug=1 /f makefile.vc libjpeg.lib CPU=i386
copy libjpeg.lib ..\fractorium\Deps
cd ..