From: <kr_...@us...> - 2003-03-30 18:49:12
|
Update of /cvsroot/htoolkit/port In directory sc8-pr-cvs1:/tmp/cvs-serv19641/port Modified Files: makefile Log Message: The process related features are extracted into newly created module "Process". Added new process attribute "title" instead of title as parameter. Index: makefile =================================================================== RCS file: /cvsroot/htoolkit/port/makefile,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** makefile 27 Mar 2003 13:36:21 -0000 1.15 --- makefile 30 Mar 2003 18:49:07 -0000 1.16 *************** *** 39,43 **** Port/Controls.hs \ Port/FileDialog.hs Port/ColorDialog.hs Port/FontDialog.hs \ ! Port/Menu.hs Port/Window.hs \ Port/Timer.hs \ Port/Message.hs \ --- 39,43 ---- Port/Controls.hs \ Port/FileDialog.hs Port/ColorDialog.hs Port/FontDialog.hs \ ! Port/Menu.hs Port/Window.hs Port/Process.hs \ Port/Timer.hs \ Port/Message.hs \ |