Skip to content

Commit

Permalink
[wxhaskell-from-cvs @ 2004-07-27 14:18:20 by dleijen]
Browse files Browse the repository at this point in the history
Makefile includes samples now.

darcs-hash:20040727141820-deb31-e52628f0e440a04fc7c66188e08b2c45fa91f0cb.gz
  • Loading branch information
dleijen committed Jul 27, 2004
1 parent c2bf41a commit 73b7947
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ WXC-SRCS=$(wildcard wxc/src/*.cpp) $(wildcard wxc/src/ewxw/*.cpp) $(wildcard w
#--------------------------------------------------------------------------
WXHASKELL-SOURCES= \
configure makefile makefile.lib \
bin/prologue-template.txt license.txt \
bin/prologue-template.txt license.txt changes.txt \
bin/wxhaskell-spec-template \
bin/macosx-app-template bin/reimp.exe \
bin/macosx-builddmg bin/macosx-package \
Expand All @@ -199,17 +199,19 @@ SAMPLE-SOURCES= \
samples/wx/BouncingBalls.hs \
samples/wx/ByeDemo.hs \
samples/wx/Controls.hs \
samples/wx/CustomControl.hs \
samples/wx/DbBrowse.hs \
samples/wx/DbConsole.hs \
samples/wx/FileBrowse.hs \
samples/wx/Grid.hs \
samples/wx/HelloWorld.hs \
samples/wx/ImageViewer.hs \
samples/wx/Layout.hs \
samples/wx/Minimal.hs \
samples/wx/Process.hs \
samples/wx/Paint.hs \
samples/wx/ImageViewer.hs \
samples/wx/TimeFlows.hs \
samples/wx/TimeFlowsEx.hs \
samples/wx/FileBrowse.hs \
samples/wx/DbBrowse.hs \
samples/wx/DbConsole.hs \
\
samples/wxcore/BouncingBalls.hs \
samples/wxcore/ByeDemo.hs \
Expand Down

0 comments on commit 73b7947

Please sign in to comment.