]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/samples/fl/Makefile.in
new native toolbar implementation (turned off by default, not supporting embedded...
[wxWidgets.git] / contrib / samples / fl / Makefile.in
index d5285dc56c309e90a6c755e9474f3341b609b116..ea96a0bede68a40ed76bc8ee84b6e47f115113b0 100644 (file)
@@ -36,7 +36,7 @@ SAMPLES_RPATH_POSTLINK = @SAMPLES_RPATH_POSTLINK@
 
 DESTDIR = 
 WX_RELEASE = 2.6
-WX_VERSION = $(WX_RELEASE).0
+WX_VERSION = $(WX_RELEASE).1
 LIBDIRNAME = $(top_builddir)lib
 FL_DEMO1_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
        $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) $(__THREAD_DEFINE_p) \
@@ -408,7 +408,7 @@ fl_sample3.app/Contents/PkgInfo: fl_sample3$(EXEEXT) $(top_srcdir)/src/mac/carbo
 data_files: 
        @mkdir -p ./bitmaps
        @for f in bookmarks.bmp class_icon.bmp class_icon1.bmp copy.bmp cut.bmp file_icon.bmp folder_icon.bmp help_icon.bmp new.bmp nextmark.bmp open.bmp paste.bmp prevmark.bmp res_icon.bmp save.bmp saveall.bmp search.bmp start95_dp.bmp start95_pr.bmp tile.bmp; do \
-       if test ! -e ./bitmaps/$$f ; \
+       if test ! -f ./bitmaps/$$f ; \
        then x=yep ; \
        else x=`find $(srcdir)/bitmaps/$$f -newer ./bitmaps/$$f -print` ; \
        fi; \