|
From: <kr_...@us...> - 2003-07-08 20:31:32
|
Update of /cvsroot/htoolkit/port In directory sc8-pr-cvs1:/tmp/cvs-serv14568 Modified Files: makefile Log Message: Added implementation for ToolBar. The Windows version is still in very basic state. Index: makefile =================================================================== RCS file: /cvsroot/htoolkit/port/makefile,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** makefile 4 Jul 2003 17:39:04 -0000 1.22 --- makefile 8 Jul 2003 20:31:29 -0000 1.23 *************** *** 44,47 **** --- 44,48 ---- Port/Document.hs \ Port/ConfigKey.hs \ + Port/ToolBar.hs \ Port.hs *************** *** 50,57 **** CSRCS = Window.c Util.c Bitmap.c Button.c CheckBox.c EditBox.c \ FileDialog.c ColorDialog.c FontDialog.c AboutDialog.c PopUp.c Canvas.c Menu.c ListBox.c \ ! Label.c Font.c RadioBox.c Timer.c Frame.c Message.c Slider.c ProgressBar.c ConfigKey.c ifeq "$(GUILIB)" "WIN32" ! CSRCS += MenuHandlesMap.c endif --- 51,59 ---- CSRCS = Window.c Util.c Bitmap.c Button.c CheckBox.c EditBox.c \ FileDialog.c ColorDialog.c FontDialog.c AboutDialog.c PopUp.c Canvas.c Menu.c ListBox.c \ ! Label.c Font.c RadioBox.c Timer.c Frame.c Message.c Slider.c ProgressBar.c ConfigKey.c \ ! ToolBar.c ifeq "$(GUILIB)" "WIN32" ! CSRCS += MenuHandlesMap.c ControlBar.c endif |