Ignore:
Timestamp:
Oct 22, 2009, 1:06:54 PM (16 years ago)
Author:
[email protected]
Message:

https://bugs.webkit.org/show_bug.cgi?id=30686
Remove debug-specific def file.
Only Debug_All target uses JavaScriptCore_debug.dll naming, and since
that target is only used internally, maintaining two files just to
suppress a single link warning isn't worthwhile.

Reviewed by Jon Honeycutt.

Location:
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCommon.vsprops

    r47392 r49952  
    1414                AdditionalDependencies="gdi32.lib oleaut32.lib winmm.lib icuin$(LibraryConfigSuffix).lib icuuc$(LibraryConfigSuffix).lib pthreadVC2$(LibraryConfigSuffix).lib WTF$(WebKitConfigSuffix).lib"
    1515                OutputFile="$(OutDir)\$(ProjectName)$(WebKitDLLConfigSuffix).dll"
    16                 ModuleDefinitionFile="JavaScriptCore$(WebKitDLLConfigSuffix).def"
     16                ModuleDefinitionFile="JavaScriptCore.def"
    1717        />
    1818        <Tool
Note: See TracChangeset for help on using the changeset viewer.