Update of /cvsroot/htoolkit/port
In directory sc8-pr-cvs1:/tmp/cvs-serv31129
Modified Files:
makefile
Log Message:
Implementation for the ColorDialog
Index: makefile
===================================================================
RCS file: /cvsroot/htoolkit/port/makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** makefile 14 Mar 2003 15:26:09 -0000 1.11
--- makefile 14 Mar 2003 18:38:42 -0000 1.12
***************
*** 37,41 ****
Port/Bitmap.hs Port/Font.hs Port/Canvas.hs \
Port/Controls.hs \
! Port/FileDialog.hs Port/Menu.hs Port/Window.hs \
Port/Timer.hs \
Port/Message.hs \
--- 37,42 ----
Port/Bitmap.hs Port/Font.hs Port/Canvas.hs \
Port/Controls.hs \
! Port/FileDialog.hs Port/ColorDialog.hs \
! Port/Menu.hs Port/Window.hs \
Port/Timer.hs \
Port/Message.hs \
***************
*** 46,51 ****
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 Message.c
# package description
--- 47,52 ----
CSRCS = Window.c Util.c Bitmap.c Button.c CheckBox.c EditBox.c \
! FileDialog.c ColorDialog.c PopUp.c Canvas.c Menu.c ListBox.c \
! Label.c Font.c RadioBox.c Timer.c Frame.c Message.c
# package description
|