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."
_______________________________________________
OpenAFS-devel mailing list
[EMAIL PROTECTED]
https://lists.openafs.org/mailman/listinfo/openafs-devel