Commit b5f45f1d authored by sfalken@apple.com's avatar sfalken@apple.com

Fix link warnings building TestNetscapePlugin on Windows due to mismatched

        DLL name vs. LIBRARY directive name.
        
        Reviewed by Jon Honeycutt.

        * DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.def:
        * DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.vcproj:
        * DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin_debug.def: Added.



git-svn-id: svn://svn.chromium.org/blink/trunk@42957 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent e0ebbf0d
2009-04-28 Steve Falkenburg <sfalken@apple.com>
Fix link warnings building TestNetscapePlugin on Windows due to mismatched
DLL name vs. LIBRARY directive name.
Reviewed by Jon Honeycutt.
* DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.def:
* DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.vcproj:
* DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin_debug.def: Added.
2009-04-28 Steve Falkenburg <sfalken@apple.com>
Fix warnings about PRODUCTION and ARCHIVE_BUILD on Windows builds
......
LIBRARY "TestNetscapePlugin"
LIBRARY "npTestNetscapePlugin"
EXPORTS
NP_GetEntryPoints @1
......
......@@ -55,7 +55,7 @@
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix)\np$(ProjectName)$(WebKitConfigSuffix).dll"
ModuleDefinitionFile="TestNetscapePlugin.def"
ModuleDefinitionFile="TestNetscapePlugin$(WebKitConfigSuffix).def"
/>
<Tool
Name="VCALinkTool"
......@@ -124,7 +124,7 @@
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix)\np$(ProjectName)$(WebKitConfigSuffix).dll"
ModuleDefinitionFile="TestNetscapePlugin.def"
ModuleDefinitionFile="TestNetscapePlugin$(WebKitConfigSuffix).def"
/>
<Tool
Name="VCALinkTool"
......@@ -193,7 +193,7 @@
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\$(ProjectName)$(WebKitConfigSuffix)\np$(ProjectName)$(WebKitConfigSuffix).dll"
ModuleDefinitionFile="TestNetscapePlugin.def"
ModuleDefinitionFile="TestNetscapePlugin$(WebKitConfigSuffix).def"
/>
<Tool
Name="VCALinkTool"
......@@ -249,6 +249,10 @@
RelativePath=".\TestNetscapePlugin.rc"
>
</File>
<File
RelativePath=".\TestNetscapePlugin_debug.def"
>
</File>
<File
RelativePath="..\..\TestNetscapePlugIn.subproj\TestObject.cpp"
>
......
LIBRARY "npTestNetscapePlugin_debug"
EXPORTS
NP_GetEntryPoints @1
NP_Initialize @2
NP_Shutdown @3
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment