Skip to content

Commit

Permalink
[wxhaskell-from-cvs @ 2003-09-29 14:21:24 by dleijen]
Browse files Browse the repository at this point in the history
bug fixes

darcs-hash:20030929142126-deb31-ae60a167541fd79772ca8eb43af33a1360859d01.gz
  • Loading branch information
dleijen committed Sep 29, 2003
1 parent 22c4e11 commit c4ef891
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
2 changes: 1 addition & 1 deletion bin/macosx-app-template
Expand Up @@ -6,7 +6,7 @@
# Copyright (c) 2003, Daan Leijen, Arthur Baars
#------------------------------------------------------------------------

# $Id: macosx-app-template,v 1.1 2003/09/29 14:16:18 dleijen Exp $
# $Id: macosx-app-template,v 1.2 2003/09/29 14:21:26 dleijen Exp $
arg=""

# variables
Expand Down
2 changes: 1 addition & 1 deletion configure
Expand Up @@ -8,7 +8,7 @@
# See license.txt for details.
#------------------------------------------------------------------------

# $Id: configure,v 1.12 2003/09/29 14:13:14 dleijen Exp $
# $Id: configure,v 1.13 2003/09/29 14:21:24 dleijen Exp $

#--------------------------------------------------------------------
# Variables
Expand Down
13 changes: 4 additions & 9 deletions makefile
Expand Up @@ -4,7 +4,7 @@
# See "license.txt" for more details.
#-----------------------------------------------------------------------

# $Id: makefile,v 1.30 2003/09/29 14:13:14 dleijen Exp $
# $Id: makefile,v 1.31 2003/09/29 14:21:24 dleijen Exp $

#--------------------------------------------------------------------------
# make [all] - build the libraries (in "lib").
Expand Down Expand Up @@ -164,18 +164,13 @@ WXC-SRCS=$(wildcard wxc/src/*.cpp) $(wildcard wxc/src/ewxw/*.cpp) $(wildcard w
#--------------------------------------------------------------------------
# wxhaskell project itself
#--------------------------------------------------------------------------
SCRIPT-CONFIGS= \
config/macosx-app

SCRIPT-BINS= \
bin/wxhaskell-register \
bin/wxhaskell-register.bat bin/wxhaskell-uninstall.bat

WXHASKELL-SOURCES= \
config.search configure makefile \
prologue.txt license.txt \
bin/macosx-app-template bin/reimp.exe \
bin/macosx-builddmg bin/macosx-package \
bin/macosx-builddmg bin/macosx-package \
bin/wxhaskell-register \
bin/wxhaskell-register.bat bin/wxhaskell-uninstall.bat

SAMPLE-SOURCES= \
samples/wx/Camels.hs samples/wx/desert.bmp \
Expand Down

0 comments on commit c4ef891

Please sign in to comment.