From 2c7aad5b5b02be595fdd3c841280e4406e37c36f Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Thu, 29 Nov 2001 19:46:04 +0000 Subject: [PATCH] See ChangeLog entry 2001-11-29 14:45 UTC-0500 David G. Holm --- harbour/ChangeLog | 5 +++++ harbour/makefile.vc | 1 + 2 files changed, 6 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b2c409727b..3b3c692936 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,8 @@ +2001-11-29 14:45 UTC-0500 David G. Holm + + * makefile.vc + + Added spfiles.obj + 2001-11-29 20:33 GMT+1 Antonio Linares * source/rtl/philes.c ! msvc required type cast added diff --git a/harbour/makefile.vc b/harbour/makefile.vc index 35d7abced7..727a482107 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -336,6 +336,7 @@ RTL_LIB_OBJS = \ $(OBJ_DIR)\shadow.obj \ $(OBJ_DIR)\soundex.obj \ $(OBJ_DIR)\space.obj \ + $(OBJ_DIR)\spfiles.obj \ $(OBJ_DIR)\str.obj \ $(OBJ_DIR)\strcase.obj \ $(OBJ_DIR)\strings.obj \