From: <kr_...@us...> - 2003-03-14 15:26:17
|
Update of /cvsroot/htoolkit/port In directory sc8-pr-cvs1:/tmp/cvs-serv22788 Modified Files: makefile Log Message: Initial support for Document model Index: makefile =================================================================== RCS file: /cvsroot/htoolkit/port/makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** makefile 10 Feb 2003 22:42:07 -0000 1.10 --- makefile 14 Mar 2003 15:26:09 -0000 1.11 *************** *** 39,42 **** --- 39,44 ---- Port/FileDialog.hs Port/Menu.hs Port/Window.hs \ Port/Timer.hs \ + Port/Message.hs \ + Port/Document.hs \ Port.hs *************** *** 45,49 **** CSRCS = Window.c Util.c Bitmap.c Button.c CheckBox.c EditBox.c \ FileDialog.c PopUp.c Canvas.c Menu.c ListBox.c Label.c \ ! Font.c RadioBox.c Timer.c Frame.c # package description --- 47,51 ---- CSRCS = Window.c Util.c Bitmap.c Button.c CheckBox.c EditBox.c \ FileDialog.c PopUp.c Canvas.c Menu.c ListBox.c Label.c \ ! Font.c RadioBox.c Timer.c Frame.c Message.c # package description |