diff options
Diffstat (limited to 'Tools/WebKitAPITest')
-rw-r--r-- | Tools/WebKitAPITest/WebKitAPITestProduction.vsprops | 2 | ||||
-rw-r--r-- | Tools/WebKitAPITest/WebKitAPITestRelease.vsprops | 1 | ||||
-rw-r--r-- | Tools/WebKitAPITest/WebKitAPITestReleaseCairoCFLite.vsprops | 1 | ||||
-rw-r--r-- | Tools/WebKitAPITest/config.h | 4 |
4 files changed, 5 insertions, 3 deletions
diff --git a/Tools/WebKitAPITest/WebKitAPITestProduction.vsprops b/Tools/WebKitAPITest/WebKitAPITestProduction.vsprops index 45cb5c9..56e6b7a 100644 --- a/Tools/WebKitAPITest/WebKitAPITestProduction.vsprops +++ b/Tools/WebKitAPITest/WebKitAPITestProduction.vsprops @@ -5,7 +5,7 @@ Name="WebKitAPITestProduction" InheritedPropertySheets=" $(WebKitVSPropsRedirectionDir)..\..\WebKitLibraries\win\tools\vsprops\common.vsprops; - $(WebKitVSPropsRedirectionDir)..\..\WebKitLibraries\win\tools\vsprops\release.vsprops; + $(WebKitVSPropsRedirectionDir)..\..\WebKitLibraries\win\tools\vsprops\releaseproduction.vsprops; $(WebKitVSPropsRedirectionDir)..\..\WebKitLibraries\win\tools\vsprops\production.vsprops; .\WebKitAPITestCommon.vsprops" > diff --git a/Tools/WebKitAPITest/WebKitAPITestRelease.vsprops b/Tools/WebKitAPITest/WebKitAPITestRelease.vsprops index e89d3e7..25167ba 100644 --- a/Tools/WebKitAPITest/WebKitAPITestRelease.vsprops +++ b/Tools/WebKitAPITest/WebKitAPITestRelease.vsprops @@ -5,6 +5,7 @@ Name="WebKitAPITestRelease" InheritedPropertySheets=" $(WebKitVSPropsRedirectionDir)..\..\WebKitLibraries\win\tools\vsprops\common.vsprops; + $(WebKitVSPropsRedirectionDir)..\..\WebKitLibraries\win\tools\vsprops\releaseproduction.vsprops; $(WebKitVSPropsRedirectionDir)..\..\WebKitLibraries\win\tools\vsprops\release.vsprops; .\WebKitAPITestCommon.vsprops" > diff --git a/Tools/WebKitAPITest/WebKitAPITestReleaseCairoCFLite.vsprops b/Tools/WebKitAPITest/WebKitAPITestReleaseCairoCFLite.vsprops index 8c1a3c3..ba93747 100644 --- a/Tools/WebKitAPITest/WebKitAPITestReleaseCairoCFLite.vsprops +++ b/Tools/WebKitAPITest/WebKitAPITestReleaseCairoCFLite.vsprops @@ -5,6 +5,7 @@ Name="WebKitAPITestReleaseCairoCFLite" InheritedPropertySheets=" $(WebKitVSPropsRedirectionDir)..\..\WebKitLibraries\win\tools\vsprops\common.vsprops; + $(WebKitVSPropsRedirectionDir)..\..\WebKitLibraries\win\tools\vsprops\releaseproduction.vsprops; $(WebKitVSPropsRedirectionDir)..\..\WebKitLibraries\win\tools\vsprops\release.vsprops; $(WebKitVSPropsRedirectionDir)..\..\WebKitLibraries\win\tools\vsprops\WinCairo.vsprops; .\WebKitAPITestCommon.vsprops" diff --git a/Tools/WebKitAPITest/config.h b/Tools/WebKitAPITest/config.h index bee51ac..14b72ff 100644 --- a/Tools/WebKitAPITest/config.h +++ b/Tools/WebKitAPITest/config.h @@ -49,8 +49,8 @@ #define WEBKIT_EXPORTDATA #endif -#define WTF_EXPORT_PRIVATE JS_EXPORTDATA -#define JS_EXPORT_PRIVATE JS_EXPORTDATA +#define WTF_EXPORT_PRIVATE +#define JS_EXPORT_PRIVATE #endif /* USE(EXPORT_MACROS) */ |