Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 520 → Rev 519

/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,10 → 45,8
#if (defined(__ppc__))
CodeMachOPowerPC { 0, 0, "PluginMain" },
#endif
#include "PiPL_common.r"
 
// TODO: How to do that?
//ObjectIdentifier { "1.3.6.1.4.1.37476.2.72" }
HasTerminology { plugInClassID, plugInEventID, AETE_ID, /*vendorName " " plugInName*/ ""/*Empty scope enabled AppleScript*/ },
}
};
 
56,6 → 54,8
resource 'tpLT' (16000, purgeable)
{
{
#include "pipl_common.r"
 
#if (defined(__x86_64__))
CodeMacIntel64 { "PluginMain" },
#endif
65,7 → 65,6
#if (defined(__ppc__))
CodeMachOPowerPC { 0, 0, "PluginMain" },
#endif
#include "pipl_common.r"
}
};