Update of /cvsroot/htoolkit/port
In directory sc8-pr-cvs1:/tmp/cvs-serv26777
Modified Files:
makefile
Log Message:
Add LayoutContainer.c to the list of source files.
Index: makefile
===================================================================
RCS file: /cvsroot/htoolkit/port/makefile,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** makefile 9 Sep 2003 13:34:39 -0000 1.41
--- makefile 1 Oct 2003 21:58:57 -0000 1.42
***************
*** 53,57 ****
CSRCS += MenuHandlesMap.c DockBar.c
else
! CSRCS += gtkdropdownbutton.c gtkdropdowntoolbutton.c
endif
--- 53,57 ----
CSRCS += MenuHandlesMap.c DockBar.c
else
! CSRCS += gtkdropdownbutton.c gtkdropdowntoolbutton.c LayoutContainer.c
endif
***************
*** 179,184 ****
$(COBJS): $(COUTDIR)/%.c.o: %.c
$(CC) -o $@ -c $< $(CC-OPTIONS) -MD $(INCDIRS)
! @#move dependendcy files only needed for gcc 2.xx
! @#@mv $(*F).d $(COUTDIR)/$(*F).c.d
#--------------------------------------------------------------------------
--- 179,184 ----
$(COBJS): $(COUTDIR)/%.c.o: %.c
$(CC) -o $@ -c $< $(CC-OPTIONS) -MD $(INCDIRS)
! @#move dependendcy files only needed for gcc 2.xx
! @#@mv $(*F).d $(COUTDIR)/$(*F).c.d
#--------------------------------------------------------------------------
|