Arch( Architecture )
Command very mostly used quickly after [Process] with Arch,x86
[Process]
Arch,x86
Arch,x86
means, plugin requires 32bit capable Project,
Generally used with 32bit application Plugins.
When Project do not support 32bit applications,
during build, plugin exits without adding anything.

Since JFX created Wow64 plugin, and later with support by ChrisR , yamingw
All current projects support 32bit applications

ps: At a time, Win10PESE not having Wow64 plugin,
When Building Win10PESE-x64
all x86 plugins exit without adding any x86 application,
Success

**
Arch also can be used to broadcast other architectures:
Less popular for now, maybe in future, well syntax developed and ready :)
ex:
Arch,x64
-->
plugin designed for only x64 capable builds.
=> if source not x64, plugin exits.
(for now there is no WOW for x64 on x86, IA64, arm64.... os ==> only x64 source is x64 capable )
ex:
Arch,x86|x64
-->
plugin designed for both x86 and x64 capable builds.
Coded by The Great Galapo

