Added alpha and x86 binaries and the README file to
buildtools/windows/bin. git-svn-id: svn://10.0.0.236/trunk@825 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a10eab0307
commit
705b2825f3
26
buildtools/windows/bin/README
Normal file
26
buildtools/windows/bin/README
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
Building NSPR on Windows NT Using Netscape's gmake and Other Tools
|
||||||
|
|
||||||
|
This directory contains the following tools:
|
||||||
|
- gmake.exe: GNU make 3.74, modified to use shmsdos.exe as the shell
|
||||||
|
- shmsdos.exe: a lightweight shell developed by Netscape programmers.
|
||||||
|
It has most of the file manipulation operations (such as cp,
|
||||||
|
rm, mkdir as well as Netscape's own nsinstall) as built-in
|
||||||
|
commands, so even if you have these
|
||||||
|
file utilities installed on your NT machine, they won't be invoked
|
||||||
|
by gmake and shmsdos. Also, since shmsdos is not a full-blown
|
||||||
|
shell and its built-in file commands are not fully compatible
|
||||||
|
with the true Unix file utilities, our makefiles have had to
|
||||||
|
avoid some features of sh and work around the incompatibilities
|
||||||
|
on Windows NT.
|
||||||
|
- uname.exe: this uname.exe returns the OS as "WINNT", which is what
|
||||||
|
our makefiles assume. Do not use a uname.exe that returns other
|
||||||
|
strings, such as "Windows_NT".
|
||||||
|
|
||||||
|
Binaries for the x86 processors can be found in the 'x86' subdirectory.
|
||||||
|
Binaries for the alpha processors can be found in the 'alpha'
|
||||||
|
subdirectory.
|
||||||
|
|
||||||
|
INSTALLATION:
|
||||||
|
|
||||||
|
Install gmake.exe, shmsdos.exe, and uname.exe in any directory.
|
||||||
|
Add that directory to your Path environment variable.
|
||||||
BIN
buildtools/windows/bin/alpha/gmake.exe
Executable file
BIN
buildtools/windows/bin/alpha/gmake.exe
Executable file
Binary file not shown.
BIN
buildtools/windows/bin/alpha/nsinstall.exe
Executable file
BIN
buildtools/windows/bin/alpha/nsinstall.exe
Executable file
Binary file not shown.
BIN
buildtools/windows/bin/alpha/shmsdos.exe
Executable file
BIN
buildtools/windows/bin/alpha/shmsdos.exe
Executable file
Binary file not shown.
BIN
buildtools/windows/bin/alpha/uname.exe
Executable file
BIN
buildtools/windows/bin/alpha/uname.exe
Executable file
Binary file not shown.
BIN
buildtools/windows/bin/x86/gmake.exe
Executable file
BIN
buildtools/windows/bin/x86/gmake.exe
Executable file
Binary file not shown.
BIN
buildtools/windows/bin/x86/nsinstall.exe
Executable file
BIN
buildtools/windows/bin/x86/nsinstall.exe
Executable file
Binary file not shown.
BIN
buildtools/windows/bin/x86/shmsdos.exe
Executable file
BIN
buildtools/windows/bin/x86/shmsdos.exe
Executable file
Binary file not shown.
BIN
buildtools/windows/bin/x86/uname.exe
Executable file
BIN
buildtools/windows/bin/x86/uname.exe
Executable file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user