From e178ba77496e0ab112024bea1cbf231e2f685d71 Mon Sep 17 00:00:00 2001 From: Antonio Linares Date: Sat, 15 Dec 2001 09:05:30 +0000 Subject: [PATCH] Added dynlibhb.c module --- harbour/makefile.bc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/harbour/makefile.bc b/harbour/makefile.bc index f7f3600f78..734259d9d7 100644 --- a/harbour/makefile.bc +++ b/harbour/makefile.bc @@ -7,8 +7,8 @@ # # --------------------------------------------------------------- -# If you need to set additional compiler/linker options use the -# environment variables below, but please DON'T MODIFY THIS FILE +# If you need to set additional compiler/linker options use the +# environment variables below, but please DON'T MODIFY THIS FILE # for this purpose. # --------------------------------------------------------------- @@ -527,6 +527,7 @@ VM_LIB_OBJS = \ $(OBJ_DIR)\cmdarg.obj \ $(OBJ_DIR)\codebloc.obj \ $(OBJ_DIR)\debug.obj \ + $(OBJ_DIR)\dynlibhb.obj \ $(OBJ_DIR)\dynsym.obj \ $(OBJ_DIR)\estack.obj \ $(OBJ_DIR)\eval.obj \ @@ -1059,6 +1060,10 @@ $(OBJ_DIR)\debug.obj : $(VM_DIR)\debug.c $(CC) $(CLIBFLAGS) -o$@ $** tlib $(VM_LIB) $(ARFLAGS) -+$@,, +$(OBJ_DIR)\dynlibhb.obj : $(VM_DIR)\dynlibhb.c + $(CC) $(CLIBFLAGS) -o$@ $** + tlib $(VM_LIB) $(ARFLAGS) -+$@,, + $(OBJ_DIR)\dynsym.obj : $(VM_DIR)\dynsym.c $(CC) $(CLIBFLAGS) -o$@ $** tlib $(VM_LIB) $(ARFLAGS) -+$@,,