From 0ff7dcf9962587f36b023a6478b3fa328402aeda Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Wed, 2 Jul 2003 07:24:22 +0000 Subject: [PATCH] Added gencli.c module --- harbour/makefile.vc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/harbour/makefile.vc b/harbour/makefile.vc index e2a5a36269..cfb616a491 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -927,6 +927,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 \ @@ -952,6 +953,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 \