From 56fdc28b7d8ab40e14f4c7d39e10f4c1eecb6693 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Wed, 5 Apr 2006 12:22:37 +0000 Subject: [PATCH] Added hblbl.c and gencc.c modules --- harbour/makefile.nt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/harbour/makefile.nt b/harbour/makefile.nt index 07d843d71c..58604e36f9 100644 --- a/harbour/makefile.nt +++ b/harbour/makefile.nt @@ -1085,8 +1085,10 @@ $(HARBOUR_EXE) : \ $(COMPILER_DIR)\hbfix.c \ $(COMPILER_DIR)\hbfunchk.c \ $(COMPILER_DIR)\hbgenerr.c \ + $(COMPILER_DIR)\hblbl.c \ $(COMPILER_DIR)\genobj32.c \ $(COMPILER_DIR)\genc.c \ + $(COMPILER_DIR)\gencc.c \ $(COMPILER_DIR)\gencli.c \ $(COMPILER_DIR)\gencobj.c \ $(COMPILER_DIR)\genhrb.c \ @@ -1114,8 +1116,10 @@ $(HARBOUR_EXE) : \ $(COMPILER_DIR)\hbfix.c \ $(COMPILER_DIR)\hbfunchk.c \ $(COMPILER_DIR)\hbgenerr.c \ + $(COMPILER_DIR)\hblbl.c \ $(COMPILER_DIR)\genobj32.c \ $(COMPILER_DIR)\genc.c \ + $(COMPILER_DIR)\gencc.c \ $(COMPILER_DIR)\gencli.c \ $(COMPILER_DIR)\gencobj.c \ $(COMPILER_DIR)\genhrb.c \