Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Recognize {compiler} and {project} prefixes to pathnames and output the ↵ | Jack Jansen | 2001-01-24 | 1 | -1/+10 |
| | | | | correct XML. | ||||
* | Removed extraneous references to Modules:TE | Jack Jansen | 2001-01-23 | 1 | -9/+0 |
| | |||||
* | Various settings were unconditionally set. Allow them to be overridden in ↵ | Jack Jansen | 2001-01-23 | 1 | -4/+6 |
| | | | | the settings dict. | ||||
* | If the template is not specified it depends on the current execution model ↵ | Jack Jansen | 2001-01-23 | 1 | -4/+12 |
| | | | | (classic ppc or carbon). | ||||
* | Added a template for Carbon plugin projects. | Jack Jansen | 2001-01-23 | 8 | -0/+1104 |
| | |||||
* | Moved files from template to template-ppc, as this is the template for ↵ | Jack Jansen | 2001-01-23 | 8 | -0/+0 |
| | | | | classic PPC projects. | ||||
* | Use &# escape for non-ascii chars. | Jack Jansen | 2001-01-23 | 1 | -3/+3 |
| | |||||
* | Better test for skipping project creation: the project file should also ↵ | Jack Jansen | 2001-01-22 | 1 | -2/+9 |
| | | | | exist and be newer than the xml file, and the .exp should exist. | ||||
* | Don't generate project if the XML file already exists and is identical to ↵ | Jack Jansen | 2001-01-21 | 1 | -1/+9 |
| | | | | what we've generated. Overridable with a "force" argument to mkproject(). | ||||
* | Added an extraexportsymbols option, to allow (you guessed it:-) extra export ↵ | Jack Jansen | 2000-12-03 | 1 | -1/+5 |
| | | | | symbols to be specified. | ||||
* | Allow recursive searh entries by ending the pathname in ":*". | Jack Jansen | 2000-12-03 | 2 | -2/+9 |
| | |||||
* | Don't generate SYM files by default. | Jack Jansen | 2000-12-03 | 1 | -1/+1 |
| | |||||
* | Added support for adding libraries. | Jack Jansen | 2000-11-26 | 6 | -3/+35 |
| | | | | Added support for project-relative and absolute path names in the search path entries. | ||||
* | Added MathLib and InterfaceLib. Added Python:Include so #include ↵ | Jack Jansen | 2000-11-19 | 1 | -4/+49 |
| | | | | "package/file.h" works. Moved bits around so now at least Numeric with Distutils builds and instals. | ||||
* | Close the project after building it, so that building umpteen projects ↵ | Jack Jansen | 2000-11-19 | 1 | -0/+1 |
| | | | | doesn't keep all the projects open. | ||||
* | Added a workaround for shortcomings in the OSA support: there can be ↵ | Jack Jansen | 2000-09-24 | 2 | -5/+16 |
| | | | | class/property conflicts and passing classes as arguments doesn't work. The package now seems to work. | ||||
* | mkcwproject now works, but for one thing: the import of the XML document as ↵ | Jack Jansen | 2000-09-22 | 3 | -7/+13 |
| | | | | a project through AppleEvents. | ||||
* | More bits and pieces of project generation. | Jack Jansen | 2000-09-22 | 5 | -10/+119 |
| | |||||
* | This will eventually evolve into a package that creates CodeWarrior projects ↵ | Jack Jansen | 2000-09-15 | 5 | -0/+845 |
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. |