Beispiel #1
0
        GetBinPath(
            Bam.Core.BaseTarget baseTarget)
        {
            this.GetInstallPath();

            if (baseTarget.HasPlatform(Bam.Core.EPlatform.Win64))
            {
                // VS2012 does not have a pure 64-bit compiler
                return(this.bin6432Folder);
            }
            else
            {
                return(this.bin32Folder);
            }
        }