Chromium Code Reviews| Index: SConstruct |
| =================================================================== |
| --- SConstruct (revision 10910) |
| +++ SConstruct (working copy) |
| @@ -300,7 +300,10 @@ |
| '-Wnon-virtual-dtor'] |
| }, |
| 'os:win32': { |
| - 'WARNINGFLAGS': ['-pedantic', '-Wno-long-long', '-Wno-pedantic-ms-format'] |
| + 'WARNINGFLAGS': ['-pedantic', '-Wno-long-long', '-Wno-pedantic-ms-format'], |
| + 'library:shared': { |
| + 'LIBS': ['winmm', 'ws2_32'] |
| + } |
| }, |
| 'os:linux': { |
| 'WARNINGFLAGS': ['-pedantic'], |