Commit Graph

1050 Commits

Author SHA1 Message Date
leaf%mozilla.org
c6145f11bb Automated update 2002-10-18 19:39:24 +00:00
seawood%netscape.com
d06cac751d Add support for specifying alternate locations for glib & libIDL via GLIB_PREFIX & LIBIDL_PREFIX on win32. Allows us to build with vc7 without damaging our vc6 setup.
Bug #127985 r=bryner a=asa
2002-10-18 19:35:53 +00:00
leaf%mozilla.org
b07a595906 Automated update 2002-10-18 00:39:26 +00:00
seawood%netscape.com
3391f077c1 Add compiler flags to reduce string overhead in libraries for Solaris Forte builds.
Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #149154 r=cls a=roc+moz
2002-10-18 00:25:31 +00:00
leaf%mozilla.org
0f34d39539 Automated update 2002-10-17 07:39:24 +00:00
seawood%netscape.com
96a667e294 Define WIN32_LEAN_AND_MEAN globally for win32 builds.
Thanks to Stephen Walker <walk84@yahoo.com> for the patch.
Bug #172898 r=cls a=asa
2002-10-17 07:33:49 +00:00
leaf%mozilla.org
b39a23ed09 Automated update 2002-10-15 23:39:37 +00:00
blythe%netscape.com
7f05826bbc Bug 170618
r=cls a=asa
Enable code size measurement build steps.
Should not effect normal build.
2002-10-15 23:34:42 +00:00
leaf%mozilla.org
fec50761a3 Automated update 2002-10-11 08:54:28 +00:00
leaf%mozilla.org
69557b57e4 Automated update 2002-10-04 06:39:31 +00:00
leaf%mozilla.org
52e2b904a6 Automated update 2002-10-03 00:39:32 +00:00
seawood%netscape.com
42c5458c5d Set default optimization level to -xO4 for Solaris/Forte builds.
Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #109860 r=cls
2002-10-01 17:03:24 +00:00
leaf%mozilla.org
9c04f628a0 Automated update 2002-10-01 00:24:51 +00:00
leaf%mozilla.org
41771de5d9 Automated update 2002-09-30 22:24:44 +00:00
dbaron%fas.harvard.edu
29c30c5f3e Porting fixes for gcc trunk (to become 3.3): Eliminate C-only option from CXXFLAGS. Don't use pasting for things that are still separate tokens. Don't pass objects of non-POD type through |...|. Don't include strstream.h, which isn't used anymore anyway. b=170250 r=bbaetz sr=alecf 2002-09-30 14:18:27 +00:00
leaf%mozilla.org
82861d2bc2 Automated update 2002-09-28 21:24:42 +00:00
leaf%mozilla.org
ee5eb0eee9 Automated update 2002-09-28 10:24:52 +00:00
leaf%mozilla.org
50269eff9a Automated update 2002-09-28 09:24:57 +00:00
leaf%mozilla.org
b5bf37bb32 Automated update 2002-09-23 12:24:49 +00:00
seawood%netscape.com
a55cc20fd2 Generate dependencies automatically when compiling a file on win32.
Bug #1677442 r=pavlov
2002-09-20 09:47:59 +00:00
leaf%mozilla.org
296e048409 Automated update 2002-09-20 08:54:50 +00:00
leaf%mozilla.org
6cd28f4943 Automated update 2002-09-19 18:39:42 +00:00
leaf%mozilla.org
38bc865707 Automated update 2002-09-17 18:54:46 +00:00
seawood%netscape.com
e6f5f1af35 Add support for BSDI 5.x
Thanks to lidl@pix.net for the patch.
Bug #167375 r=cls,wtc
2002-09-14 06:27:46 +00:00
leaf%mozilla.org
01313ff5ab Automated update 2002-09-14 05:40:13 +00:00
seawood%netscape.com
01a4079a4f Remove flawed --with-static-qt & --with-static-gtk options.
Bug #166408 r=blizzard
2002-09-14 05:39:15 +00:00
leaf%mozilla.org
c994f00d8a Automated update 2002-09-13 09:24:43 +00:00
leaf%mozilla.org
30a38418d6 Automated update 2002-09-11 07:24:44 +00:00
leaf%mozilla.org
f4657b3169 Automated update 2002-09-03 22:40:24 +00:00
leaf%mozilla.org
18e2c44a51 Automated update 2002-09-03 02:24:49 +00:00
leaf%mozilla.org
27ce4a1927 Automated update 2002-09-01 07:24:55 +00:00
seawood%netscape.com
35956ecfb9 Define MOZ_LIBART_LIBS properly for beos.
Bug #163251
2002-09-01 07:22:06 +00:00
leaf%mozilla.org
ad41565212 Automated update 2002-09-01 07:09:53 +00:00
leaf%mozilla.org
d2b9f482b5 Automated update 2002-08-31 04:09:54 +00:00
seawood%netscape.com
2efa196cd8 Remove --enable-java-supplement.
Fix --enable-auto-deps.
Bug #161461 r=bryner
2002-08-31 04:04:49 +00:00
leaf%mozilla.org
bf7c000c87 Automated update 2002-08-29 14:54:55 +00:00
leaf%mozilla.org
d8c6acf63b Automated update 2002-08-29 14:25:00 +00:00
leaf%mozilla.org
0297c187ab Automated update 2002-08-29 10:40:24 +00:00
leaf%mozilla.org
b7d05a3a50 Automated update 2002-08-23 23:09:56 +00:00
leaf%mozilla.org
47eeb5e78b Automated update 2002-08-22 22:55:58 +00:00
seawood%netscape.com
8fab3c5099 Rename config-defs.h to mozilla-config.h. Always generate mozilla-config.h and install it with the rest of the headers so that embeddors can use it instead of duplicating the flags on the commandline.
Bug #163929 r=bryner
2002-08-22 00:50:51 +00:00
rods%netscape.com
fa04fb294e Move printing code out of the DocumentViewer
add in #defines to turn on and off printing and print preview
Bug 139905 r=dcone sr=jst
2002-08-21 12:01:05 +00:00
leaf%mozilla.org
3a8c4a13f6 Automated update 2002-08-20 22:25:03 +00:00
leaf%mozilla.org
09510374b6 Automated update 2002-08-19 19:40:08 +00:00
leaf%mozilla.org
161161b921 Automated update 2002-08-19 03:55:03 +00:00
axel%pike.org
830df556e6 bug 46754, remove transformiix copy of expat. Not part of build. build transformiix standalone on windows again.
changes to build system are r=cls, changes to transformiix r=peterv
2002-08-15 08:52:59 +00:00
leaf%mozilla.org
4abb05ae45 Automated update 2002-08-10 09:10:06 +00:00
seawood%netscape.com
b908e4453e Fix build problem caused by having spaces in the username.
Bug #137059 r=dmose r=mcs
2002-08-10 09:02:49 +00:00
seawood%netscape.com
96c419f2f8 Adding back the NO_X11 ifdef as the general test is wrapped in a SKIP_COMPILER_CHECKS ifdef. 2002-08-08 23:52:51 +00:00
seawood%netscape.com
2dd8386976 Misc build cleanup v1:
Cleanup win32 configure output. Remove EMACS
Bug #161461 r=bryner
2002-08-08 21:35:45 +00:00