Update of /cvsroot/htoolkit/port
In directory sc8-pr-cvs1:/tmp/cvs-serv16659
Modified Files:
makefile
Log Message:
add implementation for FontDialog
Index: makefile
===================================================================
RCS file: /cvsroot/htoolkit/port/makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** makefile 15 Mar 2003 01:06:32 -0000 1.13
--- makefile 16 Mar 2003 23:48:12 -0000 1.14
***************
*** 38,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 \
--- 38,42 ----
Port/Bitmap.hs Port/Font.hs Port/Canvas.hs \
Port/Controls.hs \
! Port/FileDialog.hs Port/ColorDialog.hs Port/FontDialog.hs \
Port/Menu.hs Port/Window.hs \
Port/Timer.hs \
***************
*** 48,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
--- 48,52 ----
CSRCS = Window.c Util.c Bitmap.c Button.c CheckBox.c EditBox.c \
! FileDialog.c ColorDialog.c FontDialog.c PopUp.c Canvas.c Menu.c ListBox.c \
Label.c Font.c RadioBox.c Timer.c Frame.c Message.c
|