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 #