Update of /cvsroot/htoolkit/gio
In directory sc8-pr-cvs1:/tmp/cvs-serv2726
Modified Files:
makefile
Log Message:
bugfix
Index: makefile
===================================================================
RCS file: /cvsroot/htoolkit/gio/makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** makefile 24 Aug 2003 11:44:51 -0000 1.15
--- makefile 6 Oct 2003 19:04:50 -0000 1.16
***************
*** 28,34 ****
# 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 \
GIO/Window.hs GIO/Menu.hs \
GIO/CommonDialogs.hs GIO/Controls.hs \
--- 28,34 ----
# haskell (H) and C sources
! HSOURCES = GIO/Types.hs GIO/Font.hs GIO/Attributes.hs \
GIO/Bitmap.hs GIO/Canvas.hs \
! GIO/Events.hs GIO/Timer.hs GIO/Layout.hs \
GIO/Window.hs GIO/Menu.hs \
GIO/CommonDialogs.hs GIO/Controls.hs \
|