Changeset 173013 in webkit


Ignore:
Timestamp:
Aug 27, 2014 12:37:16 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[WinCairo] Link error.
https://bugs.webkit.org/show_bug.cgi?id=136286

Patch by peavo@outlook.com <peavo@outlook.com> on 2014-08-27
Reviewed by Darin Adler.

Link with the dynamic runtime libraries, since the WinCairo libraries link with these.

  • win/tools/vsprops/common.props:
Location:
trunk/WebKitLibraries
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebKitLibraries/ChangeLog

    r172982 r173013  
     12014-08-27  peavo@outlook.com  <peavo@outlook.com>
     2
     3        [WinCairo] Link error.
     4        https://bugs.webkit.org/show_bug.cgi?id=136286
     5
     6        Reviewed by Darin Adler.
     7
     8        Link with the dynamic runtime libraries, since the WinCairo libraries link with these.
     9
     10        * win/tools/vsprops/common.props:
     11
    1122014-08-26  Brent Fulgham  <bfulgham@apple.com>
    213
  • trunk/WebKitLibraries/win/tools/vsprops/common.props

    r172929 r173013  
    5151      <DisableSpecificWarnings>4018;4068;4099;4100;4127;4138;4146;4180;4189;4201;4244;4251;4267;4275;4288;4291;4305;4309;4344;4355;4389;4396;4481;4503;4505;4510;4512;4530;4610;4702;4706;4800;4819;4951;4952;4996;6011;6031;6211;6246;6255;6387;%(DisableSpecificWarnings)</DisableSpecificWarnings>
    5252      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
     53      <RuntimeLibrary Condition="$(Configuration)=='Release_WinCairo' or $(Configuration)=='Debug_WinCairo'">MultiThreadedDLL</RuntimeLibrary>
    5354      <FunctionLevelLinking>false</FunctionLevelLinking>
    5455      <FloatingPointExceptions>false</FloatingPointExceptions>
Note: See TracChangeset for help on using the changeset viewer.