From: <kr_...@us...> - 2003-02-10 22:42:42
|
Update of /cvsroot/htoolkit/port In directory sc8-pr-cvs1:/tmp/cvs-serv30164a Modified Files: makefile Log Message: MDI/SDI interface for Windows Index: makefile =================================================================== RCS file: /cvsroot/htoolkit/port/makefile,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** makefile 31 Jan 2003 21:06:12 -0000 1.9 --- makefile 10 Feb 2003 22:42:07 -0000 1.10 *************** *** 38,41 **** --- 38,42 ---- Port/Controls.hs \ Port/FileDialog.hs Port/Menu.hs Port/Window.hs \ + Port/Timer.hs \ Port.hs *************** *** 44,48 **** 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 # package description --- 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 |