From e68c7170053853616e0e1bf69fcc2c3c4a7d6990 Mon Sep 17 00:00:00 2001 From: Andi Jahja Date: Sat, 31 Jul 1999 04:36:06 +0000 Subject: [PATCH] Added Menu.Prg --- harbour/makefile.b32 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/harbour/makefile.b32 b/harbour/makefile.b32 index 9f710b195b..2f546988d2 100644 --- a/harbour/makefile.b32 +++ b/harbour/makefile.b32 @@ -1,3 +1,7 @@ +/* + * $Id$ + */ + # makefile for Borland C/C++ 32 bits .path.asm = source\compiler @@ -14,7 +18,7 @@ PROJECT: harbour.exe harbour.lib libs\b32\terminal.lib libs\win32\terminal.lib harbour.lib : arrays.obj asort.obj classes.obj codebloc.obj \ dates.obj dates2.obj datesx.obj debug.obj descend.obj devoutp.obj \ - dir.obj dynsym.obj environ.obj error.obj \ + dir.obj dynsym.obj environ.obj error.obj menu.obj \ errorapi.obj errorsys.obj extend.obj files.obj \ hardcr.obj hb_f.obj initsymb.obj inkey.obj itemapi.obj memvars.obj \ math.obj mathx.obj msguk.obj mtran.obj objfunc.obj \ @@ -61,6 +65,7 @@ strings.obj : strings.c extend.h hbdefs.h stringsx.obj : stringsx.c extend.h hbdefs.h tclass.obj : tclass.c extend.h hbdefs.h transfrm.obj : transfrm.c extend.h hbdefs.h +menu.obj : menu.c extend.h hbdefs.h asort.c : asort.prg harbour.exe devoutp.c : devoutp.prg harbour.exe @@ -69,6 +74,7 @@ errorsys.c : errorsys.prg harbour.exe objfunc.c : objfunc.prg harbour.exe stringp.c : stringp.prg harbour.exe tclass.c : tclass.prg harbour.exe +menu.c : menu.prg harbour.exe .asm.obj: tasm32 $<, $@