Commit Graph

341 Commits

Author SHA1 Message Date
ssu%netscape.com
adb933b1be changing the logic MFC variable definition for nszip. It will now only build nszip (which requires MFC) if MOZ_MFC is set. This only affects the windows platforms. 1999-09-13 20:47:41 +00:00
dougt%netscape.com
95cb3e6242 fixing 10750 1999-09-13 19:23:44 +00:00
cyeh%netscape.com
561736b4b7 add stuff that was missing. 1999-09-10 20:10:27 +00:00
dougt%netscape.com
00725ef8f7 changing GetDiskSpaceAvailable to return a signed 64 bit value 1999-09-10 20:03:56 +00:00
dougt%netscape.com
f7032a1fbb attempting to clean up long long stuff. currently #ifdef 0. 1999-09-10 19:15:46 +00:00
ssu%netscape.com
3a9b02be20 removed WinMain() from nszip.cpp, and fixed makefile.win to compile it correctly. Affects only Windows 1999-09-10 19:11:40 +00:00
sgehani%netscape.com
084ccfb588 Fixes for 12263 and 13101. 1999-09-10 08:50:53 +00:00
sgehani%netscape.com
7386f5dde8 Mac parity for overriding default components folder when initializing xpcom. 1999-09-10 08:21:51 +00:00
leaf%mozilla.org
8e13c0b4dd Landing change to build ssu's native windows installer code by default.
(windows only change)
1999-09-10 02:19:26 +00:00
cyeh%netscape.com
33c9cb11af remove what i guess are obsolete components 1999-09-10 00:24:39 +00:00
cyeh%netscape.com
4e29fbf61e flip srcdir back to "\" 1999-09-10 00:18:24 +00:00
granrose%netscape.com
dbb1cd0d59 minor improvements, beginning XP file parsing work. 1999-09-10 00:11:54 +00:00
cyeh%netscape.com
64ff7287f7 hack the script so that it works under dos. enable dos mode.
_this is a terrible terrible hack that should be fixed in a proper way_
1999-09-09 23:57:08 +00:00
dveditz%netscape.com
4a6ffb14aa skip nszip if MOZ_NO_MFC is set 1999-09-09 22:37:18 +00:00
dveditz%netscape.com
42d4c52ac5 Making this compile on vc5. Not part of build yet 1999-09-09 22:34:32 +00:00
granrose%netscape.com
fe1c267690 Added code to set destination file permissions same as source file (unix only). 1999-09-09 22:24:51 +00:00
ssu%netscape.com
49f05065a2 fixing problem building under vc5 1999-09-09 22:21:21 +00:00
warren%netscape.com
40ed9d6ad2 Removed NS_BASE_STREAM_EOF in favor of returning a count of 0 from Read to indicate EOF. Renamed GetLength to Available. Fixed a number of places where AppendElement's broken error code wasn't checked. 1999-09-09 22:05:05 +00:00
cyeh%netscape.com
cbf5738288 fix spelling error 1999-09-09 22:02:09 +00:00
dougt%netscape.com
512a811aad fixing build bustage. 1999-09-09 21:22:13 +00:00
cyeh%netscape.com
0df10e38e2 add explanation header. make use of wildcards. 1999-09-09 20:28:00 +00:00
cyeh%netscape.com
2c07a3f406 another version of the unix packages file 1999-09-09 19:49:23 +00:00
granrose%netscape.com
729c87f5b0 improved debug levels, added --verbose, fail on mac/dos, and path delimiter variable. 1999-09-09 19:22:34 +00:00
dougt%netscape.com
41a7fa078c nsFileSpec::GetDiskSpace now returns a PRUint64. (12479)
thanks to Chet Murphy <cmurphy@modelworks.com> for the windows code!
1999-09-09 19:20:35 +00:00
ssu%netscape.com
853b980a94 fixing code to no longer be dependent on sdinst library. This is not part of the Seamonkey build yet. 1999-09-09 18:31:21 +00:00
ssu%netscape.com
d76fb0ba9e backing out wizard from being built at this moment due to licensing issue with a header file 1999-09-09 03:07:37 +00:00
cyeh%netscape.com
3e2ed0e77b massive cleanup from win32 to unix 1999-09-09 01:12:29 +00:00
ssu%netscape.com
7c1d9b6d42 adding the windows wizard to the Seamonkey build system. This only affects windows platform makefile.win 1999-09-09 00:59:43 +00:00
ssu%netscape.com
f79f05f100 new files to build native windows installer wizard 1999-09-09 00:33:41 +00:00
granrose%netscape.com
0c6046a865 Added command line options (src|dest|file|help|debug|os). Changed to warn if
component directory already exists rather than die.
1999-09-09 00:25:25 +00:00
ssu%netscape.com
48da019f96 updated header for building in mozilla. This is not part of Seamonkey build yet 1999-09-08 23:39:55 +00:00
ssu%netscape.com
22bd8a8cbd initial checkin. Not part of Seamonkey build yet 1999-09-08 23:39:21 +00:00
ssu%netscape.com
f8b59c13eb updated license file 1999-09-08 21:03:29 +00:00
cyeh%netscape.com
b9d6529300 dll -> so 1999-09-08 21:03:08 +00:00
ssu%netscape.com
efbba1e614 initial checkin. Not part of Seamonkey build yet 1999-09-08 21:02:47 +00:00
cyeh%netscape.com
6c4117cc19 use wildcards 1999-09-08 21:01:19 +00:00
colin%theblakes.com
7b8f5f0a4e Define EXTRA_DSO_LDOPTS as -lmozreg_s 1999-09-08 18:56:52 +00:00
dougt%netscape.com
5ab0ffed23 fixed bug 12366. 1999-09-08 18:53:27 +00:00
ssu%netscape.com
1d952f7479 added winmain() to get it to compile. This is not part of the Seamonkey build, yet 1999-09-08 18:50:47 +00:00
ssu%netscape.com
b8d345dd29 initial checkin. Not part of Seamonkey build yet 1999-09-08 18:02:02 +00:00
ssu%netscape.com
427d753d86 initial checkin for nszip files. This is not part of the seamonkey build yet. 1999-09-08 17:31:57 +00:00
colin%theblakes.com
f5a590e704 Add -lmozreg_s to EXTRA_DSO_LDOPTS 1999-09-08 11:35:52 +00:00
cyeh%netscape.com
f8aa9bce48 add mac and unix manifests, based on win32 one. (all i did was change
path delimiters)
1999-09-08 02:06:36 +00:00
cyeh%netscape.com
931a11c9fb move and rename manifest-win to /packager/packages-win 1999-09-08 01:35:41 +00:00
granrose%netscape.com
057fe3fb19 This is not part of the build, it should be fine.
Adding xpinstall manifest parser.
1999-09-07 23:30:45 +00:00
ssu%netscape.com
8b9df615a4 updated makefile to use non_mt libs.
update license info for the other files.

This is not part of the seamonkey build, yet.
1999-09-07 23:19:23 +00:00
dveditz%netscape.com
456e87a0c7 adding makefile 1999-09-07 19:29:04 +00:00
dougt%netscape.com
78d33dc35c Fixing 12075, 12108, 10750.
cleaning up how strings are passed into the install object from js.
1999-09-07 18:58:26 +00:00
dveditz%netscape.com
28bcd902fb fixing Unix bustage. These were apparently set in xp_file.h but also in a Windows system header 1999-09-04 20:25:38 +00:00
dveditz%netscape.com
ee89552282 remove xp_file.h from NSReg.h, required minor tweaking elsewhere to include
now missing NSPR types.
1999-09-04 19:46:18 +00:00