]> git.saurik.com Git - wxWidgets.git/blame - build/osx/readme.txt
better error message when an inconsistency has been found
[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
13for a certain platform by building XCode projects from the bakefiles files.bkl file list.
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
17conditions in these definitions and then adds the correct files to the newly created XCode
18projects
19
20Stefan Csomor