Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
fdbeb5a4ce440de5c3d0638228cd9de0361bc4ac
/
Mac
/
Lib
/
mkcwproject
75401a0
Updated for CW7
by Jack Jansen
· 23 years ago
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
b3be216
Merged changes made on r22b2-branch between r22b2 and r22b2-mac (the
by Jack Jansen
· 23 years ago
c252e63
Add the MSL C library to the set of standard libraries
by Jack Jansen
· 23 years ago
5a6fdcd
Import the MacOS toolbox modules from the Carbon package.
by Jack Jansen
· 23 years ago
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
f345691
use the proper prefix file under Carbon
by Just van Rossum
· 23 years ago
4a4adf4
Recognize {compiler} and {project} prefixes to pathnames and output the correct XML.
by Jack Jansen
· 24 years ago
b513621
Removed extraneous references to Modules:TE
by Jack Jansen
· 24 years ago
6abe676
Various settings were unconditionally set. Allow them to be overridden in the settings dict.
by Jack Jansen
· 24 years ago
50f6f6f
If the template is not specified it depends on the current execution model (classic ppc or carbon).
by Jack Jansen
· 24 years ago
6ecf146
Added a template for Carbon plugin projects.
by Jack Jansen
· 24 years ago
a106f82
Moved files from template to template-ppc, as this is the template for classic PPC projects.
by Jack Jansen
· 24 years ago
8428184
Use &# escape for non-ascii chars.
by Jack Jansen
· 24 years ago
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
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
0eba959
Added an extraexportsymbols option, to allow (you guessed it:-) extra export symbols to be specified.
by Jack Jansen
· 24 years ago
aee9d6b
Allow recursive searh entries by ending the pathname in ":*".
by Jack Jansen
· 24 years ago
cb9b1eb
Don't generate SYM files by default.
by Jack Jansen
· 24 years ago
cb54be8
Added support for adding libraries.
by Jack Jansen
· 24 years ago
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
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
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
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
07642c3
More bits and pieces of project generation.
by Jack Jansen
· 24 years ago
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