From f69b9ac52843df8e6024603e160100c4a617f5d3 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Wed, 2 Jul 2003 07:23:42 +0000 Subject: [PATCH] added gencli.c module --- harbour/makefile.nt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/harbour/makefile.nt b/harbour/makefile.nt index f352e18e2e..270fb5d4c0 100644 --- a/harbour/makefile.nt +++ b/harbour/makefile.nt @@ -963,6 +963,7 @@ $(HARBOUR_EXE) : \ $(COMPILER_DIR)\hbgenerr.c \ $(COMPILER_DIR)\genobj32.c \ $(COMPILER_DIR)\genc.c \ + $(COMPILER_DIR)\gencli.c \ $(COMPILER_DIR)\gencobj.c \ $(COMPILER_DIR)\genhrb.c \ $(COMPILER_DIR)\genjava.c \ @@ -988,6 +989,7 @@ $(HARBOUR_EXE) : \ $(COMPILER_DIR)\hbgenerr.c \ $(COMPILER_DIR)\genobj32.c \ $(COMPILER_DIR)\genc.c \ + $(COMPILER_DIR)\gencli.c \ $(COMPILER_DIR)\gencobj.c \ $(COMPILER_DIR)\genhrb.c \ $(COMPILER_DIR)\genjava.c \