GCC won't allow "IMPORT" on the definition of a function, in this case an inline function - added to bug 2962
The error message is "function 'void KJS::DebuggerImp::abort()' definition is marked dllimport"
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioPropertySheet
ProjectType="Visual C++"
Version="8.00"
Name="debug_internal"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="DEBUG_WEBKIT_HAS_SUFFIX"
/>
<UserMacro
Name="WebKitConfigSuffix"
Value="_debug"
/>
<UserMacro
Name="LibraryConfigSuffix"
Value="_debug"
/>
<UserMacro
Name="WebKitDLLConfigSuffix"
Value="_debug"
/>
</VisualStudioPropertySheet>