Граф коммитов

31 Коммитов

Автор SHA1 Сообщение Дата
cls%seawood.org e5e32b6c20 Link against pango libs in static build if pango is enabled.
Thanks to Walter Meinl <wuno@lsvw.de> for the patch.
Bug #338446 r=bsmedberg
2006-07-09 04:17:04 +00:00
mark%moxienet.com ed2221bcd4 332170 gtk2 Xft static builds may fail with unresolved symbols from libXft when gtk2's library list includes libpangocairo instead of libpangoxft. r=bsmedberg 2006-04-24 18:27:37 +00:00
benjamin%smedbergs.us 5ba6e98e99 Fix Firefox static build, from bug 334688 2006-04-20 16:02:47 +00:00
cls%seawood.org 9d3fb5f3b1 Align mingw libs linkage with msvc.
Thanks to Masatoshi Kimura (emk) <VYV03354@nifty.ne.jp> for the patch.
Bug #334542 r=cls
2006-04-20 12:59:02 +00:00
cls%seawood.org 7ab19fd9bd Fix mingw cross-compile & static build bustage
Bug #333941 r=bsmedberg
2006-04-14 22:59:21 +00:00
tor%cs.brown.edu 045951d318 Bug 330516 - remove depreciated and unmaintained SVG renderer backends.
r=bsmedberg, sr=roc
2006-03-20 21:16:45 +00:00
vladimir%pobox.com ea9a88c770 Fix gaius orange/windows thebes builds 2005-11-29 22:56:40 +00:00
cls%seawood.org b67840b4e9 Remove unnecessary urlmon references and fix mingw static build.
Bug #276152 r=bsmedberg
2005-10-28 22:00:27 +00:00
bsmedberg%covad.net df550d0124 Bug 296561 - rework static component loading so that nsIXULAppInfo/Runtime/etc are available during autoregistration/xpcom-startup notification (and make static component loading saner in general) - r=shaver+dougt, a=asa 2005-07-21 13:33:43 +00:00
shaver%mozilla.org c034eebe1f Bug 297677: when linking against static versions of components, explicitly
specify the static-lib pathnames, rather than hoping that the current library
search path finds the right (static) version of -lwhatever. r=bsmedberg, a=asa.
2005-06-17 12:13:06 +00:00
vladimir%pobox.com 5a9ce4fdc6 b=294228, make static builds with canvas but no svg work, r+a=shaver 2005-05-16 23:00:30 +00:00
dougt%meer.net b6e2c63e55 Build changes for windows ce. With this patch, configure correctly
produces working a autoconf.mk file.

r=benjamin@smedbergs.us
sr+a=dbaron@mozillafoundation.org
b=291229
2005-04-22 19:06:27 +00:00
mostafah%oeone.com 53aed103ae Checked in patch for bug 281681:
Sunbird build broken on trunk due to dependancy on icalss
r=shaver, sr=shaver
2005-02-09 17:45:33 +00:00
pkw%us.ibm.com 76fac7100c Bug 252529 - Firefox static build fails on AIX.
r+sr=bryner@brianryner.com
2004-07-22 18:44:57 +00:00
scott%scott-macgregor.org ef413f04a9 Bug #245430 --> static build work for thunderbird 2004-07-01 02:32:44 +00:00
gerv%gerv.net 6f486a3c92 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 14:21:17 +00:00
cbiesinger%web.de 88de774dcd Bug 238349 fix static svg builds using gdi+
patch by Jon Henry <jhenry@ccs.neu.edu> r=bsmedberg sr=bryner a=tor
2004-04-10 15:04:54 +00:00
tor%cs.brown.edu 0253ecb126 Bug 231620 - build option for cairo svg renderer. r=alex sr=bryner a=chofmann 2004-02-12 16:05:54 +00:00
dougt%meer.net 6a6044c2ee Adding support for static builds of minimo. r=pavlov. b=211645 2003-07-05 19:34:19 +00:00
pavlov%pavlov.net 7237927e55 Removal of MNG support. Bug 195280. Patch by tor@acm.org. r=pavlov sr=blizzard. 2003-06-03 23:16:42 +00:00
seawood%netscape.com 5e2dd72a02 Implement mozcomps static build variant.
Remove unnecessary EXPORT_LIBRARY settings.
Bug #201602 r=bryner
2003-04-17 19:19:42 +00:00
alecf%netscape.com b49e78b289 revive the gtk2 static build for minimo by including XT_LIBS
r=cls
2003-04-04 02:16:35 +00:00
seawood%netscape.com 4ffaa6f039 Force xpcom_compat to be shared again duue to win32 static build bustage. 2003-03-16 06:49:44 +00:00
cls%seawood.org d18d8ada60 Adding mingw makefile changes.
Bug #134113 r=bryner
2003-03-08 05:57:15 +00:00
seawood%netscape.com 0f5bc59a41 Use renamed ical libs. 2002-12-21 06:25:14 +00:00
seawood%netscape.com 82a9a7f684 Don't always link XIE in static builds.
Thanks to Kai Engert <kaie@netscape.com> for the patch.
Bug #184527 r=cls
2002-12-11 07:17:11 +00:00
mkaply%us.ibm.com 797c6df277 #179508
r=cls, sr=alecf
Get OS/2 static build working again
2002-11-14 19:38:21 +00:00
ccarlen%netscape.com 1bd86b4dc5 Bug 177321 - factor nsIDirectoryServiceProvider impl out of nsProfile.cpp. Now built as a static lib with which apps can link if they only use a single profile r=dougt/sr=darin 2002-11-09 19:38:43 +00:00
seawood%netscape.com a396a857ff Conditionally check for -lSM & -lICE if -lXt test fails.
Use XT_LIBS variable for -lXt and its dependencies.
Link XT_LIBS in static xlib builds.
Use same modulename for xlib module in Makefile as the code uses.
Bug #126163 & Bug #144182 r=bryner
2002-05-14 04:04:23 +00:00
seawood%netscape.com 45abd86d38 Fix link ordering issues in static builds for OpenVMS & Sun Forte builds.
Thanks to Colin Blake <colin@theblakes.com> for the patch.
Bug #128844 r=cls a=asa
2002-03-08 06:21:47 +00:00
seawood%netscape.com 2c68203869 Move build logic for static builds into separate .mk so that it doesn't have to be duplicated across Makefiles. Use slightly more generic name for _getModuleInfo function so that it can be used for multiple binaries.
Bug #88038 r=bryner
2002-02-19 10:01:05 +00:00