pike.git/
NT/
init_nt
Branch:
Tag:
Non-build tags
All tags
No tags
1998-01-17
1998-01-17 01:00:19 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
34f8f07504a8747f2c491ae881fb3d2ad5da3487 (
7
lines) (+
7
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
should now work with mountpoints other than /
Rev: NT/init_nt:1.5
Rev: NT/tools/lib:1.8
12:
PATH=`pwd`/tools:$PATH CC=rntcc NTTOOLS=`pwd`/tools/lib
+
if [ "x$NTMOUNT" = x ]; then
+
MNTREPLACE=""
+
else
+
MNTREPLACE="s@$NTMOUNT@@g
+
"
+
fi
export NTHOST NTDRIVE NTCC CC PATH NTTOOLS