seawood%netscape.com
4cb754aaf6
Fix egrep syntax.
2002-11-23 09:43:37 +00:00
seawood%netscape.com
78abcbc112
Properly detect OS_ARCH when building on Win32 ME.
...
Bug #180822 r=dmose,wtc
2002-11-23 05:57:40 +00:00
leaf%mozilla.org
fe245406c7
Automated update
2002-11-19 05:15:04 +00:00
seawood%netscape.com
383df01732
Move gmodule checks to the bottom of configure.in after GLIB_CFLAGS is set for non-win32 platforms.
...
Fixing tinderbox bustage.
2002-11-19 05:09:08 +00:00
leaf%mozilla.org
7be25ec57a
Automated update
2002-11-19 04:00:12 +00:00
leaf%mozilla.org
167d1e6c7f
Automated update
2002-11-19 03:15:06 +00:00
seawood%netscape.com
d532ab8b08
Get MOZILLA_VERSION from central config/milestone.txt file
...
Bug #179565 r=asasaki
2002-11-19 03:06:29 +00:00
leaf%mozilla.org
55fff80ecf
Automated update
2002-11-16 16:00:07 +00:00
seawood%netscape.com
ca17a82709
Make mkdepend failures a fatal condition.
...
Treat nsinstall & mkdepend as HOST_PROGRAMs so that they don't call mkdepend to generate dependencies.
Bug #179895 r=bryner
2002-11-15 03:41:17 +00:00
leaf%mozilla.org
07d3befd15
Automated update
2002-11-13 13:15:06 +00:00
leaf%mozilla.org
b6aa375c4e
Automated update
2002-11-12 20:15:09 +00:00
leaf%mozilla.org
1cd446a90d
Automated update
2002-11-12 08:45:08 +00:00
leaf%mozilla.org
c58f0f6b0a
Automated update
2002-11-09 08:39:06 +00:00
seawood%netscape.com
daa7c99c2b
Define MKCSHLIB properly for win32
2002-11-09 08:38:44 +00:00
leaf%mozilla.org
194d6ba241
Automated update
2002-11-09 02:24:11 +00:00
seawood%netscape.com
a21ca257f6
Tighten (add?) tool version checks for win32 builds.
...
Allow MIDL to be specified from mozconfig or env since various MS SDKs contain an unsupported version of midl and they insist upon adding their SDK dirs to the beginning of the PATH (bug #178392 )
Bug #164646 r=bryner
2002-11-09 02:16:55 +00:00
leaf%mozilla.org
7fb5e5ba55
Automated update
2002-11-06 05:39:37 +00:00
seawood%netscape.com
7fb597a6ba
Fixing vc7 bustage caused by original checkin for bug 176302.
...
Bug #176302 r=bryner
2002-11-05 00:16:23 +00:00
leaf%mozilla.org
9e74007e2b
Automated update
2002-10-31 21:24:53 +00:00
seawood%netscape.com
4b2d9695da
Fixing OS/2 tinderbox bustage.
...
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #177200
2002-10-30 15:00:32 +00:00
seawood%netscape.com
8d35c7e375
Removing OS/2 support from nsinstall. OS/2 will use a system installed version of nsinstall like the win32 builds.
...
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #177200 r=cls a=roc+moz
2002-10-30 05:53:39 +00:00
leaf%mozilla.org
e5576d35ff
Automated update
2002-10-29 06:24:21 +00:00
leaf%mozilla.org
ffd92b9f6a
Automated update
2002-10-18 19:39:24 +00:00
seawood%netscape.com
566044d8e1
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
e8ef84d534
Automated update
2002-10-18 00:39:26 +00:00
seawood%netscape.com
0deef040b3
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
57c800bd92
Automated update
2002-10-17 07:39:24 +00:00
seawood%netscape.com
1ec7fcec16
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
d13a35e01b
Automated update
2002-10-15 23:39:37 +00:00
blythe%netscape.com
d9780f8809
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
dbc469a6ff
Automated update
2002-10-11 08:54:28 +00:00
leaf%mozilla.org
ef546ee72a
Automated update
2002-10-04 06:39:31 +00:00
leaf%mozilla.org
e2af8fe677
Automated update
2002-10-03 00:39:32 +00:00
seawood%netscape.com
d901a98463
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
f5ad10e383
Automated update
2002-10-01 00:24:51 +00:00
leaf%mozilla.org
a33e971916
Automated update
2002-09-30 22:24:44 +00:00
dbaron%fas.harvard.edu
630ee775dd
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
31c4e3a39b
Automated update
2002-09-28 21:24:42 +00:00
leaf%mozilla.org
0720d20ccf
Automated update
2002-09-28 10:24:52 +00:00
leaf%mozilla.org
3df53a2164
Automated update
2002-09-28 09:24:57 +00:00
leaf%mozilla.org
4000e5afb6
Automated update
2002-09-23 12:24:49 +00:00
seawood%netscape.com
9a4136f239
Generate dependencies automatically when compiling a file on win32.
...
Bug #1677442 r=pavlov
2002-09-20 09:47:59 +00:00
leaf%mozilla.org
35c402e98b
Automated update
2002-09-20 08:54:50 +00:00
leaf%mozilla.org
bbe3f125a3
Automated update
2002-09-19 18:39:42 +00:00
leaf%mozilla.org
c22e83cd6f
Automated update
2002-09-17 18:54:46 +00:00
seawood%netscape.com
84744778aa
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
527a99f04f
Automated update
2002-09-14 05:40:13 +00:00
seawood%netscape.com
8393ade9ad
Remove flawed --with-static-qt & --with-static-gtk options.
...
Bug #166408 r=blizzard
2002-09-14 05:39:15 +00:00
leaf%mozilla.org
eee3b73011
Automated update
2002-09-13 09:24:43 +00:00
leaf%mozilla.org
111dc934d0
Automated update
2002-09-11 07:24:44 +00:00