briano%netscape.com
8074b91907
Make the OSF/1 OS_RELEASE macro compatible with that used by NSPR.
1998-10-31 20:14:33 +00:00
cls%seawood.org
60d3c83cd0
Use separate DEFINES for autoconf if MOZ_DEBUG is defined. Should clear up IRIX depend tb.
1998-10-26 02:25:31 +00:00
cls%seawood.org
2949f638d8
Split OS_CFLAGS into OS_CFLAGS, OS_INCLUDES and DEFINES.
...
Modified Makefile.ins to append not overwrite DEFINES.
Added $(DEFINES) to the mkdepend command line so that some conditional dependencies are caught as well.
1998-10-25 22:25:25 +00:00
briano%netscape.com
49e4912eb1
Support for the new, single dist/include directory mechanism.
1998-10-23 04:41:26 +00:00
cls%seawood.org
4abf6c629b
The system versions of jpeg & png are used by default (if found) unless the local copy is more recent. Zlib is used by default if found.
...
Added separate variables for jpeg, png & zlib CFLAGS & LIBS.
Added --with-option=dir support for jpeg, png & zlib.
Split X defines into XCFLAGS, XLDFLAGS & XLIBS.
Will attempt to link nspr against the proper thread lib if the initial check fails.
Removed last vestiges of NO_SECURITY.
Modified cmd/{gnome,qt,x}fe/Makefile to only use autoconf defined variable for the final link.
Changed ACCFLAGS to OS_CFLAGS. Changed ACLIBS to OS_LIBS.
OPTIMIZER (config.mk) is no longer set for autoconf.
No longer includes platform specific .mk
1998-10-23 00:36:08 +00:00
cyeh%netscape.com
c6e5fba50e
turn off -DNSPR20
1998-10-19 20:56:21 +00:00
cyeh%netscape.com
dc3cfb4b34
remove old old -DNSPR. As if we could ever build now without it.
1998-10-16 01:39:09 +00:00
briano%netscape.com
5254996718
Added to GARBAGE to be sure to clean up the Watcom compiler droppings on QNX.
1998-10-16 00:25:54 +00:00
cyeh%netscape.com
920511902c
remove NO_SECURITY !define
1998-10-15 22:42:41 +00:00
kin%netscape.com
8bb9d21b98
Turn on MOZ_ENDER_MIME code.
1998-10-14 20:31:10 +00:00
slamm%netscape.com
b040ec5969
Add MOZ_SECURITY to DEFINES if !NO_SECURITY. cyeh will clean this up later and replace !NO_SECURITY with the more straightforward MOZ_SECURITY.
1998-10-12 23:12:45 +00:00
rpotts%netscape.com
e64e1f3498
Moved composer defines inside of ifndef MODULAR_NETLIB blocks to get NGlayout building again...
1998-10-10 07:21:24 +00:00
mcafee%netscape.com
1fdc7707d1
Turning SMART_MAIL on by default
1998-10-09 07:35:46 +00:00
waterson%netscape.com
0d6f75e389
Touch down progress bar changes from PROGRESS_19981006_BRANCH. a=briano.
1998-10-09 04:33:07 +00:00
mcafee%netscape.com
f8109c2847
Add defines for SMART_MAIL. Thanks to skinny@knowhere.net for this fix
1998-10-09 00:38:50 +00:00
cyeh%netscape.com
1dcc4f0686
remove -DMOCHA from all builds
1998-10-06 20:48:56 +00:00
briano%netscape.com
cc617b9e48
Fixes to help get UnixWare 7 builds off the floor.
1998-10-04 00:28:14 +00:00
cls%seawood.org
e07ad99460
Removed NSPR build kludge.
1998-10-03 05:02:15 +00:00
briano%netscape.com
a886ca50d4
Now supports MOZ_DOM, compliments of toshok@netscape.com.
1998-10-02 22:43:52 +00:00
briano%netscape.com
bb24820ca7
Netscape-specific change to deal with the fact that many of our machines
...
have Perl 4 installed on them, and need to keep it where it is for historic
reasons. So, we needed a way to be sure we get Perl 5 when building mozilla.
This change takes care of that. It may break some people *inside Netscape*
initially, but problems should be minimal, as the solution involves simply
creating a symlink.
1998-10-02 02:44:58 +00:00
cls%seawood.org
03efb71bb9
Make autoconf ignore old setting of MOZ_MEDIUM as well as MOZ_LITE
1998-09-30 20:13:35 +00:00
cls%seawood.org
be77d1a3d9
Moved defines for MOZ_MAIL_COMPOSE out of MOZ_MEDIUM ifdef and placed it under separate MOZ_MAIL_COMPOSE ifdef. Fixes --enable-mail-compose.
1998-09-30 18:58:15 +00:00
cls%seawood.org
acfa6cf702
Replaced checks for NO_EDITOR with checks for MOZ_EDITOR. Removed check for NO_EDITOR from config.mk. Removed EDITOR=1 from config.mk. Set MOZ_EDITOR= ifdef MOZ_LITE.
1998-09-30 00:48:23 +00:00
akkana%netscape.com
8d318087f8
Turn on MOZ_MAIL_COMPOSE. Approved by Briano
1998-09-29 22:43:22 +00:00
cyeh%netscape.com
adcfe9e1df
hasta la vista, MOZ_GOLD
1998-09-29 21:57:03 +00:00
mlm%netscape.com
82fa1e53f6
Branch landing: Multithreading in mozilla.
...
- Add -DJS_THREADSAFE to builds.
1998-09-25 22:00:13 +00:00
briano%netscape.com
0aff974b23
Changes requested by wtc@netscape.com to support NSPR 3.0.
1998-09-24 03:51:10 +00:00
akkana%netscape.com
6e3c02e619
config.mk
1998-09-23 21:30:15 +00:00
akkana%netscape.com
fb696522fa
Turn on MOZ_MAIL_COMPOSE by default. Approved by briano
1998-09-23 18:41:11 +00:00
briano%netscape.com
983ec49fa3
Whether or not security is enabled is independent of the MOZ_LITE, MOZ_MEDIUM, MOZ_BLAHBLAHBLAH macros. This should help people building MOZ_LITE.
1998-09-22 23:49:58 +00:00
nisheeth%netscape.com
927241967a
Adding build support for modules/libtest that exposes interfaces for
...
testing the layout engine.
1998-09-21 21:43:38 +00:00
cls%seawood.org
d7ae8929cc
Don't set NSPRDIR if using autoconf. Ignore automatic settings made by MOZ_LITE or lack of MOZ_LITE. Don't add -DDEVELOPER_DEBUG to DEFINES if using autoconf.
1998-09-10 03:58:52 +00:00
ramiro%netscape.com
e6757c9096
Allow the 'unique host identity' to be overriden by MOZILLA_CONFIG_HOST_IDENT.
...
Also make the clean target in config/mkdetect actually work.
1998-09-09 08:00:10 +00:00
briano%netscape.com
51de74345a
Tried to make the differences/similarities between MOZ_LITE, MOZ_MEDIUM, and MOZ_DARK more obvious.
1998-09-08 21:40:13 +00:00
cls%seawood.org
aab6806cc6
Let user set CC & CXX to propagate the c and c++ compiler throughout the main build.
1998-09-08 03:33:40 +00:00
briano%netscape.com
f8107f5274
Support OpenBSD.
1998-09-05 04:16:15 +00:00
briano%netscape.com
457ae2c334
Added MOZ_EDITOR support, and did some minor cleanup.
1998-09-05 01:10:54 +00:00
akkana%netscape.com
2474ddbb54
Mailto landing: grok MOZ_MAIL_COMPOSE. Approved by Briano.
1998-09-04 18:53:02 +00:00
cls%seawood.org
121dc5f5c3
Fixed problem of autoconf not using ACCFLAGS when using --enable-debug.
1998-08-29 22:12:53 +00:00
briano%netscape.com
5378b87905
Added support for DG/UX, and a fix for bug#254.
1998-08-28 20:17:38 +00:00
cls%seawood.org
13a106a516
ifdef'd out MOZ_OJI as only the bare minimum should be on by default for the autoconf buld.
1998-08-28 07:00:13 +00:00
cls%seawood.org
aa0ff173dc
Enabled dependencies for autoconf.
1998-08-27 19:52:22 +00:00
slamm%netscape.com
33df483aba
Hookup NETSCAPE_COMMERCIAL for the Unix builds.
1998-08-26 18:35:26 +00:00
cls%seawood.org
84f1cedcbb
AUTOCONF_1_0 landing.
1998-08-19 20:42:14 +00:00
mcafee%netscape.com
220f75a65a
Some libraries (jpeg, xpcom) include nsprpub header files and need to know about USE_PTHREADS for some platforms (SparcLinux/RH5.1).
1998-08-15 01:27:17 +00:00
spider%netscape.com
450b910a08
Fix Raptor Unix bustage. SignleSignon not supported when using modular
...
netlib.
1998-08-12 01:31:21 +00:00
donm%netscape.com
609f8c5d48
adding MOZ_SINGLESIGNON and MOZ_COOKIEMANAGE to MOZ_MEDIUM define.
1998-08-11 18:41:01 +00:00
kin%netscape.com
8e165088d5
Turn on ENDER by default in the builds.
1998-08-10 21:22:27 +00:00
kin%netscape.com
df1fbdbdc7
Added code to define ENDER if MOZ_ENDER is set.
...
Approved by wtc.
1998-08-05 20:21:13 +00:00
warren%netscape.com
668cddb22e
Changes to build with MOZ_OJI, and optionally build NSJVM. Changes to regenerate jar files. Changed version number to 50.
1998-08-05 00:36:13 +00:00