From 91f80b46c628c6068d0fd530675f9bf8e60e905d Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Wed, 2 Nov 2005 06:31:47 +0000 Subject: [PATCH] added references to new files --- harbour/makefile.nt | 2 ++ harbour/makefile64.nt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/harbour/makefile.nt b/harbour/makefile.nt index 63a1b37f53..f39e8b2e93 100644 --- a/harbour/makefile.nt +++ b/harbour/makefile.nt @@ -303,6 +303,7 @@ RTL_LIB_OBJS = \ $(OBJ_DIR)\filehb.obj \ $(OBJ_DIR)\filesys.obj \ $(OBJ_DIR)\fkmax.obj \ + $(OBJ_DIR)\fserror.obj \ $(OBJ_DIR)\fnsplit.obj \ $(OBJ_DIR)\fssize.obj \ $(OBJ_DIR)\fstemp.obj \ @@ -744,6 +745,7 @@ COMMON_LIB_OBJS = \ $(OBJ_DIR)\hbverdsp.obj \ $(OBJ_DIR)\expropt1.obj \ $(OBJ_DIR)\expropt2.obj \ + $(OBJ_DIR)\hbarch.obj \ $(OBJ_DIR)\reserved.obj # diff --git a/harbour/makefile64.nt b/harbour/makefile64.nt index 0ba4b05924..a76a01309b 100644 --- a/harbour/makefile64.nt +++ b/harbour/makefile64.nt @@ -303,6 +303,7 @@ RTL_LIB_OBJS = \ $(OBJ_DIR)\filehb.obj \ $(OBJ_DIR)\filesys.obj \ $(OBJ_DIR)\fkmax.obj \ + $(OBJ_DIR)\fserror.obj \ $(OBJ_DIR)\fnsplit.obj \ $(OBJ_DIR)\fssize.obj \ $(OBJ_DIR)\fstemp.obj \ @@ -744,6 +745,7 @@ COMMON_LIB_OBJS = \ $(OBJ_DIR)\hbverdsp.obj \ $(OBJ_DIR)\expropt1.obj \ $(OBJ_DIR)\expropt2.obj \ + $(OBJ_DIR)\hbarch.obj \ $(OBJ_DIR)\reserved.obj #