Update of /cvsroot/htoolkit/gio
In directory sc8-pr-cvs1:/tmp/cvs-serv19641/gio
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/gio/makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** makefile 26 Mar 2003 10:38:32 -0000 1.7
--- makefile 30 Mar 2003 18:49:07 -0000 1.8
***************
*** 36,40 ****
GIO/Window.hs GIO/Menu.hs \
GIO/CommonDialogs.hs GIO/Controls.hs \
! GIO/Messages.hs \
GIO.hs \
--- 36,40 ----
GIO/Window.hs GIO/Menu.hs \
GIO/CommonDialogs.hs GIO/Controls.hs \
! GIO/Messages.hs GIO/Process.hs \
GIO.hs \
|