blob: e0ac5b449ef3a130c623448548fc69e635954cf3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
/*
* Permit this Carbon application to launch on OS X
*
* � 1997-2000 Metrowerks Corp.
*
* Questions and comments to:
* <mailto:support@metrowerks.com>
* <http://www.metrowerks.com/>
*/
/*----------------------------carb � Carbon on OS X launch information --------------------------*/
type 'carb' {
};
resource 'carb'(0) {
};
|