makedeps.bat edited online with Bitbucket

This commit is contained in:
Michel Mastriani 2020-04-12 15:30:39 +00:00
parent 37b27f3ad2
commit 1773deecc1

View File

@ -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 ..