This commit was manufactured by cvs2svn to create tag 'r22a4-fork'.
[python/dscho.git] / Mac / Resources / Carbon.r
blob99bec4f6b9593118a1ae53d83e5703a02b96029f
1 /*
2 * Permit this Carbon application to launch on OS X
4 * by Josef W. Wankerl
5 * 04/11/00
6 */
7 #define USE_CARB_RESOURCE
8 #ifdef USE_CARB_RESOURCE
9 /*----------------------------carb € Carbon on OS X launch information --------------------------*/
10 type 'carb' {
14 resource 'carb'(0) {
16 #else
18 #include "macbuildno.h"
20 #include "patchlevel.h"
22 type 'plst'
24 string;
27 resource 'plst' (0)
29 "CFBundleName = \"MacPython\";\n" /* short name for Mac OS X */
30 "CFBundleShortVersionString = \""PY_VERSION"\";\n"
31 "CFBundleGetInfoString = \"MacPython "PY_VERSION".\";\n"
33 #endif