Changeset 63103 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jul 12, 2010, 12:21:56 PM (15 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r63093 r63103 1 2010-07-12 Adam Roben <[email protected]> 2 3 Stop generating stripped symbols for Release builds 4 5 It turns out we can strip the symbols after-the-fact using PDBCopy. 6 7 Fixes <http://webkit.org/b/42085>. 8 9 Reviewed by Steve Falkenburg. 10 11 * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCommon.vsprops: 12 Removed the pre-link event, which just created the public\sym 13 directory. 14 1 15 2010-07-12 Anders Carlsson <[email protected]> 2 16 -
trunk/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCommon.vsprops
r61847 r63103 24 24 CommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"

bash "$(WebKitLibrariesDir)\tools\scripts\auto-version.sh" "$(IntDir)"
" 25 25 /> 26 <Tool27 Name="VCPreLinkEventTool"28 CommandLine="if not exist "$(WebKitOutputDir)\public\sym" mkdir "$(WebKitOutputDir)\public\sym""29 />30 26 </VisualStudioPropertySheet>
Note:
See TracChangeset
for help on using the changeset viewer.