From: <kr_...@us...> - 2003-08-15 21:34:51
|
Update of /cvsroot/htoolkit/port In directory sc8-pr-cvs1:/tmp/cvs-serv21732 Modified Files: makefile Log Message: Rename ControlBar to DockBar Index: makefile =================================================================== RCS file: /cvsroot/htoolkit/port/makefile,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** makefile 13 Aug 2003 19:36:16 -0000 1.27 --- makefile 15 Aug 2003 16:44:27 -0000 1.28 *************** *** 51,55 **** ifeq "$(GUILIB)" "WIN32" ! CSRCS += MenuHandlesMap.c ControlBar.c endif --- 51,55 ---- ifeq "$(GUILIB)" "WIN32" ! CSRCS += MenuHandlesMap.c DockBar.c endif |