|
From: Andre R. <and...@us...> - 2006-03-09 13:44:32
|
Update of /cvsroot/frontierkernel/Frontier/build_GNU In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22981 Modified Files: Makefile Log Message: Added sysshellcall.h/.c Index: Makefile =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/build_GNU/Makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Makefile 10 Feb 2006 21:21:15 -0000 1.5 --- Makefile 9 Mar 2006 13:44:21 -0000 1.6 *************** *** 346,349 **** --- 346,350 ---- $(SRCDIR)/Common/headers/odbinternal.h \ $(SRCDIR)/Common/headers/CallMachOFrameWork.h \ + $(SRCDIR)/Common/headers/sysshellcall.h \ $(SRCDIR)/Common/headers/langhtml.h \ $(SRCDIR)/Common/headers/langxml.h \ *************** *** 685,688 **** --- 686,690 ---- $(SRCDIR)/Common/source/smallicon.c \ $(SRCDIR)/Common/source/sounds.c \ + $(SRCDIR)/Common/source/sysshellcall.c \ $(SRCDIR)/Common/source/textedit.c \ $(SRCDIR)/Common/source/threads.c \ *************** *** 721,724 **** --- 723,727 ---- $(OBJDIR)/Common/source/smallicon.o \ $(OBJDIR)/Common/source/sounds.o \ + $(OBJDIR)/Common/source/sysshellcall.o \ $(OBJDIR)/Common/source/textedit.o \ $(OBJDIR)/Common/source/threads.o \ |