Commit Graph

53 Commits

Author SHA1 Message Date
dmose%mozilla.org
e840235a7e updated license boilerplate to xPL v1.1 1999-11-02 22:43:10 +00:00
cls%seawood.org
3b35de8e5e Sync'd with Makefiles 1998-10-23 20:35:24 +00:00
briano%netscape.com
79601a9251 General cleanup, and fixed the bug that caused an OBJDIR to be created under the normal OBJDIR. 1998-10-23 04:38:23 +00:00
cls%seawood.org
ed2a7f5f65 Sync'd various Makefile.ins to their Makefile counterparts.
Removed nspr & nspr20 from REQUIRES.  Removed NSPR_LDFLAGS.
Changed LIBNSPR refs to NSPR_LIBS.
Removed leftover NSPR20 ifdefs.
1998-10-21 02:13:56 +00:00
sspitzer%netscape.com
ac0c7f9010 tweak the icon so that the colors fit the mozilla palette
this will get rid of the warnings that look like this:
Bad color:   40  20   0   try   34  34  34  Desk_Navigator
1998-10-10 21:54:12 +00:00
sspitzer%netscape.com
ac2626acec replace the old icon (the ship wheel) with a new and improved icon 1998-10-10 02:44:19 +00:00
cls%seawood.org
8ff4aebf65 Removed static kludge. Some platforms don't have a static libdl. 1998-10-06 01:50:29 +00:00
cls%seawood.org
da07ca5114 ifndef NO_STATIC_LIB, compile mkicons statically to avoid problems during the build due to dynamic libs not being in the LD_LIBRARY_PATH. 1998-10-05 21:54:08 +00:00
ramiro%netscape.com
0a6f5cc24f Ok, dammit - we cant link that bastard mkicons dynamically on many dumbass
platforms.  So forgetaboutit, just link the damn binary statically.  It doesnt
get shipped anyway, so who cares ?
1998-10-03 15:27:19 +00:00
ramiro%netscape.com
4e215dd0ed Define both LIB and DSO MACROS to conform to the "standard".
Should fix the F#(&!%G solaris and IRIX builds.
1998-10-03 14:17:37 +00:00
ramiro%netscape.com
f871e2e3a2 Fix irix build. Add -L$(DIST)/bin when needed to catch the dep shared libs.
Should fix the irix build.  Also, add REQUIRES defines for graphics libs.
1998-10-03 12:11:33 +00:00
ramiro%netscape.com
7f9bdcabc6 Include a common makefile and share the damn rules instead of
cut-and-paste-and-hack-and-paste-and-cut-and-break the unix fes all over
the place.
1998-10-03 11:03:26 +00:00
cls%seawood.org
b644665838 Removed overlooked libplc21.a from MKICONS_LIB. 1998-10-02 17:34:08 +00:00
cls%seawood.org
a936506e81 Moved NSPR libraries into $(NSPR_LIBS). Changed link commands to use $(NSPR_LDFLAGS) $(NSPR_LIBS). 1998-10-02 08:58:54 +00:00
ramiro%netscape.com
d6762cae95 Backout mcafee's libnetwork link change. For the following good reason. The
next time libnetwork changes, mkicons will break.  It is bad enough to have
the libimg dependancy.  The problem is that libimg depends on stuff in
libnetwork - which is questionable itself.  Instead of doing the "right"
thing, it is important the we do the "wrong" thing to avoid mkicons breaking
more often than it does now.  Add stubs to mkicons instead.  Someone is
working on removing the libimg dependancy on mkicons alltogether.
1998-10-01 04:37:51 +00:00
mcafee%netscape.com
fb79590ded libimg needs NET_EscapeDoubleQuote, which is in libnetwork. 1998-10-01 04:23:48 +00:00
ramiro%netscape.com
9ee34b43dd Add another stub to the mkicons insanity. Fixes unix builds. 1998-10-01 03:31:51 +00:00
cls%seawood.org
d99607c429 Replaced checks for NO_EDITOR with checks for MOZ_EDITOR. Changed check for EDITOR to MOZ_EDITOR. 1998-09-30 00:50:40 +00:00
akkana%netscape.com
292680e19b HFolder should already be caught by the earlier wildcard 1998-09-30 00:39:58 +00:00
akkana%netscape.com
4bb2814ade List Person, People and MailAttach separately to try to unconfuse Linux 1998-09-30 00:36:48 +00:00
akkana%netscape.com
79d692a9de Add HFolder* to icon list -- help fix Linux build 1998-09-30 00:34:36 +00:00
cyeh%netscape.com
b32c7c1954 Removing old NSPR20 and MOCHA #ifdefs 1998-09-29 20:50:44 +00:00
ramiro%netscape.com
037b1f881d Fix bugzilla bug 885. Compiler warning. Thanks to raff@netwinder.org for
pointing this out and providing a fix.
1998-09-28 19:57:27 +00:00
mcafee%netscape.com
af6bb74d0a Missing slash 1998-09-28 01:41:50 +00:00
akkana%netscape.com
cd464db8f4 Remove rosetta references from mail compose code 1998-09-24 21:46:32 +00:00
wtc%netscape.com
96a6a02078 NO_NSPR_PRIVATE_HEADER_BRANCH landing. Removed the inclusions of
private NSPR headers (prosdep.h and primpl.h) from the Mozilla source.
The part of prosdep.h that is actually needed by Mozilla was extracted
and put in the new file mozilla/include/xp_path.h.
1998-09-22 16:59:57 +00:00
cls%seawood.org
62d121236f Sync'd Makefile.ins with corresponding Makefiles. Fixed problems with autoconf build. Thanks to Christopher Blizzard <blizzard@appliedtheory.com> and Tom Rini <trini@kernel.crashing.org>. 1998-09-22 03:47:27 +00:00
ramiro%netscape.com
0f071cc57a Build MOZ_MAIL_COMPOSE build bustage. Its MOZ_MAIL_COMPOSE, not MOZ_COMPOSE.
Also, a bunch of icons were not being linked in.
1998-09-17 03:56:45 +00:00
slamm%netscape.com
140e72c073 Add back some security icons. 1998-09-17 01:35:01 +00:00
slamm%netscape.com
c20839d729 Remove mouse-down (md) and insensitive (i) icons. These can be drawn on the fly. 1998-09-16 21:45:57 +00:00
slamm%netscape.com
2ef9e44e5f Get rid of MOZ_LITE hack. 1998-09-16 21:44:40 +00:00
slamm%netscape.com
3aaf9c3441 Add 'ifdef MOZ_MAIL_NEWS' around the mail & news icons.icons.c 1998-09-16 21:44:37 +00:00
cls%seawood.org
cb5493bab6 Changed EDITOR env to MOZ_EDITOR. Submitted by Tim Rowley <tor@cs.brown.edu> 1998-09-08 04:52:26 +00:00
cls%seawood.org
1733291dff Sync'd and moved GARBAGE before rules.mk. 1998-09-02 00:34:07 +00:00
cls%seawood.org
b4f15e862b Sync'd. 1998-09-01 20:24:24 +00:00
slamm%netscape.com
9714506ba1 Bring back the commercial animation. 1998-08-28 20:41:53 +00:00
cls%seawood.org
84f1cedcbb AUTOCONF_1_0 landing. 1998-08-19 20:42:14 +00:00
wtc%netscape.com
a0d548ef66 Deleted obsolete code for OSF1V4. 1998-08-11 00:23:59 +00:00
ramiro%netscape.com
9c83cd4e72 Rename mkicons.c to mkicons.cpp. Needs to be built with c++ because of libimg
dependancy.  Libimg has recently been "improved" by being made c++ only.
1998-08-03 08:32:31 +00:00
warren%netscape.com
c9bd5d8074 Landing changes in the OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag. 1998-07-31 20:19:50 +00:00
slamm%netscape.com
83777e6e4c Reverting to 3.4. Changes were breaking the builds. 1998-07-30 06:11:41 +00:00
slamm%netscape.com
24218bafbb Fix build bustage. 1998-07-30 01:53:30 +00:00
slamm%netscape.com
e7be25b42f An even easier way to fix the commercial animation. 1998-07-29 23:37:27 +00:00
slamm%netscape.com
41b7afa70a Fix pull of commercial animation. 1998-07-29 23:24:23 +00:00
donm%netscape.com
4edc33b849 fixing build bustage on linux. 1998-07-27 19:27:12 +00:00
hardts%netscape.com
e46017e860 landing MODULAR_IMGLIB_BRANCH 1998-07-27 16:14:32 +00:00
ramiro
49042cfd9b Nasty hack to deal with hpux 10.x ANSI C compiler bug. Do the expression
expansion "by hand".
HPUX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html.
1998-07-15 10:34:34 +00:00
ramiro
0d08f07683 Replace (un-hardcode) /usr/lib/libm.a with -lm.
HP-UX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html.
This is a good change for all platforms.  ITs dumb to hardcode the library
like that.  If for some reason a particular paltform requires a hard coded
path to libm, then it should be special cased.
1998-07-15 10:30:51 +00:00
spider
cb94dae31e NORMANDY_DDAY merge... 1998-06-25 05:50:45 +00:00
jgellman
9f800f1e0e merge from OJI branch 1998-06-03 00:37:20 +00:00