wangyu5 / gyp

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

Avoid duplicate libaries #210

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For chrome_frame_tests.vcproj and remoting_unittests.vcproj, the 
AdditionalDependencies files in the generated .vcproj files have many 
duplicates of the same input libs. For example,

secur32.lib
iphlpapi.lib
crypt32.lib

are included multiple times (around 14 to 17 times each) on the linker command 
line which doesn't look right. 

Original issue reported on code.google.com by jean...@chromium.org on 16 Aug 2011 at 9:11

GoogleCodeExporter commented 9 years ago

Original comment by jean...@google.com on 21 Aug 2011 at 12:17