working webp build

This commit is contained in:
wiredfool 2014-08-22 17:06:11 -07:00
parent aa105bf89d
commit e99631125d

View File

@ -183,10 +183,11 @@ endlocal
rem Build webp rem Build webp
setlocal setlocal
cd /D %%WEBP%% cd /D %%WEBP%%
nmake -f Makefile.vc clean rd /S /Q %%WEBP%%\output\release-static
nmake -f Makefile.vc CFG=release-static RTLIBCFG=static OBJDIR=output nmake -f Makefile.vc CFG=release-static RTLIBCFG=static OBJDIR=output all
copy /Y /B release-static\output\%(platform)s\* %%INCLIB%% copy /Y /B output\release-static\%(platform)s\lib\* %%INCLIB%%
copy /Y /B src\webp\*.h %%INCLIB%% mkdir %%INCLIB%%\webp
copy /Y /B src\webp\*.h %%INCLIB%%\\webp
endlocal endlocal
rem Build libtiff rem Build libtiff