Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
bb74f958
Commit
bb74f958
authored
Mar 06, 2001
by
Jack Jansen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Started on plst resource. Not enabled yet.
parent
36bcf9b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
4 deletions
+22
-4
Mac/Resources/Carbon.r
Mac/Resources/Carbon.r
+22
-4
No files found.
Mac/Resources/Carbon.r
View file @
bb74f958
...
...
@@ -4,12 +4,30 @@
*
by
Josef
W.
Wankerl
*
04
/
11
/
00
*/
/*----------------------------
carb
€
Carbon
on
OS
X
launch
information
--------------------------*/
#define USE_CARB_RESOURCE
#ifdef USE_CARB_RESOURCE
/*----------------------------
carb
Carbon
on
OS
X
launch
information
--------------------------*/
type
'carb'
{
};
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment