readme.txt 1023 B

123456789101112131415161718192021222324252627282930
  1. Updating Library Version Info
  2. -----------------------------
  3. for a new release the wxvers.xcconfig has to be updated accordingly
  4. Building Projects
  5. -----------------
  6. makeprojects is an AppleScript that uses the XML Tools from
  7. http://www.latenightsw.com/freeware/XMLTools2/
  8. the reason for this script is to support a single place of definition for the files needed
  9. for a certain platform by building Xcode projects from the bakefiles files.bkl file list.
  10. it creates new projects from the ..._in.xcodeproj templates in this folder and then
  11. reads in the files lists from the files.bkl in the build/bakefiles directory, evaluates the
  12. conditions in these definitions and then adds the correct files to the newly created Xcode
  13. projects
  14. if you only need a specific target and not all three of them (carbon, cocoa, iphone) then you can
  15. comment the unneeded makeProject calls.
  16. Prerequisites
  17. -------------
  18. you need the xml scripting additions from latenightsw,
  19. http://www.latenightsw.com/freeware/XMLTools2/
  20. Stefan Csomor