Update of /cvsroot/htoolkit/port
In directory sc8-pr-cvs1:/tmp/cvs-serv5941
Modified Files:
makefile
Log Message:
Add support for DateEntry control
Index: makefile
===================================================================
RCS file: /cvsroot/htoolkit/port/makefile,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** makefile 23 Nov 2003 10:23:13 -0000 1.44
--- makefile 24 Nov 2003 22:40:41 -0000 1.45
***************
*** 46,50 ****
STUBS = Port/Handlers.hs
! CSRCS = Window.c Util.c Bitmap.c Button.c CheckBox.c EditBox.c \
FileDialog.c ColorDialog.c FontDialog.c AboutDialog.c PopUp.c Canvas.c Menu.c ListBox.c \
Label.c Font.c RadioBox.c Timer.c Frame.c Message.c Slider.c TrackBar.c ProgressBar.c \
--- 46,50 ----
STUBS = Port/Handlers.hs
! CSRCS = Window.c Util.c Bitmap.c Button.c CheckBox.c EditBox.c DateEntry.c \
FileDialog.c ColorDialog.c FontDialog.c AboutDialog.c PopUp.c Canvas.c Menu.c ListBox.c \
Label.c Font.c RadioBox.c Timer.c Frame.c Message.c Slider.c TrackBar.c ProgressBar.c \
|