]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/thread/Makefile.in
Added version test
[wxWidgets.git] / samples / thread / Makefile.in
index e5e9b9f3f45570613e1179b23c04ca4a517f7b02..23927bf2ff22c7067d71af2c3da1c47584361689 100644 (file)
@@ -128,7 +128,7 @@ thread$(EXEEXT): $(THREAD_OBJECTS) $(__thread___win32rc)
        $(__thread___os2_emxbindcmd)
        $(SAMPLES_RPATH_POSTLINK)
 
-thread.app/Contents/PkgInfo: thread$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc $(top_srcdir)/src/mac/wxmac.icns
+thread.app/Contents/PkgInfo: thread$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.in $(LIBDIRNAME)/libwx_$(TOOLCHAIN_NAME).1.rsrc $(top_srcdir)/src/mac/wxmac.icns
        mkdir -p thread.app/Contents
        mkdir -p thread.app/Contents/MacOS
        mkdir -p thread.app/Contents/Resources
@@ -137,7 +137,7 @@ thread.app/Contents/PkgInfo: thread$(EXEEXT) $(top_srcdir)/src/mac/Info.plist.in
        sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \
        -e "s/EXECUTABLE/thread/" \
        -e "s/VERSION/$(WX_VERSION)/" \
-       $(top_srcdir)/src/mac/Info.plist.in >thread.app/Contents/Info.plist
+       $(top_srcdir)/src/mac/carbon/Info.plist.in >thread.app/Contents/Info.plist
        
        
        echo -n "APPL????" >thread.app/Contents/PkgInfo