Subversion Repositories filter_foundry

Rev

Rev 373 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 373 Rev 520
Line 30... Line 30...
30
resource 'PiPL' (16000, purgeable)
30
resource 'PiPL' (16000, purgeable)
31
{
31
{
32
	{
32
	{
33
		Category { "Telegraphics" },
33
		Category { "Telegraphics" },
34
		Name { "Filter FoundryƉ" },
34
		Name { "Filter FoundryƉ" },
35
#include "pipl_common.r"
35
		Component { MainComponentVersion, "Filter Foundry" },
-
 
36
		HasTerminology { plugInClassID, plugInEventID, AETE_ID, /*vendorName " " plugInName*/ ""/*Empty scope enabled AppleScript*/ },
-
 
37
 
36
		CodePowerPC { 0, 0, "" },
38
		CodePowerPC { 0, 0, "" },
37
#ifdef BUILD68K
39
		#ifdef BUILD68K
38
		Code68K { Filter, 16000 },
40
		Code68K { Filter, 16000 },
39
#endif
41
		#endif
-
 
42
		#include "pipl_common.r"
40
 
43
 
-
 
44
		// TODO: How to do that?
41
		HasTerminology { plugInClassID, plugInEventID, AETE_ID, /*vendorName " " plugInName*/ ""/*Empty scope enabled AppleScript*/ },
45
		//ObjectIdentifier { "1.3.6.1.4.1.37476.2.72" }
42
	}
46
	}
43
};
47
};
44
 
48
 
45
type 'tpLT' as 'PiPL';
49
type 'tpLT' as 'PiPL';
46
resource 'tpLT' (16000, purgeable)
50
resource 'tpLT' (16000, purgeable)
47
{
51
{
48
	{
52
	{
49
#include "pipl_common.r"
-
 
50
		CodePowerPC { 0, 0, "" },
53
		CodePowerPC { 0, 0, "" },
51
#ifdef BUILD68K
54
		#ifdef BUILD68K
52
		Code68K { Filter, 16000 },
55
		Code68K { Filter, 16000 },
53
#endif
56
		#endif
-
 
57
		#include "pipl_common.r"
54
	}
58
	}
55
};
59
};
56
 
60
 
57
 
61
 
58
#ifdef BUILD68K
62
#ifdef BUILD68K