1. 75401a0 Updated for CW7 by Jack Jansen · 23 years ago
  2. 81feb6c Add default values for options in the class init routine, not in the convenience wrapper function: distutils uses the class directly. Fixes bug #492665. by Jack Jansen · 23 years ago
  3. b3be216 Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the by Jack Jansen · 23 years ago
  4. c252e63 Add the MSL C library to the set of standard libraries by Jack Jansen · 23 years ago
  5. 5a6fdcd Import the MacOS toolbox modules from the Carbon package. by Jack Jansen · 23 years ago
  6. fb513a2 Got rid of the activate() so codewarrior doesn't come to front. It isn't needed, and without it you can get work done while building the projects:-) by Jack Jansen · 23 years ago
  7. f345691 use the proper prefix file under Carbon by Just van Rossum · 23 years ago
  8. 4a4adf4 Recognize {compiler} and {project} prefixes to pathnames and output the correct XML. by Jack Jansen · 24 years ago
  9. b513621 Removed extraneous references to Modules:TE by Jack Jansen · 24 years ago
  10. 6abe676 Various settings were unconditionally set. Allow them to be overridden in the settings dict. by Jack Jansen · 24 years ago
  11. 50f6f6f If the template is not specified it depends on the current execution model (classic ppc or carbon). by Jack Jansen · 24 years ago
  12. 6ecf146 Added a template for Carbon plugin projects. by Jack Jansen · 24 years ago
  13. a106f82 Moved files from template to template-ppc, as this is the template for classic PPC projects. by Jack Jansen · 24 years ago
  14. 8428184 Use &# escape for non-ascii chars. by Jack Jansen · 24 years ago
  15. af4c942 Better test for skipping project creation: the project file should also exist and be newer than the xml file, and the .exp should exist. by Jack Jansen · 24 years ago
  16. d638995 Don't generate project if the XML file already exists and is identical to what we've generated. Overridable with a "force" argument to mkproject(). by Jack Jansen · 24 years ago
  17. 0eba959 Added an extraexportsymbols option, to allow (you guessed it:-) extra export symbols to be specified. by Jack Jansen · 24 years ago
  18. aee9d6b Allow recursive searh entries by ending the pathname in ":*". by Jack Jansen · 24 years ago
  19. cb9b1eb Don't generate SYM files by default. by Jack Jansen · 24 years ago
  20. cb54be8 Added support for adding libraries. by Jack Jansen · 24 years ago
  21. 707e964 Added MathLib and InterfaceLib. Added Python:Include so #include "package/file.h" works. Moved bits around so now at least Numeric with Distutils builds and instals. by Jack Jansen · 24 years ago
  22. 6f484cb Close the project after building it, so that building umpteen projects doesn't keep all the projects open. by Jack Jansen · 24 years ago
  23. 486f138 Added a workaround for shortcomings in the OSA support: there can be class/property conflicts and passing classes as arguments doesn't work. The package now seems to work. by Jack Jansen · 24 years ago
  24. 4a75158 mkcwproject now works, but for one thing: the import of the XML document as a project through AppleEvents. by Jack Jansen · 24 years ago
  25. 07642c3 More bits and pieces of project generation. by Jack Jansen · 24 years ago
  26. 76167fe This will eventually evolve into a package that creates CodeWarrior projects from templates (for distutils, and possibly the standard extensions too). For now it generates a correct xml file based on sources/output/expfile, but that is about all. by Jack Jansen · 24 years ago