See changelog 20000415 22:10 gmt-3

This commit is contained in:
Luiz Rafael Culik
2000-04-15 01:16:32 +00:00
parent 155b251fa0
commit d0e4d5a289
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
20000415-22:10 GMT-3 Luiz Rafael Culik <culik@sl.conex.net>
*makefile.bc
+added msgpt.c to dependencie list
+ source/lang/msgpt.c
*Support module for Portugues Messages
20000414-17:57 GMT-8 Ron Pinkas <Ron@Profit-Master.com>
* source/compiler/harbour.c

View File

@@ -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
#