From d0e4d5a289bbcfe51b36fd2e980020fe36fd2ff0 Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Sat, 15 Apr 2000 01:16:32 +0000 Subject: [PATCH] See changelog 20000415 22:10 gmt-3 --- harbour/ChangeLog | 6 ++++++ harbour/makefile.bc | 7 ++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index c38c2513ec..1d6ee6aec6 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +20000415-22:10 GMT-3 Luiz Rafael Culik + *makefile.bc + +added msgpt.c to dependencie list + + source/lang/msgpt.c + *Support module for Portugues Messages + 20000414-17:57 GMT-8 Ron Pinkas * source/compiler/harbour.c diff --git a/harbour/makefile.bc b/harbour/makefile.bc index 42111ddffa..42c0231745 100644 --- a/harbour/makefile.bc +++ b/harbour/makefile.bc @@ -300,7 +300,8 @@ LANG_LIB_OBJS = \ $(OBJ_DIR)\msgen.obj \ $(OBJ_DIR)\msghu852.obj \ $(OBJ_DIR)\msghucwi.obj \ - $(OBJ_DIR)\msghuwin.obj + $(OBJ_DIR)\msghuwin.obj \ + $(OBJ_DIR)\msgpt.obj # # TOOLS.LIB rules @@ -1598,6 +1599,10 @@ $(OBJ_DIR)\msghuwin.obj : $(LANG_DIR)\msghuwin.c $(CC) $(CLIBFLAGS) -I$(LANG_DIR) -o$@ $** tlib $(LANG_LIB) $(ARFLAGS) -+$@,, +$(OBJ_DIR)\msgpt.obj : $(LANG_DIR)\msgpt.c + $(CC) $(CLIBFLAGS) -I$(LANG_DIR) -o$@ $** + tlib $(LANG_LIB) $(ARFLAGS) -+$@,, + # # TOOLS.LIB dependencies #