summaryrefslogtreecommitdiffstats
path: root/Mac/Resources/Carbon.r
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/Resources/Carbon.r')
-rw-r--r--Mac/Resources/Carbon.r33
1 files changed, 0 insertions, 33 deletions
diff --git a/Mac/Resources/Carbon.r b/Mac/Resources/Carbon.r
deleted file mode 100644
index 99bec4f..0000000
--- a/Mac/Resources/Carbon.r
+++ /dev/null
@@ -1,33 +0,0 @@
-/*
- * Permit this Carbon application to launch on OS X
- *
- * by Josef W. Wankerl
- * 04/11/00
- */
-#define USE_CARB_RESOURCE
-#ifdef USE_CARB_RESOURCE
-/*----------------------------carb € Carbon on OS X launch information --------------------------*/
-type 'carb' {
-};
-
-
-resource 'carb'(0) {
-};
-#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