Commit Graph

1500 Commits

Author SHA1 Message Date
seawood%netscape.com
9659950a81 Use -Bsymbolic when linking components on FreeBSD.
Thanks to Joe Marcus Clarke <marcus@freebsd.org> for the patch.
Bug #190844 r=cls a=asa


git-svn-id: svn://10.0.0.236/trunk@137133 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-30 07:41:27 +00:00
seawood%netscape.com
9aead217bc Change import library creation to get 25% speedup on startup on OS/2.
Also, decrease the size of dlls & exes by adding /OPTFUNC linker option.
Thanks to Javier Pedemonte <pedemont@us.ibm.com> for the patch.
Bug #190536 r=mkaply,cls a=asa


git-svn-id: svn://10.0.0.236/trunk@137115 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-30 02:53:28 +00:00
myk%mozilla.org
1c75fe037a Fixing Mac build bustage (bug 189642).
Patch by Chris Seawood <seawood@netscape.com>.
r=pink


git-svn-id: svn://10.0.0.236/trunk@136850 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-22 19:10:33 +00:00
seawood%netscape.com
aecde0217e Export nsBuildID.h to the SDK so that embedding apps are aware of the buildid.
Bug #189462 r=dougt


git-svn-id: svn://10.0.0.236/trunk@136805 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-22 04:22:34 +00:00
colin%theblakes.com
3cc2a76f38 Work around system() length restriction in OpenVMS. b=189773. r=cls.
git-svn-id: svn://10.0.0.236/trunk@136804 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-22 04:16:58 +00:00
mkaply%us.ibm.com
912ee5ce97 #189841
r=dougt, sr=dmose
OS/2 only - remove config/os2 from the tree


git-svn-id: svn://10.0.0.236/trunk@136704 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-21 00:05:39 +00:00
colin%theblakes.com
acd8daaf06 Fix bug in overrides. b=189579. r=cls
git-svn-id: svn://10.0.0.236/trunk@136639 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-19 19:14:05 +00:00
seawood%netscape.com
2dbeadd1ca Work around solaris rm lossage by using the same mode flags as the common rulesets.
Bug #188655 r=timeless


git-svn-id: svn://10.0.0.236/trunk@136528 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-17 14:58:08 +00:00
mkaply%us.ibm.com
5905e2dfc6 #135795
r=cls
Turn on mkdepend for OS/2


git-svn-id: svn://10.0.0.236/trunk@136374 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-15 21:36:53 +00:00
seawood%netscape.com
ee808e8996 Add --enable-image-decoders build option.
Bug #169304 r=bryner sr=alecf


git-svn-id: svn://10.0.0.236/trunk@136112 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-10 01:21:14 +00:00
seawood%netscape.com
8306892127 Anything that depends upon Makefile.in should also depend upon Makefile.
Bug #169304 r=bryner sr=alecf


git-svn-id: svn://10.0.0.236/trunk@136111 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-10 01:14:49 +00:00
bryner%netscape.com
e7a6c171fe Second try for bug 187732. Post-process component libraries on OS X using nmedit to control which symbols are exported. r=cls.
git-svn-id: svn://10.0.0.236/trunk@135875 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-06 07:13:49 +00:00
seawood%netscape.com
8cfe0f9353 Backing out previous changes. $(call...) is only supported by gmake >= 3.78.
Fixing tinderbox bustage.


git-svn-id: svn://10.0.0.236/trunk@135833 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-03 19:56:56 +00:00
seawood%netscape.com
e64cd8cc6d Bah. I'm not fighting with OS/2 again.
git-svn-id: svn://10.0.0.236/trunk@135811 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-03 10:33:46 +00:00
seawood%netscape.com
0a7c7a98f9 nobrainer changes while thinking about mingw support
Bug #134113 r=dmose


git-svn-id: svn://10.0.0.236/trunk@135809 18797224-902f-48f8-a5cc-f745e15eee43
2003-01-03 08:58:59 +00:00
seawood%netscape.com
63072a3b2b Fix OS/2 bustage by exporting component import libs again.
git-svn-id: svn://10.0.0.236/trunk@135674 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-28 21:19:26 +00:00
seawood%netscape.com
065babb2e4 Quirky, quirky, quirky OS/2.
git-svn-id: svn://10.0.0.236/trunk@135670 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-28 07:27:54 +00:00
seawood%netscape.com
c5fe4de2b5 Use cp instead of nsinstall for OS/2.
Attempting to fix OS/2 tinderbox bustage.


git-svn-id: svn://10.0.0.236/trunk@135667 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-28 05:25:08 +00:00
seawood%netscape.com
cbef774bac Oops. We still need to install component libs into dist/lib/components.
Fixing tinderbox bustage.


git-svn-id: svn://10.0.0.236/trunk@135664 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-28 03:30:04 +00:00
seawood%netscape.com
f8f86e7f05 Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.
Bug #186241 r=dougt


git-svn-id: svn://10.0.0.236/trunk@135661 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-28 01:15:07 +00:00
cbiesinger%web.de
786f2322a4 88685 r=cls final USE_IMG2 removal
git-svn-id: svn://10.0.0.236/trunk@135567 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-22 13:10:26 +00:00
seawood%netscape.com
b3853ee492 Use renamed ical libs.
git-svn-id: svn://10.0.0.236/trunk@135541 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-21 06:25:14 +00:00
cltbld%netscape.com
13a28d0c07 Updating trunk to 1.3b, Bug#184465 r=lpham/sr=kysmith. ycalonje checking in as cltbld
git-svn-id: svn://10.0.0.236/trunk@135371 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-17 00:25:49 +00:00
seawood%netscape.com
25cc1097dc Not all versions of cygpath support the convenient -m function. Too bad.
Fixing tinderbox bustage.


git-svn-id: svn://10.0.0.236/trunk@135221 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-13 03:38:39 +00:00
seawood%netscape.com
afb973633f Add SRCS_IN_OBJDIR variable to workaround requirement introduced by bug 141834 that srcfiles must be in the srcdir.
Bug #171753 r=bryner


git-svn-id: svn://10.0.0.236/trunk@135219 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-13 02:36:06 +00:00
colin%theblakes.com
8b09137c55 OpenVMS build changes. b=180290. r=cls
git-svn-id: svn://10.0.0.236/trunk@135144 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-12 00:08:59 +00:00
seawood%netscape.com
48b0df8e03 Don't always link XIE in static builds.
Thanks to Kai Engert <kaie@netscape.com> for the patch.
Bug #184527 r=cls


git-svn-id: svn://10.0.0.236/trunk@135118 18797224-902f-48f8-a5cc-f745e15eee43
2002-12-11 07:17:11 +00:00
bzbarsky%mit.edu
b549c5800b Use calloc() instead of malloc() followed by memset to 0. Bug 124302, patch by
Aaron Lehmann <aaronl@vitelus.com>, r=timeless, sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@134212 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-20 23:13:09 +00:00
mkaply%us.ibm.com
e2d97e3db1 #177200
r=cls
OS/2 only - put call to grab nsinstall from toolsdir back
Happy Mr. Pedemonte?


git-svn-id: svn://10.0.0.236/trunk@134193 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-20 14:17:23 +00:00
seawood%netscape.com
ecd18bb74f Get MOZILLA_VERSION from central config/milestone.txt file
Bug #179565 r=asasaki


git-svn-id: svn://10.0.0.236/trunk@134065 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-19 03:06:29 +00:00
seawood%netscape.com
d2bc340dd1 Missed a variable rename with the 161617 checkin.
Fixing phoenix nightly builds. r=bryner


git-svn-id: svn://10.0.0.236/trunk@134052 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-18 22:56:33 +00:00
seawood%netscape.com
ce08953322 Setting OBJS (from CSRCS/CPPSRCS) is not required when using SIMPLE_PROGRAMS so we need to check for SIMPLE_PROGRAMS as well to generate dependency subdirs.
Fixing mach-o nightly build bustage. r=bryner


git-svn-id: svn://10.0.0.236/trunk@134050 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-18 22:35:22 +00:00
seawood%netscape.com
065f2947ba Add bayesian filter & mailview to list of meta_mail sub-components.
Make meta component list more readable


git-svn-id: svn://10.0.0.236/trunk@133898 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-15 09:39:03 +00:00
seawood%netscape.com
4bb4a830f1 Forte doesn't allow suffixes other than .o so change the naming scheme of host-compiled object files from .ho to host_%.o . Adds the unenforced rule that source files should not start with host_.
Bug #179895 Fixing tinderbox bustage


git-svn-id: svn://10.0.0.236/trunk@133891 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-15 07:24:44 +00:00
seawood%netscape.com
f9a791c234 Disable dependency generation on OS/2 until bug 135795 is fixed.
git-svn-id: svn://10.0.0.236/trunk@133888 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-15 05:42:39 +00:00
seawood%netscape.com
664815b624 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


git-svn-id: svn://10.0.0.236/trunk@133884 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-15 03:41:17 +00:00
seawood%netscape.com
6e0a698b49 js/jsd/classes are not part of the java module
git-svn-id: svn://10.0.0.236/trunk@133879 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-15 02:42:23 +00:00
seawood%netscape.com
9ba28e1f7e Oops. I checked in v1.0 instead v1.1. Too many trees.
Fixing clobber bustage


git-svn-id: svn://10.0.0.236/trunk@133845 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-14 20:23:26 +00:00
mkaply%us.ibm.com
ed799f6f10 #179508
r=cls, sr=alecf
Get OS/2 static build working again


git-svn-id: svn://10.0.0.236/trunk@133839 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-14 19:38:21 +00:00
seawood%netscape.com
6163c33b1c Drop unneeded java build rules & variables since blackwood now builds using ant.
Bug #161617 r=edburns sr=beard


git-svn-id: svn://10.0.0.236/trunk@133837 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-14 19:36:28 +00:00
locka%iol.ie
c4a843ac39 Add --enable-activex-scripting switch to configure.in and package changes to include npmozax.dll. b=133818 r/a=seawood@netscape.com
git-svn-id: svn://10.0.0.236/trunk@133744 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-13 13:14:14 +00:00
bryner%netscape.com
9f719b9d40 Fixing busted win32 nightly builds (bug 179435). r=cls.
git-svn-id: svn://10.0.0.236/trunk@133558 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-11 04:04:49 +00:00
ccarlen%netscape.com
bac3fcaf96 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
git-svn-id: svn://10.0.0.236/trunk@133503 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-09 19:38:43 +00:00
seawood%netscape.com
9f85f1518f 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


git-svn-id: svn://10.0.0.236/trunk@133454 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-09 02:16:55 +00:00
leaf%mozilla.org
90655a8454 update version strings for bug 178863
git-svn-id: svn://10.0.0.236/trunk@133446 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-09 01:31:16 +00:00
asasaki%netscape.com
ee9eece3a5 bugscape 17934, which has code for unhardcoding versions in both trees
(bugzilla reference 169074).  r=cls, no sr= needed for build changes.


git-svn-id: svn://10.0.0.236/trunk@133427 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-08 23:04:01 +00:00
seawood%netscape.com
10b1f042f1 Treat cygwin perl as a win32 platform indicator.
Default to unix if platform is neither win32 nor mac.
Bug #166105 r=gerv a=asa


git-svn-id: svn://10.0.0.236/trunk@132967 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-05 00:21:38 +00:00
seawood%netscape.com
547c4b6421 Install mozilla-config.h during 'make install'.
Bug #177504 r=pavlov a=asa


git-svn-id: svn://10.0.0.236/trunk@132829 18797224-902f-48f8-a5cc-f745e15eee43
2002-11-01 20:47:34 +00:00
mkaply%us.ibm.com
fe83288963 Backing out this part of change so Os/2 goes green until we find out why this worked on Javier's machine but not the TB
git-svn-id: svn://10.0.0.236/trunk@132701 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-30 13:21:32 +00:00
seawood%netscape.com
e510231894 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


git-svn-id: svn://10.0.0.236/trunk@132685 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-30 05:53:39 +00:00