diff options
Diffstat (limited to 'Mac/Resources')
-rw-r--r-- | Mac/Resources/Carbon.r | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Mac/Resources/Carbon.r b/Mac/Resources/Carbon.r new file mode 100644 index 0000000..b072984 --- /dev/null +++ b/Mac/Resources/Carbon.r @@ -0,0 +1,15 @@ +/* + * Permit this Carbon application to launch on OS X + * + * by Josef W. Wankerl + * 04/11/00 + */ + + +/*----------------------------carb € Carbon on OS X launch information --------------------------*/ +type 'carb' { +}; + + +resource 'carb'(0) { +};
\ No newline at end of file |