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 \