Subversion Repositories filter_foundry

Rev

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

Rev 57 Rev 64
Line 31... Line 31...
31
{
31
{
32
	{
32
	{
33
		Category { "Telegraphics" },
33
		Category { "Telegraphics" },
34
		Name { "Filter FoundryƉ" },
34
		Name { "Filter FoundryƉ" },
35
		HasTerminology { plugInClassID, plugInEventID, AETE_ID, vendorName " " plugInName },
35
		HasTerminology { plugInClassID, plugInEventID, AETE_ID, vendorName " " plugInName },
-
 
36
 
36
#include "PiPL_common.r"
37
#include "PiPL_common.r"
-
 
38
 
-
 
39
#if (defined(__i386__))
-
 
40
		CodeMacIntel32 { "PluginMain" },
-
 
41
#endif
-
 
42
#if (defined(__ppc__))
37
		CodeMachO { 0, 0, "" },
43
		CodeMachOPowerPC { 0, 0, "PluginMain" },
-
 
44
#endif
38
	}
45
	}
39
};
46
};
40
 
47
 
41
type 'DATA' as 'PiPL';
48
type 'DATA' as 'PiPL';
42
resource 'DATA' (16000, purgeable)
49
resource 'DATA' (16000, purgeable)
43
{
50
{
44
	{
51
	{
45
#include "pipl_common.r"
52
#include "pipl_common.r"
-
 
53
 
-
 
54
#if (defined(__i386__))
-
 
55
		CodeMacIntel32 { "PluginMain" },
-
 
56
#endif
-
 
57
#if (defined(__ppc__))
46
		CodeMachO { 0, 0, "" },
58
		CodeMachOPowerPC { 0, 0, "PluginMain" },
-
 
59
#endif
47
	}
60
	}
48
};
61
};
49
 
62
 
50
resource 'vers' (1){
63
resource 'vers' (1){
51
	VERS_RSRC " (Carbon Mach-O)"
64
	VERS_RSRC " (Carbon Mach-O)"