From c81b335576962a8b12e2b3cf61377941d12495ec Mon Sep 17 00:00:00 2001 From: Paul Tucker Date: Sat, 29 Jan 2000 06:57:04 +0000 Subject: [PATCH] Add source/rtl/oemansi.c to makefile.vc --- harbour/ChangeLog | 4 ++++ harbour/makefile.vc | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ffd4c7c856..68865eaff3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +20000129-01:55 EST Paul Tucker + * makefile.vc + + source/rtl/oemansi.c + 20000128-20:15 GMT+1 Ryszard Glab *source/macro/macro.l diff --git a/harbour/makefile.vc b/harbour/makefile.vc index 39dd66bfbd..dcfd75d0ba 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -130,6 +130,7 @@ HARBOUR_LIB_OBJS = \ $(OBJ_DIR)\natmsg.obj \ $(OBJ_DIR)\net.obj \ $(OBJ_DIR)\objfunc.obj \ + $(OBJ_DIR)\oemansi.obj \ $(OBJ_DIR)\oldbox.obj \ $(OBJ_DIR)\oldclear.obj \ $(OBJ_DIR)\pcount.obj \ @@ -667,6 +668,9 @@ $(RTL_DIR)\objfunc.c : $(RTL_DIR)\objfunc.prg $(OBJ_DIR)\objfunc.obj : $(RTL_DIR)\objfunc.c $(CC) $(CLIBFLAGS) -Fo$@ $** +$(OBJ_DIR)\oemansi.obj : $(RTL_DIR)\oemansi.c + $(CC) $(CLIBFLAGS) -Fo$@ $** + $(OBJ_DIR)\oldbox.obj : $(RTL_DIR)\oldbox.c $(CC) $(CLIBFLAGS) -Fo$@ $**