From 802eb7f44a3d6815ae442e6bad3386ca6a0c2b29 Mon Sep 17 00:00:00 2001 From: Jacek Kubica Date: Thu, 16 Mar 2006 09:30:52 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 6 ++++++ harbour/makefile.bc | 5 ----- harbour/makefile.nt | 1 - harbour/makefile.vc | 1 - harbour/makefile64.nt | 1 - 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 328e8d3737..785bd128ab 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,12 @@ For example: 2002-12-01 13:30 UTC+0100 Foo Bar */ + some typos in some of them which are very seldom used so your tests + will be very important. + +2006-03-19 03:43 UTC+0100 Jacek Kubica (kubica/at/wssk.wroc.pl) + * harbour/makefile.bc + * harbour/makefile.nt * harbour/makefile.vc * harbour/makefile64.nt * harbour/makefile.bc diff --git a/harbour/makefile.bc b/harbour/makefile.bc index d1c88f54b7..fae2f6438b 100644 --- a/harbour/makefile.bc +++ b/harbour/makefile.bc @@ -421,7 +421,6 @@ LANG_LIB_OBJS = \ $(OBJ_DIR)\msgdewin.obj \ $(OBJ_DIR)\msgel.obj \ $(OBJ_DIR)\msgelwin.obj \ - $(OBJ_DIR)\msgen.obj \ $(OBJ_DIR)\msgeo.obj \ $(OBJ_DIR)\msges.obj \ $(OBJ_DIR)\msgeswin.obj \ @@ -2270,10 +2269,6 @@ $(OBJ_DIR)\msgelwin.obj : $(LANG_DIR)\msgelwin.c $(CC) $(CLIBFLAGS) -o$@ $** tlib $(LANG_LIB) $(ARFLAGS) -+$@,, -$(OBJ_DIR)\msgen.obj : $(LANG_DIR)\msgen.c - $(CC) $(CLIBFLAGS) -o$@ $** - tlib $(LANG_LIB) $(ARFLAGS) -+$@,, - $(OBJ_DIR)\msgeo.obj : $(LANG_DIR)\msgeo.c $(CC) $(CLIBFLAGS) -o$@ $** tlib $(LANG_LIB) $(ARFLAGS) -+$@,, diff --git a/harbour/makefile.nt b/harbour/makefile.nt index 0021ba9c0e..fef0a9f660 100644 --- a/harbour/makefile.nt +++ b/harbour/makefile.nt @@ -479,7 +479,6 @@ LANG_LIB_OBJS = \ $(OBJ_DIR)\msgdewin.obj \ $(OBJ_DIR)\msgel.obj \ $(OBJ_DIR)\msgelwin.obj \ - $(OBJ_DIR)\msgen.obj \ $(OBJ_DIR)\msgeo.obj \ $(OBJ_DIR)\msges.obj \ $(OBJ_DIR)\msgeswin.obj \ diff --git a/harbour/makefile.vc b/harbour/makefile.vc index 089a11f71a..e2f4ff8d21 100644 --- a/harbour/makefile.vc +++ b/harbour/makefile.vc @@ -428,7 +428,6 @@ LANG_LIB_OBJS = \ $(OBJ_DIR)\msgdewin.obj \ $(OBJ_DIR)\msgel.obj \ $(OBJ_DIR)\msgelwin.obj \ - $(OBJ_DIR)\msgen.obj \ $(OBJ_DIR)\msgeo.obj \ $(OBJ_DIR)\msges.obj \ $(OBJ_DIR)\msgeswin.obj \ diff --git a/harbour/makefile64.nt b/harbour/makefile64.nt index de915119d1..2c131274ba 100644 --- a/harbour/makefile64.nt +++ b/harbour/makefile64.nt @@ -469,7 +469,6 @@ LANG_LIB_OBJS = \ $(OBJ_DIR)\msgdewin.obj \ $(OBJ_DIR)\msgel.obj \ $(OBJ_DIR)\msgelwin.obj \ - $(OBJ_DIR)\msgen.obj \ $(OBJ_DIR)\msgeo.obj \ $(OBJ_DIR)\msges.obj \ $(OBJ_DIR)\msgeswin.obj \