Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 519 → Rev 520

/trunk/PiPL_macho.r
33,9 → 33,9
{
Category { "Telegraphics" },
Name { "Filter FoundryƉ" },
Component { MainComponentVersion, "Filter Foundry" },
HasTerminology { plugInClassID, plugInEventID, AETE_ID, /*vendorName " " plugInName*/ ""/*Empty scope enabled AppleScript*/ },
 
#include "PiPL_common.r"
 
#if (defined(__x86_64__))
CodeMacIntel64 { "PluginMain" },
#endif
45,8 → 45,10
#if (defined(__ppc__))
CodeMachOPowerPC { 0, 0, "PluginMain" },
#endif
#include "PiPL_common.r"
 
HasTerminology { plugInClassID, plugInEventID, AETE_ID, /*vendorName " " plugInName*/ ""/*Empty scope enabled AppleScript*/ },
// TODO: How to do that?
//ObjectIdentifier { "1.3.6.1.4.1.37476.2.72" }
}
};
 
54,8 → 56,6
resource 'tpLT' (16000, purgeable)
{
{
#include "pipl_common.r"
 
#if (defined(__x86_64__))
CodeMacIntel64 { "PluginMain" },
#endif
65,6 → 65,7
#if (defined(__ppc__))
CodeMachOPowerPC { 0, 0, "PluginMain" },
#endif
#include "pipl_common.r"
}
};