From: <kr_...@us...> - 2003-01-30 23:58:54
|
Update of /cvsroot/htoolkit/gio In directory sc8-pr-cvs1:/tmp/cvs-serv31455/gio Modified Files: makefile Log Message: Move Geometry combinators from gio to port Index: makefile =================================================================== RCS file: /cvsroot/htoolkit/gio/makefile,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** makefile 30 Jan 2003 21:54:49 -0000 1.5 --- makefile 30 Jan 2003 23:58:14 -0000 1.6 *************** *** 30,34 **** # haskell (H) and C sources ! HSOURCES = GIO/Types.hs GIO/Font.hs GIO/Geometry.hs GIO/Attributes.hs GIO/Layout.hs \ GIO/Bitmap.hs GIO/Canvas.hs \ GIO/Events.hs GIO/Timer.hs \ --- 30,35 ---- # haskell (H) and C sources ! ! HSOURCES = GIO/Types.hs GIO/Font.hs GIO/Attributes.hs GIO/Layout.hs \ GIO/Bitmap.hs GIO/Canvas.hs \ GIO/Events.hs GIO/Timer.hs \ |