waqar%netscape.com
a5bbf23da3
Depend build does not do exports of header files. r=pollmann,a=leaf
2000-04-10 22:57:29 +00:00
edburns%acm.org
4e9de03fcb
DOESN'T IMPACT SEAMONKEY since it's inside
...
!ifdef JDIRS.
a=leaf
r=leaf
author=Steven Green <steven@surfcast.com>
bug: http://bugzilla.mozilla.org/show_bug.cgi?id=34614
Make it so clobber_all, as well as clobber: causes java .class files
in packages defined in JDIRS to be deleted.
2000-04-05 18:56:00 +00:00
warren%netscape.com
c957dfa387
Added 'make run' rule so I don't have to type '../../../dist/win32_d.obj/bin/mozilla.exe' any more.
2000-01-28 02:51:21 +00:00
warren%netscape.com
d789c6edad
Added back 'nmake debug' rule.
2000-01-17 23:45:48 +00:00
sspitzer%netscape.com
920287de74
backing out andreas and warren
2000-01-14 22:01:56 +00:00
warren%netscape.com
a1c00bd18f
Added 'nmake debug' rule that launches mozilla in the debugger.
2000-01-14 01:39:34 +00:00
warren%netscape.com
030dabc043
Toned down warning message for libs phase.
1999-11-30 08:09:12 +00:00
warren%netscape.com
bee0d8dea8
Removed date/time because win95 behaves differently.
1999-11-29 22:02:07 +00:00
warren%netscape.com
4ab4ee4d4e
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
dmose%mozilla.org
42fc94a6ec
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +00:00
warren%netscape.com
62e7628142
Fixed the fact that all pdb files get called default.pdb (which made it hard to debug when there was more than one test file in a directory). r=cyeh
1999-10-28 22:36:22 +00:00
dveditz%netscape.com
e939d62c2e
add XPIDL dependencies on the tools to fix depend-build problems
1999-08-24 14:42:37 +00:00
dveditz%netscape.com
6dee688e4b
fix potential memory problems in makecopy, turn NT symlinking on
...
for performance, clobber speedups
1999-08-06 13:45:09 +00:00
dveditz%netscape.com
ad7075d66f
Makecopy speedup thanks to david.gardiner@unisa.edu.au,
...
removed dead/unused manifest code,
clobber speedups and cleanup
1999-08-02 22:18:47 +00:00
law%netscape.com
f35006aea5
Do chrome on install pass, not export
1999-07-27 21:55:17 +00:00
law%netscape.com
9ae27ebebc
Adding generic chrome rules
1999-07-24 03:33:37 +00:00
dveditz%netscape.com
86b31f7433
catch the odd missed header in makedep
1999-07-14 19:18:53 +00:00
mccabe%netscape.com
52ad13f81e
Added -w to calls to xpidl. It's been in rules.mk for a while; I was shocked (shocked!) to find it wasn't here.
1999-06-15 11:14:49 +00:00
warren%netscape.com
2ec7fb512d
Changes to allow hack in necko makefiles so that header names don't collide.
1999-06-12 04:30:44 +00:00
warren%netscape.com
10aefdfd9a
Updated emacs TAGS rules for idl.
1999-06-08 07:43:32 +00:00
waterson%netscape.com
018c332054
Fix makedep rule to include *all* directories that it needs to. This should improve the reliability of depend builds.
1999-06-05 02:02:10 +00:00
waterson%netscape.com
887040d433
Add rules to remove generated header files in clobber and clobber_all.
1999-06-03 19:01:19 +00:00
waterson%netscape.com
cabd0d3e30
Single public include directory on Win32.
1999-06-03 18:34:27 +00:00
dp%netscape.com
0443b20e33
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
waterson%netscape.com
db75c69711
Add clobber rule for XPIDL dirs.
1999-05-13 20:39:02 +00:00
alecf%netscape.com
a69af15b7b
add no_gen_xpt rule for windows to avoid generating .XPT files
1999-05-12 05:15:12 +00:00
dveditz%netscape.com
54d8a6da9f
Fixing Win9x IDL bustage -- use $(QUIET) instead of @.
...
In this case, $(MAKE_INSTALL) already includes the $(QUIET) rule.
1999-05-11 19:45:58 +00:00
waterson%netscape.com
bef52672e9
Enable XPIDL automation.
1999-05-10 18:49:20 +00:00
jband%netscape.com
4e2459e2f3
removing my system for building xpidl files - waterson came up with a superior scheme
1999-05-07 19:32:10 +00:00
jband%netscape.com
67ee86b241
adding new scheme for building xpidl files - only Win32 supported at first.
1999-04-26 04:35:41 +00:00
warren%netscape.com
c50687b845
nsRepository -> nsIComponentManager changes.
1999-03-09 09:44:27 +00:00
cyeh%netscape.com
2440f48cdc
pdbfiles have a ".pdb" at the end.
1999-03-08 22:40:17 +00:00
cyeh%netscape.com
5fe1801c03
fix pdb file generation so that the go into $(OBJDIR) and also
...
have more useful names other than "none.pdb". some cleanup remains.
1999-03-05 23:24:48 +00:00
cyeh%netscape.com
7ec160a2b0
we blow past the limit for the echo command on WinNT as well. doing the stupid
...
thing for now until i can figure out how to generate better status and not
blow up the echo command.
1999-02-24 18:21:49 +00:00
leaf%mozilla.org
b168479015
(really cyeh) fix syntatical lameness.
1999-02-18 23:23:17 +00:00
cyeh%netscape.com
04d35500aa
on win95 and win98, we would blow up echo with too long of a line to print.
...
if we are on NT, this doesn't happen. now we report status of makedep.exe
dependent of the OS we are on.
1999-02-18 23:18:40 +00:00
leaf%mozilla.org
5e1851930f
fixing the perl hardcoding. looks in the hardcoded places, then pulls perl from the
...
path if not found.
1999-02-18 22:51:05 +00:00
cyeh%netscape.com
2b4e75ba62
enable depend rules in client.mak. build makedep.exe. change rules.mak
...
to look for makedep.exe in mozilla/config
1999-02-18 22:26:31 +00:00
leaf%mozilla.org
d7a254d287
changing test for NULL in EXPORTS list, some installations of nt barf on defined($NULL)
1999-02-04 22:56:58 +00:00
blythe%netscape.com
796e5e19c1
Fix bugs on win95 builds, aprvd briano law
1998-10-15 12:38:26 +00:00
sudu%netscape.com
a3e28cb5d1
Fixed up regenerate rules for jni
1998-09-17 18:12:36 +00:00
troy%netscape.com
30a938bba8
Backed out unintentional checkin
1998-09-10 21:05:02 +00:00
troy%netscape.com
585ef01470
Hooked back up IFRAME
1998-09-10 21:03:16 +00:00
warren%netscape.com
93ccc7040b
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
warren%netscape.com
8f7c454960
Changes from OJI_19980727_BRANCH since the OJI_19980727_TIP_MERGE tag.
1998-07-31 23:41:45 +00:00
jgellman
3eed711ae4
merge from OJI branch
1998-06-03 00:37:20 +00:00
sar
41880a45ca
change MOZ_SRC references to DEPTH
1998-04-21 21:22:54 +00:00
spider
17deb187f8
Modifications to enable building on Win95. Added source for several new tools,
...
wtc's change to makecopy to support wildcards, and win95 specific makefile
configuration and rules.
1998-04-07 20:41:06 +00:00
ltabb
781c480871
Free the lizard
1998-03-28 02:44:41 +00:00