Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved files from template to template-ppc, as this is the template for ↵ | Jack Jansen | 2001-01-23 | 1 | -803/+0 |
| | | | | classic PPC projects. | ||||
* | Use &# escape for non-ascii chars. | Jack Jansen | 2001-01-23 | 1 | -3/+3 |
| | |||||
* | 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 | 1 | -2/+5 |
| | | | | 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. | ||||
* | mkcwproject now works, but for one thing: the import of the XML document as ↵ | Jack Jansen | 2000-09-22 | 1 | -2/+2 |
| | | | | a project through AppleEvents. | ||||
* | More bits and pieces of project generation. | Jack Jansen | 2000-09-22 | 1 | -5/+15 |
| | |||||
* | This will eventually evolve into a package that creates CodeWarrior projects ↵ | Jack Jansen | 2000-09-15 | 1 | -0/+745 |
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. |