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

133 Коммитов

Автор SHA1 Сообщение Дата
ramiro%netscape.com 3804d820dc Add xpfe/browser/public to build. 1999-01-27 05:13:41 +00:00
pollmann%netscape.com 35d81dca2d Bug 2370: FreeBSD 3.0 patches 1999-01-27 05:10:54 +00:00
mcafee%netscape.com 6bf07d4182 Adding xpfe/browser 1999-01-27 02:24:53 +00:00
mcafee%netscape.com 9f7fcc23d9 Renaming editor/core to editor/base 1999-01-26 23:59:14 +00:00
mcafee%netscape.com d8a92f77f8 Adding intl/locale, intl/unicharutil Makefiles 1999-01-26 12:48:25 +00:00
mscott%netscape.com 95d34885cf Build network/protocol/sockstub directory. 1999-01-25 17:51:52 +00:00
ramiro%netscape.com 900dd83680 Add a -DMOZ_TOOLKIT=foo flag that makes it easy to distinguish toolkits in
code.
1999-01-23 08:57:10 +00:00
mcafee%netscape.com d1b956f795 Adding test directories for network, rdf 1999-01-22 11:46:46 +00:00
ramiro%netscape.com 90a9a5c09e Add xul dirs. 1999-01-22 06:00:44 +00:00
pavlov%pavlov.net a4a6887311 require GTK 1.1.13 1999-01-21 23:26:19 +00:00
mcafee%netscape.com dfc8b90ff3 Adding guimgr to the editor build to match Win32 1999-01-21 22:19:45 +00:00
ftang%netscape.com 47abef9865 add intl/uconv into the build system 1999-01-21 09:20:39 +00:00
danm%netscape.com e3d9a440ab build xul 1999-01-21 03:41:43 +00:00
briano%netscape.com 2b0d2b5515 Fixes provided by kstailey@disclosure.com. Unfortunately, I don't have a machine to test them on.... 1999-01-20 23:30:52 +00:00
shaver%netscape.com b78a4f914e added libxpt/tests 1999-01-20 23:18:27 +00:00
donm%netscape.com 51163b2d98 making change to include Doug Turner's silentdl 1999-01-20 00:37:17 +00:00
shaver%netscape.com 30f58f2246 added libxpt Makefiles 1999-01-18 18:03:45 +00:00
alecf%netscape.com 1fa2cb7fa3 add new MIME and IMAP trees to --enable-mailnews 1999-01-14 23:20:33 +00:00
cls%seawood.org a123f59f7c Fixed problem in fullcircle detection that was causing configure to break when using autoconf-19981231. 1999-01-05 07:16:18 +00:00
briano%netscape.com 115471fe2a First attempt at building on HP-UX again. Thanks to rkl@connect.org.uk for the patch, and for his amazing patience.... 1999-01-04 23:17:01 +00:00
waterson%netscape.com 603de0f691 Updated to use new RDF build structure. 1998-12-24 08:14:01 +00:00
alecf%netscape.com 05bdfc2d83 add --eanble-mailnews and --enable-ldap switches, and depricate MOZ_DARK 1998-12-23 00:48:52 +00:00
pavlov%pavlov.net 7bf2215ef1 require 1.1.6 instead of 1.1.9 (which replaced 1.1.5) 1998-12-19 20:01:39 +00:00
pavlov%pavlov.net c0a8d6116e require GTK 1.1.9 1998-12-19 18:04:31 +00:00
shaver%netscape.com eebbb3832b add webshell/tests/viewer/public/Makefile to let viewer build again 1998-12-17 17:43:17 +00:00
warren%netscape.com a70399c2ee Added network/public/Makefile 1998-12-16 07:58:15 +00:00
ramiro%netscape.com f78180945e Yank xpviewer from the build on unix and win. 1998-12-16 01:33:41 +00:00
shaver%netscape.com 2e1488cb9a Add --enable-debug=module1,module2 to selective turn on debugging.
Remove --enable-dom, because Mariner is dead (sob).
Rename some MODULE= lines to make the afore-mentioned --enable-debug
technique actually useful.  Feel free to recategorize.
Fix libraptorhtml.so link bogosity by disabling shared lib generation for the
sub-archives (libraptor*_s.a), so that we can put bin before lib in the
library path and still get the right effect.  We could disable static-lib
generation in most other places and cut the build time down a fair bit, too.
[NOTE: I'm getting on a train...msw@gimp.org has agreed to be my tinderbox
buddy.  Thanks, Matt!]
1998-12-15 16:32:37 +00:00
cls%seawood.org 813dce53f5 Added build option for idl tool. Thanks to Tague Griffith <tague@netscape.com> for the patch and the patience while I fumbled this patch. :) 1998-12-15 03:24:59 +00:00
wtc%netscape.com 9bdc0b7b93 Misc. changes for Digital Unix and pthreads. Digital Unix's ld does
not understand the -h option but has an equivalent -soname option.
Check for the symbol pthread_attr_init instead of pthread_create in
libpthread because DCE threads also has the symbol pthread_create.
1998-12-14 22:48:03 +00:00
cls%seawood.org 5de4fd300d Start enforcing the requirement of autoconf 2.12 or higher. 1998-12-12 02:39:21 +00:00
cls%seawood.org 65a54cc608 Make the build optimized by default 1998-12-11 00:29:48 +00:00
radha%netscape.com 10765a7605 Added appshell and bootstrap Makefiles to the list 1998-12-09 19:48:49 +00:00
ramiro%netscape.com 8abbc3825b Completely yank the inline check and blurb as suggested by wtc. 1998-12-07 03:32:51 +00:00
ramiro%netscape.com 436fe87f01 Slowly working towards getting mozilla compiled/linking properly
using the Solaris native compilers.  This patch to configure.in
changes how we create shared libraries for Solaris from "ld" to
"CC", which can deal with templates and other C++ nastiness.

The other change removes the "inline" check, as the results of it
where being used in the wrong way.  It would see that "cc" didn't
understand "inline" and then force a "-Dinline=" option in the
CFLAGS, which are used for both C and C++ compile lines.  As you
can imagine, removing the "inline" keyword from the C++ compiles
was Bad News(tm).

Thanks to Tim Rowley <tor@boojum.cs.brown.edu> for the fix.
1998-12-06 07:07:56 +00:00
ramiro%netscape.com 076408eb6f Comment out the "Building in the srcdir is not supported!" test/warning.
This is no longer needed, since the classic build system is dead.  The
original purpose of this test was for the autoconf build not to clobber the
classic makefiles and them someone checkin them in by mistake.  No longer a
problem.
1998-12-05 11:27:50 +00:00
ramiro%netscape.com ca7d6e5f44 Add support for 'native' dependancies on systems that include the 'makedepend'
binary by default.  For example, linux freebsd and other unices that have
X11 installed in a reasonable fashion.  The commercial unices will continue
to suck as usual.
1998-12-04 05:07:01 +00:00
kin%netscape.com 5819efc4cc Added the editor/txmgr makefiles to the list of editor makefiles. 1998-12-03 22:20:34 +00:00
leaf%mozilla.org 056eac0361 readding the xpcom/tools/Makefile rule. xpcom/tools needs to be made before
xpcom/tools/idl/Makefile.
1998-12-03 20:26:22 +00:00
leaf%mozilla.org 2977ab5080 there's no xpcom/toolsMakefile.in , so don't try and make the Makefile 1998-12-03 08:44:14 +00:00
leaf%mozilla.org 917e7c14ab fixed mismatched quotes. 1998-12-02 22:30:52 +00:00
leaf%mozilla.org 28d024df78 backing out bad change 1998-12-02 22:24:09 +00:00
leaf%mozilla.org 7d8db1633a adding the editor/public header export makefiles to the default makefile list 1998-12-02 22:08:05 +00:00
briano%netscape.com 2d1da05422 Fix for NetBSD. Bugzilla#1421. 1998-12-02 01:08:00 +00:00
briano%netscape.com d5e9966a01 Fix for OpenBSD. Bugzilla#1407. 1998-12-02 00:45:24 +00:00
waterson%netscape.com 5be8f88f28 Added rdf to the build. 1998-12-02 00:22:44 +00:00
cyeh%netscape.com 05cd307164 applied fix from Bruce Mitchener (bruce@cybersight.com) to fix test
for --with-fullcircle. AC_TRY_LINK is still busted though, don't know why
1998-11-30 23:51:08 +00:00
cls%seawood.org 20042ee187 Tweaks to allow building SeaMonkeyBrowser w/o the editor. 1998-11-30 10:39:37 +00:00
cls%seawood.org 321e44a213 Call motif_detect scripts only if building with motif toolkit. Thanks to bert hubert <ahu@vvtp.tn.tudelft.nl> for the suggestion.
Fixed $CC evaluation problem when calling motif_detect scripts.  It should now work for multi-word $CC.
Removed extraneous gtk version variables.
1998-11-30 06:42:36 +00:00
shaver%netscape.com 8dba62ee10 make Makefiles for xpidl 1998-11-25 20:03:57 +00:00