From 7311e2ea44d1bed566a6211e433bc4dceb5fe658 Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Fri, 13 Feb 2015 21:49:06 +0000 Subject: [PATCH] Update XML Tools URL. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/osx/readme.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/osx/readme.txt b/build/osx/readme.txt index e0f9bf7064..3a60c0c9e1 100644 --- a/build/osx/readme.txt +++ b/build/osx/readme.txt @@ -7,7 +7,7 @@ Building Projects ----------------- makeprojects is an AppleScript that uses the XML Tools from -http://www.latenightsw.com/freeware/XMLTools2/ +http://www.latenightsw.com/freeware/xml-tools/ the reason for this script is to support a single place of definition for the files needed for a certain platform by building Xcode projects from the bakefiles files.bkl file list. @@ -25,6 +25,6 @@ Prerequisites you need the xml scripting additions from latenightsw, -http://www.latenightsw.com/freeware/XMLTools2/ +http://www.latenightsw.com/freeware/xml-tools/ Stefan Csomor