summaryrefslogtreecommitdiffstats
path: root/Mac/Lib/mkcwproject
Commit message (Expand)AuthorAgeFilesLines
* Recognize {compiler} and {project} prefixes to pathnames and output the corre...Jack Jansen2001-01-241-1/+10
* Removed extraneous references to Modules:TEJack Jansen2001-01-231-9/+0
* Various settings were unconditionally set. Allow them to be overridden in the...Jack Jansen2001-01-231-4/+6
* If the template is not specified it depends on the current execution model (c...Jack Jansen2001-01-231-4/+12
* Added a template for Carbon plugin projects.Jack Jansen2001-01-238-0/+1104
* Moved files from template to template-ppc, as this is the template for classi...Jack Jansen2001-01-238-0/+0
* Use &# escape for non-ascii chars.Jack Jansen2001-01-231-3/+3
* Better test for skipping project creation: the project file should also exist...Jack Jansen2001-01-221-2/+9
* Don't generate project if the XML file already exists and is identical to wha...Jack Jansen2001-01-211-1/+9
* Added an extraexportsymbols option, to allow (you guessed it:-) extra export ...Jack Jansen2000-12-031-1/+5
* Allow recursive searh entries by ending the pathname in ":*".Jack Jansen2000-12-032-2/+9
* Don't generate SYM files by default.Jack Jansen2000-12-031-1/+1
* Added support for adding libraries.Jack Jansen2000-11-266-3/+35
* Added MathLib and InterfaceLib. Added Python:Include so #include "package/fil...Jack Jansen2000-11-191-4/+49
* Close the project after building it, so that building umpteen projects doesn'...Jack Jansen2000-11-191-0/+1
* Added a workaround for shortcomings in the OSA support: there can be class/pr...Jack Jansen2000-09-242-5/+16
* mkcwproject now works, but for one thing: the import of the XML document as ...Jack Jansen2000-09-223-7/+13
* More bits and pieces of project generation.Jack Jansen2000-09-225-10/+119
* This will eventually evolve into a package that creates CodeWarrior projects ...Jack Jansen2000-09-155-0/+845