teasame / webp

Automatically exported from code.google.com/p/webp
0 stars 0 forks source link

typo in Makefile.vc #149

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. nmake -f Makefile.vc CFG=release-dynamic all

What is the expected output? What do you see instead?
expect: ..\obj\release-dynamic\x86\bin\libwebpdemux.dll
instead: ..\obj\relase-dynamic\x86\bin\.dll

What version of the product are you using? On what operating system?
git head, windows 7, vs 2010

Please provide any additional information below.
there is a typo in the Makefile.vc, line 111:
LIBWEBPDEMUX = $(DIRLIB)\$(LIBWEBPMDEMUX_BASENAME)_dll.lib
should be:
LIBWEBPDEMUX = $(DIRLIB)\$(LIBWEBPDEMUX_BASENAME)_dll.lib

Original issue reported on code.google.com by cypher...@gmail.com on 9 May 2013 at 1:50

Attachments:

GoogleCodeExporter commented 9 years ago
Applied, thanks!

https://gerrit.chromium.org/gerrit/50769

Original comment by jz...@google.com on 10 May 2013 at 6:51