From 3dc18debf9ae1e70d61699419c50130f338fef3c Mon Sep 17 00:00:00 2001 From: Paul Tucker Date: Mon, 25 Oct 1999 20:52:47 +0000 Subject: [PATCH] *** empty log message *** --- harbour/makefile.vc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/harbour/makefile.vc b/harbour/makefile.vc index bcf4a30004..72cc6bf159 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -77,6 +77,7 @@ HARBOUR_LIB_OBJS = \ $(OBJ_DIR)\codebloc.obj \ $(OBJ_DIR)\console.obj \ $(OBJ_DIR)\copyfile.obj \ + $(OBJ_DIR)\ctchksum.obj \ $(OBJ_DIR)\ctchrmix.obj \ $(OBJ_DIR)\ctcrypt.obj \ $(OBJ_DIR)\dates.obj \ @@ -756,6 +757,9 @@ $(OBJ_DIR)\chrfirst.obj : $(TOOLS_DIR)\chrfirst.c $(OBJ_DIR)\chrtotal.obj : $(TOOLS_DIR)\chrtotal.c $(CC) $(CLIBFLAGS) -Fo$@ $** +$(OBJ_DIR)\ctchksum.obj : $(TOOLS_DIR)\ctchksum.c + $(CC) $(CLIBFLAGS) -Fo$@ $** + $(OBJ_DIR)\ctchrmix.obj : $(TOOLS_DIR)\ctchrmix.c $(CC) $(CLIBFLAGS) -Fo$@ $**