diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-09-04 22:15:05 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-09-04 22:15:05 (GMT) |
commit | f9114239e7a5c726fb875e0f47873e8ff9053a27 (patch) | |
tree | bc3451ad76b034690f9f93d2f3a6ba4c395a3e1f /Mac | |
parent | 7eea37e8317bda88d9f50b862f13642e837957ce (diff) | |
download | cpython-f9114239e7a5c726fb875e0f47873e8ff9053a27.zip cpython-f9114239e7a5c726fb875e0f47873e8ff9053a27.tar.gz cpython-f9114239e7a5c726fb875e0f47873e8ff9053a27.tar.bz2 |
Added pythonpath.r to the developer distribution. It's
useful to people extending Python. Suggested by
Alexandre Parenteau.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Distributions/dev.include | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/Mac/Distributions/dev.include b/Mac/Distributions/dev.include index 879ff0d..6fa9d50 100644 --- a/Mac/Distributions/dev.include +++ b/Mac/Distributions/dev.include @@ -281,6 +281,9 @@ (':Mac:Build:xx.carbon.mcp', '') (':Mac:Build:xx.carbon.mcp.exp', '') (':Mac:Build:xx.carbon.mcp.xml', '') +(':Mac:Build:xx.mcp', '') +(':Mac:Build:xx.mcp.exp', '') +(':Mac:Build:xx.mcp.xml', None) (':Mac:Build:xxsubtype.carbon.mcp', None) (':Mac:Build:xxsubtype.carbon.mcp.exp', None) (':Mac:Build:xxsubtype.carbon.mcp.xml', None) @@ -361,7 +364,6 @@ (':Mac:ReadMe-src', None) (':Mac:Relnotes', None) (':Mac:Relnotes-source', None) -(':Mac:Resources', None) (':Mac:TODO', None) (':Mac:Tools:BBPy', None) (':Mac:Tools:CGI', None) @@ -574,6 +576,12 @@ (':readmefiles', None) (':setup.py', None) (':site-packages', None) -(':Mac:Build:xx.mcp', '') -(':Mac:Build:xx.mcp.exp', '') -(':Mac:Build:xx.mcp.xml', None) +(':Mac:Resources:pythonpath.r', '') +(':Mac:Resources:version.r', None) +(':Mac:Resources:tkpython.rsrc', None) +(':Mac:Resources:gusiprefs.rsrc', None) +(':Mac:Resources:errors.rsrc', None) +(':Mac:Resources:dialogs.rsrc', None) +(':Mac:Resources:Carbon.r', None) +(':Mac:Resources:bundle.rsrc', None) +(':Mac:Resources:balloons.bh', None) |