From 38b59855c64c2e69b5274af12ce274cb1f9eb87e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sun, 28 Dec 1997 01:31:11 -0800 Subject: [PATCH] updated Rev: NT/.cvsignore:1.2 Rev: NT/init_nt:1.2 --- NT/.cvsignore | 14 ++++++++++++++ NT/.gitignore | 14 ++++++++++++++ NT/init_nt | 4 ++-- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/NT/.cvsignore b/NT/.cvsignore index 2be09488aa..0676347fc2 100644 --- a/NT/.cvsignore +++ b/NT/.cvsignore @@ -11,3 +11,17 @@ machine.h modules pike stamp-h +test +test.c +test.mk +test.mk1 +test.tgt +test.wpj +test2.c +test3.c +test3.i +test3.lb1 +test3.lib +test3.mk1 +test3.tgt +test4.c diff --git a/NT/.gitignore b/NT/.gitignore index 2ae35332b9..cd2d92df2c 100644 --- a/NT/.gitignore +++ b/NT/.gitignore @@ -11,3 +11,17 @@ /modules /pike /stamp-h +/test +/test.c +/test.mk +/test.mk1 +/test.tgt +/test.wpj +/test2.c +/test3.c +/test3.i +/test3.lb1 +/test3.lib +/test3.mk1 +/test3.tgt +/test4.c diff --git a/NT/init_nt b/NT/init_nt index 0ce4aea5a3..82a8183314 100755 --- a/NT/init_nt +++ b/NT/init_nt @@ -2,11 +2,11 @@ NTHOST=kheleyr NTDRIVE='j:' -NTCC=wcl386 PATH=`pwd`/tools:$PATH CC=rntcc +NTTOOLS=`pwd`/tools/lib -export NTHOST NTDRIVE NTCC CC PATH +export NTHOST NTDRIVE NTCC CC PATH NTTOOLS if [ "$#" != 0 ]; then exec $@ -- GitLab