Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 373 → Rev 520

/trunk/PiPL_classic.r
32,13 → 32,17
{
Category { "Telegraphics" },
Name { "Filter FoundryƉ" },
#include "pipl_common.r"
Component { MainComponentVersion, "Filter Foundry" },
HasTerminology { plugInClassID, plugInEventID, AETE_ID, /*vendorName " " plugInName*/ ""/*Empty scope enabled AppleScript*/ },
 
CodePowerPC { 0, 0, "" },
#ifdef BUILD68K
Code68K { Filter, 16000 },
#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" }
}
};
 
46,11 → 50,11
resource 'tpLT' (16000, purgeable)
{
{
#include "pipl_common.r"
CodePowerPC { 0, 0, "" },
#ifdef BUILD68K
Code68K { Filter, 16000 },
#endif
#include "pipl_common.r"
}
};