Search
lxdream.org :: lxdream/Makefile.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.in
changeset 713:e5256202cc9e
prev709:18c39a8e504c
next715:fdbad771b4b1
author nkeynes
date Sun Jun 29 22:31:40 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Add --with-esd and --with-pulse configure arguments (mainly to be able to disable them when not wanted)
file annotate diff log raw
1.1 --- a/Makefile.in Wed Jun 25 10:40:45 2008 +0000
1.2 +++ b/Makefile.in Sun Jun 29 22:31:40 2008 +0000
1.3 @@ -759,6 +759,7 @@
1.4 @GUI_COCOA_TRUE@ mkdir -p lxdream.app/Contents/Resources
1.5 @GUI_COCOA_TRUE@ cp src/lxdream lxdream.app/Contents/MacOS
1.6 @GUI_COCOA_TRUE@ cp -R pixmaps/* lxdream.app/Contents/Resources
1.7 +@GUI_COCOA_TRUE@ $(srcdir)/bundlelibs.pl lxdream.app/Contents/MacOS/lxdream lxdream.app/Contents/Frameworks
1.8 @GUI_COCOA_TRUE@ @echo --- Done ---
1.9
1.10 bundle: all
.