diff --git a/harbour/makefile.b32 b/harbour/makefile.b32 index e57175321d..336ddb4112 100644 --- a/harbour/makefile.b32 +++ b/harbour/makefile.b32 @@ -31,7 +31,7 @@ harbour.lib : achoice.obj adir.obj alert.obj arrays.obj asort.obj \ errorapi.obj errorsys.obj harbinit.obj extend.obj fileread.obj filesys.obj fm.obj \ hardcr.obj hb_f.obj hvm.obj initsymb.obj inkey.obj itemapi.obj \ langapi.obj mainstd.obj mainwin.obj math.obj mathx.obj memofile.obj \ - memvars.obj menuto.obj mlcount.obj mtran.obj msges.obj \ + memoline.obj memvars.obj menuto.obj mlcount.obj mtran.obj msges.obj \ objfunc.obj readvar.obj xsavescr.obj memvarbl.obj \ set.obj setcolor.obj setkey.obj strfmt.obj strings.obj symbols.obj stringp.obj \ stringsx.obj tbcolumn.obj tbrowse.obj tbrwtext.obj tclass.obj tget.obj tgetlist.obj tone.obj transfrm.obj @@ -79,7 +79,9 @@ mainstd.obj : mainstd.c extend.h hbdefs.h mainwin.obj : mainwin.c extend.h hbdefs.h math.obj : math.c extend.h hbdefs.h mathx.obj : mathx.c extend.h hbdefs.h +mlcount.obj : mlcount.c extend.h hbdefs.h memofile.obj : memofile.c extend.h hbdefs.h +memoline.obj : memoline.c extend.h hbdefs.h memvarbl.obj : memvarbl.c extend.h hbdefs.h memvars.obj : memvars.c extend.h hbdefs.h menuto.obj : menuto.c extend.h hbdefs.h