Skip to content

Commit

Permalink
[wxhaskell-from-cvs @ 2003-09-16 12:52:03 by dleijen]
Browse files Browse the repository at this point in the history
Added bitmaps to sample sources.

darcs-hash:20030916125203-deb31-70b3b5440af0e289015ca9ffd01e3e2ec5dac061.gz
  • Loading branch information
dleijen committed Sep 16, 2003
1 parent 3eebafb commit f105b6e
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions makefile
Expand Up @@ -4,7 +4,7 @@
# See "license.txt" for more details.
#-----------------------------------------------------------------------

# $Id: makefile,v 1.27 2003/09/15 17:14:55 dleijen Exp $
# $Id: makefile,v 1.28 2003/09/16 12:52:03 dleijen Exp $

#--------------------------------------------------------------------------
# make [all] - build the libraries (in "lib").
Expand Down Expand Up @@ -191,7 +191,18 @@ SAMPLE-SOURCES= \
samples/wxcore/HelloWorld.hs \
samples/wxcore/Minimal.hs \
samples/wxcore/Paint.hs \
samples/wxcore/ImageViewer.hs samples/wxcore/ImageViewer.ico
samples/wxcore/ImageViewer.hs samples/wxcore/ImageViewer.ico \
\
samples/bitmaps/computer.ico \
samples/bitmaps/disk.ico \
samples/bitmaps/eye.ico \
samples/bitmaps/f_closed.ico \
samples/bitmaps/f_open.ico \
samples/bitmaps/file.ico \
samples/bitmaps/fileopen16.png \
samples/bitmaps/hsicon.ico \
samples/bitmaps/wxwin16.png \
samples/bitmaps/wxwin.ico

#--------------------------------------------------------------------------
# Functions ($(1) means first argument etc.)
Expand Down

0 comments on commit f105b6e

Please sign in to comment.