The Artima Developer Community
Sponsored Link

Web Buzz Forum
My Thunderbird build 20040201

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Cheah Chu Yeow

Posts: 883
Nickname: redemption
Registered: Jun, 2003

Cheah Chu Yeow is no one of any importance
My Thunderbird build 20040201 Posted: Feb 3, 2004 10:18 AM
Reply to this message Reply

This post originated from an RSS feed registered with Web Buzz by Cheah Chu Yeow.
Original Post: My Thunderbird build 20040201
Feed Title: redemption in a blog
Feed URL: http://blog.codefront.net/xml/rss20/feed.xml
Feed Description: ramblings of a misfit - web development, Mozilla, Firefox, Thunderbird, CSS, programming
Latest Web Buzz Posts
Latest Web Buzz Posts by Cheah Chu Yeow
Latest Posts From redemption in a blog

Advertisement

Just for fun, I built Mozilla Thunderbird from the latest sources using Microsoft Visual C++ .NET 2003.

Optimized for Pentium 4, Pentium M, Celeron 1.7GHz+ and Athlon64 with SSE2. I stripped out most of the stuff I don't need, and added compiler optimizations /G7 (optimize for processors listed above) and /Oxs (full optimization, optimize for size).

Download it: thunderbird-win32-20040201-Oxs-G7-SSE2.zip

Here's my .mozconfig:

export MOZ_THUNDERBIRD=1 mk_add_options MOZ_THUNDERBIRD=1 ac_add_options --disable-accessibility ac_add_options --disable-activex ac_add_options --disable-activex-scripting ac_add_options --disable-auto-deps ac_add_options --disable-crypto ac_add_options --disable-debug ac_add_options --disable-freetype2 ac_add_options --disable-installer ac_add_options --disable-jsd ac_add_options --disable-ldap ac_add_options --disable-mathml ac_add_options --disable-necko-disk-cache ac_add_options --disable-oji ac_add_options --disable-profilesharing ac_add_options --disable-tests ac_add_options --disable-xprint ac_add_options --enable-extensions=wallet,xmlextras ac_add_options -enable-image-decoders=bmp,jpeg,gif,icon,png ac_add_options --enable-necko-protocols=http,file,jar,viewsource,res,data ac_add_options --enable-optimize='-Oxs -G7 -arch:SSE2' ac_add_options --enable-strip

Read: My Thunderbird build 20040201

Topic: FreeTextBox ASP.NET Control Previous Topic   Next Topic Topic: IE Blocking Pop-Ups

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use