Is it possible to avoid installing two SDKs and just install the most recent
one but still compile different products for different devices? It looks as
if the SDKs all have the same code and upgrades or device enhancements are
identified by way of protominor statements and such.
Therefore, it seems that one set of include files should be enough to compile
code for all devices. But what about the files in the /BIN folder? And what
about GEODE.MK and COMPILER.MK which seem to be device-specific?
Has anybody figured out how to how two sets of GEODE.MK and COMPILER.MK
coexist and be accessible when compiling for different devices? (As I ask
this, I guess one solution would be to rename these files via batch files
before running mkmf, pmake depend, and pmake.) Any experience out there?
Clemens