Update of /cvsroot/htoolkit/port
In directory sc8-pr-cvs1:/tmp/cvs-serv9023/port
Modified Files:
makefile
Log Message:
added AboutDialog (still only Linux)
Index: makefile
===================================================================
RCS file: /cvsroot/htoolkit/port/makefile,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** makefile 26 Apr 2003 20:56:33 -0000 1.19
--- makefile 2 May 2003 06:35:30 -0000 1.20
***************
*** 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 Slider.c ProgressBar.c
--- 48,52 ----
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 ProgressBar.c
|