From: <kr_...@us...> - 2003-03-15 01:06:39
|
Update of /cvsroot/htoolkit/port In directory sc8-pr-cvs1:/tmp/cvs-serv24588 Modified Files: configure makefile Log Message: Add comprehencive list of predefined colors. The new Colors module contains the abstract data definition for Color type and a lot of functions which represents predefined colors. Index: configure =================================================================== RCS file: /cvsroot/htoolkit/port/configure,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** configure 30 Jan 2003 11:26:47 -0000 1.8 --- configure 15 Mar 2003 01:06:32 -0000 1.9 *************** *** 362,367 **** # Create directories echo "creating output directories:" - echo " - doc" - mkdir -p doc echo " - config" mkdir -p config --- 362,365 ---- Index: makefile =================================================================== RCS file: /cvsroot/htoolkit/port/makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** makefile 14 Mar 2003 18:38:42 -0000 1.12 --- makefile 15 Mar 2003 01:06:32 -0000 1.13 *************** *** 34,37 **** --- 34,38 ---- # haskell (H) and C sources HSRCS = Port/IntMap.hs Port/PtrMap.hs \ + Port/Colors.hs \ Port/Types.hs Port/Handlers.hs \ Port/Bitmap.hs Port/Font.hs Port/Canvas.hs \ |