sfraser%netscape.com
ea88959f52
First Checked In.
1999-09-14 01:05:35 +00:00
dp%netscape.com
7bf0e11373
Adding -lmozjs to fix runtime symbol not found problems.
1999-09-14 00:49:21 +00:00
dp%netscape.com
eab27e57d7
Adding regxpcom for windows.
1999-09-11 22:01:14 +00:00
dp%netscape.com
dd1fd537ab
regxpcom : does autoreg and registers/unregisters individual dlls.
...
The new incarnation of RegFactory. RegFactory will be retired.
1999-09-11 14:51:55 +00:00
shaver%netscape.com
53277f4711
convert to CreateInstanceFromProgID
1999-09-05 06:27:42 +00:00
cyeh%netscape.com
cc2825cbe0
Remove IGNORE_MANIFEST=1. It doesn't do anything and it confuses people.
1999-09-01 00:54:34 +00:00
briano%netscape.com
908ee043c1
Cleanup and fix for BSD/OS.
1999-07-22 04:23:11 +00:00
dveditz%netscape.com
4c4f269dd4
nakefile cleanups
1999-07-02 13:42:17 +00:00
dveditz%netscape.com
378777df04
fixing build bustage
1999-07-02 12:39:26 +00:00
dveditz%netscape.com
5dd9cff22d
Trying to fix Win32 dependencies. Lots of broken cut-n-paste makefiles
1999-07-02 11:50:19 +00:00
sspitzer%netscape.com
4d5a4f8ff8
fix solaris build bustage, I hope
1999-07-01 08:48:25 +00:00
sspitzer%netscape.com
2fa6fafd6a
fix warning
1999-07-01 08:48:06 +00:00
dp%netscape.com
cb60084210
Removing unused NS_RegistryGetFactory() prototype.
1999-06-12 15:36:22 +00:00
mccabe%netscape.com
8800b0236b
Resurrected this somehow. Beating it back down.
1999-06-12 09:44:11 +00:00
mccabe%netscape.com
b1809e14b2
Remove vestiges of BUILD_XPIDL and USE_XPIDL from the build.
1999-06-12 09:29:46 +00:00
dp%netscape.com
507486f554
Removing obsoleted files from xpcom/ post xpcom2.0 landing
1999-06-12 07:42:48 +00:00
dp%netscape.com
a51d7035cd
Using new Component Registry
1999-06-09 19:18:24 +00:00
dp%netscape.com
0443b20e33
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
warren%netscape.com
d344b5b49b
Jband's fix for forward decls. Approved: Chofmann, reviewed: mang.
1999-05-21 03:18:25 +00:00
mccabe%netscape.com
734d498883
Turn off support for XPIDL_JS_STUBS in generated headers by default, as
...
- nobody uses it
- it's confusing.
1999-05-13 23:13:17 +00:00
jband%netscape.com
bdf236a78c
fix two places where we use a node as if it were of a type other than the type it is. This was causing a problem on some platforms, though it unfortunately was working fine on Win32. Thanks to khym@bga.com (Dave Huang)
1999-05-12 07:42:32 +00:00
beard%netscape.com
206d7b53ee
bumped the version to 1.0d3
1999-05-12 05:41:53 +00:00
beard%netscape.com
0275143579
when popping an #include, fclose the file.
1999-05-12 05:41:29 +00:00
mccabe%netscape.com
70e7afed06
Fix xpidl header generation to not emit a trailing (erroneous) ',' when generating [notxpcom] interfaces.
...
Thanks to Alec Flett <alecf@netscape.com> for this patch.
1999-05-12 02:13:40 +00:00
mccabe%netscape.com
90c126565d
Compile directly against the static libxpt.a lib, so we can use xpidl during the build without the shared library path being set.
1999-05-10 05:33:35 +00:00
beard%netscape.com
36eeaa8a64
now correctly returns target file info, reads files from project Data directory, writes files to output directory, uses setjmp/longjmp to trap calls to exit().
1999-05-09 15:03:13 +00:00
beard%netscape.com
23150082a3
using setjmp/longjmp to trap calls to exit(), compiling .xpt files into project Data folder.
1999-05-09 15:00:31 +00:00
beard%netscape.com
75c1643ee3
using longjmp instead of throw
1999-05-09 14:59:15 +00:00
beard%netscape.com
c7e13fad81
added version.rsrc to all targets
1999-05-09 14:58:54 +00:00
beard%netscape.com
cf844e31e5
moved version to version.rsrc
1999-05-09 14:58:30 +00:00
beard%netscape.com
d6610f1b65
First Checked In.
1999-05-09 14:58:00 +00:00
mccabe%netscape.com
09676c676b
Back out building xpidl with -static, because it breaks on some platforms. What's the XP way to do it?
1999-05-09 10:40:16 +00:00
mccabe%netscape.com
0d15a0a50f
Fix to 6156.
...
Added $(EXTRA_DEPS) dependency to $(PROGRAM) in rules.mk, so xpidl can ask to be recompiled when libxpt changes.
1999-05-09 09:21:35 +00:00
mccabe%netscape.com
15eecef0e9
Give xpidl a Makefile.in that uses the rules.mk rules for $(PROGRAM) to build, toallow use of purify target. Be warned, it won't be pretty.
...
Build xpidl statically by adding -static (I hope it's XP; is there an alternative?) to LDFLAGS. So that we can use it in the build without setting the shared library path.
1999-05-09 08:34:37 +00:00
beard%netscape.com
87962db8fe
turned off modification date caching, so files will be regenerated if missing or out of date.
1999-05-09 03:32:22 +00:00
beard%netscape.com
52fee2c586
NPL, using CWGetStoredObjectFileSpec() to get the location of each output file, instead of constructing from input file's name.
1999-05-09 03:27:07 +00:00
beard%netscape.com
0b0ea1fa93
NPL, removed Disassembly code (moved to linker), now using CWStoreObjectData() to associate output file with compilation. This lets CodeWarrior delete the file when objects are removed, and regenerate when file is deleted externally.
1999-05-09 03:27:05 +00:00
beard%netscape.com
72cb71e30c
bumped version, changed Flags to latest CWPro4 format to use newer APIs.
1999-05-09 03:27:03 +00:00
beard%netscape.com
861f0f2505
bumped version
1999-05-09 03:27:01 +00:00
beard%netscape.com
b11acf99b6
cleaned up, removed non-essential code, NPL
1999-05-09 03:19:47 +00:00
beard%netscape.com
694e5a851c
NPL
1999-05-09 03:19:07 +00:00
beard%netscape.com
53004acee4
added a "build all" target
1999-05-08 23:18:39 +00:00
beard%netscape.com
bd19f7a0cc
added version resources
1999-05-08 23:18:12 +00:00
beard%netscape.com
7026a42960
First Checked In.
1999-05-08 23:05:34 +00:00
beard%netscape.com
6e8fffb7f4
removed xpt_dump.c from compiler target, moved exclusively to linker target.
1999-05-08 22:58:42 +00:00
beard%netscape.com
5f1cb61927
added custom fopen, the only opens files in the output directory, added mac_get_file_length(), which is used in lieu of stat, turned on Disassembly function in linker.
1999-05-08 22:58:07 +00:00
beard%netscape.com
3daab4f8f8
put in sanity checking of pref data, if its size is incorrect it reverts to factory settings.
1999-05-08 22:56:39 +00:00
beard%netscape.com
889a8e48d7
added mac_get_file_length(), turned off disassembly (moved to linker)
1999-05-08 22:55:42 +00:00
beard%netscape.com
9fb2c6a7a6
turned off the "cantDisassemble" bit, moving disassembly to the linker.
1999-05-08 22:54:23 +00:00
beard%netscape.com
60a66b9f85
changed output field to use Str32Field type for alignment purposes (uses 34 bytes rather than 33).
1999-05-08 21:10:22 +00:00