]> git.saurik.com Git - wxWidgets.git/blame - build/osx/readme.txt
Fix for #15520: wxRichTextCtrl: Drawing the selection doesn't respect its container...
[wxWidgets.git] / build / osx / readme.txt
CommitLineData
cf7b67ae
SC
1Updating Library Version Info
2-----------------------------
3
4for a new release the wxvers.xcconfig has to be updated accordingly
5
6Building Projects
7-----------------
8
9makeprojects is an AppleScript that uses the XML Tools from
10http://www.latenightsw.com/freeware/XMLTools2/
11
12the reason for this script is to support a single place of definition for the files needed
c1098adf 13for a certain platform by building Xcode projects from the bakefiles files.bkl file list.
cf7b67ae
SC
14
15it creates new projects from the ..._in.xcodeproj templates in this folder and then
16reads in the files lists from the files.bkl in the build/bakefiles directory, evaluates the
c1098adf 17conditions in these definitions and then adds the correct files to the newly created Xcode
cf7b67ae
SC
18projects
19
9dd89736
SC
20if you only need a specific target and not all three of them (carbon, cocoa, iphone) then you can
21comment the unneeded makeProject calls.
22
23Prerequisites
24-------------
25
26you need the xml scripting additions from latenightsw,
27
1ee968ea 28http://www.latenightsw.com/freeware/XMLTools2/
9dd89736 29
cf7b67ae 30Stefan Csomor