diff options
Diffstat (limited to 'WebKitLibraries/win/tools/vsprops/release.vsprops')
-rw-r--r-- | WebKitLibraries/win/tools/vsprops/release.vsprops | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/WebKitLibraries/win/tools/vsprops/release.vsprops b/WebKitLibraries/win/tools/vsprops/release.vsprops index 6416e3f..8b38b73 100644 --- a/WebKitLibraries/win/tools/vsprops/release.vsprops +++ b/WebKitLibraries/win/tools/vsprops/release.vsprops @@ -18,6 +18,10 @@ OptimizeForWindows98="1" /> <Tool + Name="VCPreLinkEventTool" + CommandLine="if not exist "$(WebKitOutputDir)\public\sym" mkdir "$(WebKitOutputDir)\public\sym"" + /> + <Tool Name="VCResourceCompilerTool" PreprocessorDefinitions="NDEBUG" /> |