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 \