Detecting build platform
Certain parts of my installer script do build time operations that can only be done on windows boxen, most notably gathering registration info from shared DLLs. However, I would like to be able to build installers on Linux anyway, without e.g. DLL registration. Therefore, I'd like to be able to do conditional compilation based on build platform. I can't find out how to access build platform. Can anyone give me a clue?