Kaydet (Commit) bb74f958 authored tarafından Jack Jansen's avatar Jack Jansen

Started on plst resource. Not enabled yet.

üst 36bcf9b9
...@@ -4,12 +4,30 @@ ...@@ -4,12 +4,30 @@
* by Josef W. Wankerl * by Josef W. Wankerl
* 04/11/00 * 04/11/00
*/ */
#define USE_CARB_RESOURCE
#ifdef USE_CARB_RESOURCE
/*----------------------------carb Carbon on OS X launch information --------------------------*/ /*----------------------------carb Carbon on OS X launch information --------------------------*/
type 'carb' { type 'carb' {
}; };
resource 'carb'(0) { resource 'carb'(0) {
}; };
\ No newline at end of file #else
#include "macbuildno.h"
#include "patchlevel.h"
type 'plst'
{
string;
};
resource 'plst' (0)
{
"CFBundleName = \"MacPython\";\n" /* short name for Mac OS X */
"CFBundleShortVersionString = \""PY_VERSION"\";\n"
"CFBundleGetInfoString = \"MacPython "PY_VERSION".\";\n"
};
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment