]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/exec/Makefile.in
don't call Disconnect() if the connection had been already lost (closes #10747)
[wxWidgets.git] / samples / exec / Makefile.in
index bfefe58ac457d48f3240f743465e9e99bc2deaef..4699b1611a1f673398451ded80d9e215a09b5aef 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.6 (http://www.bakefile.org)
+#     Bakefile 0.2.5 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -166,7 +166,7 @@ exec$(EXEEXT): $(EXEC_OBJECTS) $(__exec___win32rc)
 @COND_PLATFORM_MACOSX_1@       echo -n "APPL????" >exec.app/Contents/PkgInfo
 @COND_PLATFORM_MACOSX_1@       
 @COND_PLATFORM_MACOSX_1@       
-@COND_PLATFORM_MACOSX_1@       mv exec$(EXEEXT) exec.app/Contents/MacOS/exec
+@COND_PLATFORM_MACOSX_1@       ln -f exec$(EXEEXT) exec.app/Contents/MacOS/exec
 @COND_PLATFORM_MACOSX_1@       
 @COND_PLATFORM_MACOSX_1@       
 @COND_PLATFORM_MACOSX_1@       cp -f $(top_srcdir)/src/osx/carbon/wxmac.icns exec.app/Contents/Resources/wxmac.icns