| Index: libjpeg.gyp
|
| ===================================================================
|
| --- libjpeg.gyp (revision 119735)
|
| +++ libjpeg.gyp (working copy)
|
| @@ -98,6 +98,10 @@
|
| ],
|
| },
|
| 'msvs_disabled_warnings': [4018, 4101],
|
| + # VS2010 does not correctly incrementally link obj files generated
|
| + # from asm files. This flag disables UseLibraryDependencyInputs to
|
| + # avoid this problem.
|
| + 'msvs_2010_disable_uldi_when_referenced': 1,
|
| 'conditions': [
|
| [ 'OS!="win"', {'product_name': 'jpeg_turbo'}],
|
| # Add target-specific source files.
|
|
|