Jack Jansen
|
bc5e145341
|
Close the project after generating it, so we don't keep a gazillion project
files open when we're rebuilding them all.
|
2002-06-26 20:35:18 +00:00 |
Jack Jansen
|
81feb6c201
|
Add default values for options in the class init routine, not in the convenience wrapper function: distutils uses the class directly. Fixes bug #492665.
|
2001-12-14 14:31:15 +00:00 |
Jack Jansen
|
b3be216b41
|
Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the
changes from start of branch upto r22b2 were already merged, of course).
|
2001-11-30 14:16:36 +00:00 |
Jack Jansen
|
5a6fdcd371
|
Import the MacOS toolbox modules from the Carbon package.
|
2001-08-25 12:15:04 +00:00 |
Jack Jansen
|
fb513a20b5
|
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:-)
|
2001-08-11 22:28:11 +00:00 |
Jack Jansen
|
6abe676538
|
Various settings were unconditionally set. Allow them to be overridden in the settings dict.
|
2001-01-23 22:35:22 +00:00 |
Jack Jansen
|
af4c942b8a
|
Better test for skipping project creation: the project file should also exist and be newer than the xml file, and the .exp should exist.
|
2001-01-22 15:38:40 +00:00 |
Jack Jansen
|
d6389956cb
|
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().
|
2001-01-21 22:23:13 +00:00 |
Jack Jansen
|
0eba959ed3
|
Added an extraexportsymbols option, to allow (you guessed it:-) extra export symbols to be specified.
|
2000-12-03 22:39:09 +00:00 |
Jack Jansen
|
6f484cb25a
|
Close the project after building it, so that building umpteen projects doesn't keep all the projects open.
|
2000-11-19 21:51:06 +00:00 |
Jack Jansen
|
486f138224
|
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.
|
2000-09-24 21:56:43 +00:00 |
Jack Jansen
|
4a751580ca
|
mkcwproject now works, but for one thing: the import of the XML document as a project through AppleEvents.
|
2000-09-22 23:54:07 +00:00 |
Jack Jansen
|
07642c3689
|
More bits and pieces of project generation.
|
2000-09-22 23:26:55 +00:00 |