]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/splash/Makefile.in
pen and brush are platform neutral on osx
[wxWidgets.git] / samples / splash / Makefile.in
index 0c2dcae74b2cfc66a12b5347e84b6f5dbb0b22ef..11b181882b768e80c3e40ca8d6ee3735abb9bd20 100644 (file)
@@ -179,7 +179,7 @@ splash$(EXEEXT): $(SPLASH_OBJECTS) $(__splash___win32rc)
        $(__splash___os2_emxbindcmd)
        $(SAMPLES_RPATH_POSTLINK)
 
-@COND_PLATFORM_MACOSX_1@splash.app/Contents/PkgInfo: splash$(EXEEXT) $(top_srcdir)/src/mac/carbon/Info.plist.in $(top_srcdir)/src/mac/carbon/wxmac.icns
+@COND_PLATFORM_MACOSX_1@splash.app/Contents/PkgInfo: splash$(EXEEXT) $(top_srcdir)/src/osx/carbon/Info.plist.in $(top_srcdir)/src/osx/carbon/wxmac.icns
 @COND_PLATFORM_MACOSX_1@       mkdir -p splash.app/Contents
 @COND_PLATFORM_MACOSX_1@       mkdir -p splash.app/Contents/MacOS
 @COND_PLATFORM_MACOSX_1@       mkdir -p splash.app/Contents/Resources
@@ -188,7 +188,7 @@ splash$(EXEEXT): $(SPLASH_OBJECTS) $(__splash___win32rc)
 @COND_PLATFORM_MACOSX_1@       sed -e "s/IDENTIFIER/`echo $(srcdir) | sed -e 's,\.\./,,g' | sed -e 's,/,.,g'`/" \
 @COND_PLATFORM_MACOSX_1@       -e "s/EXECUTABLE/splash/" \
 @COND_PLATFORM_MACOSX_1@       -e "s/VERSION/$(WX_VERSION)/" \
-@COND_PLATFORM_MACOSX_1@       $(top_srcdir)/src/mac/carbon/Info.plist.in >splash.app/Contents/Info.plist
+@COND_PLATFORM_MACOSX_1@       $(top_srcdir)/src/osx/carbon/Info.plist.in >splash.app/Contents/Info.plist
 @COND_PLATFORM_MACOSX_1@       
 @COND_PLATFORM_MACOSX_1@       
 @COND_PLATFORM_MACOSX_1@       echo -n "APPL????" >splash.app/Contents/PkgInfo
@@ -197,7 +197,7 @@ splash$(EXEEXT): $(SPLASH_OBJECTS) $(__splash___win32rc)
 @COND_PLATFORM_MACOSX_1@       ln -f splash$(EXEEXT) splash.app/Contents/MacOS/splash
 @COND_PLATFORM_MACOSX_1@       
 @COND_PLATFORM_MACOSX_1@       
-@COND_PLATFORM_MACOSX_1@       cp -f $(top_srcdir)/src/mac/carbon/wxmac.icns splash.app/Contents/Resources/wxmac.icns
+@COND_PLATFORM_MACOSX_1@       cp -f $(top_srcdir)/src/osx/carbon/wxmac.icns splash.app/Contents/Resources/wxmac.icns
 
 @COND_PLATFORM_MACOSX_1@splash_bundle: $(____splash_BUNDLE_TGT_REF_DEP)