[OpenAFS-devel] Windows build possible from snapshots?
James Peterson
jimpeter@us.ibm.com
Mon, 25 Jun 2001 10:57:49 -0700
I built the 1.0.4 release on Windows. What am I missing in the
snapshots?
You need to change the line in NTMAKEFILE located in the root directory
(one above SRC or DEST)
FROM:
MKDIR = mkdir
OBJ = obj
# Standard install directory.
TO:
MKDIR = mkdir
OBJ = src
# Standard install directory.
Winnt build doesn't have symbolic mounts and therefore the objects must be
build in the SRC folder.
If you do a build on a AFS file system you can use symlink to build up a
OBJ subtree and build your objects in OBJ folder. If you use this option
you can leave the NTMAKEFILE as it is.
James Peterson
"Integrity is the base of excellence."