]>
Commit | Line | Data |
---|---|---|
cf7b67ae SC |
1 | Updating Library Version Info |
2 | ----------------------------- | |
3 | ||
4 | for a new release the wxvers.xcconfig has to be updated accordingly | |
5 | ||
6 | Building Projects | |
7 | ----------------- | |
8 | ||
9 | makeprojects is an AppleScript that uses the XML Tools from | |
10 | http://www.latenightsw.com/freeware/XMLTools2/ | |
11 | ||
12 | the reason for this script is to support a single place of definition for the files needed | |
13 | for a certain platform by building XCode projects from the bakefiles files.bkl file list. | |
14 | ||
15 | it creates new projects from the ..._in.xcodeproj templates in this folder and then | |
16 | reads in the files lists from the files.bkl in the build/bakefiles directory, evaluates the | |
17 | conditions in these definitions and then adds the correct files to the newly created XCode | |
18 | projects | |
19 | ||
20 | Stefan Csomor |