You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
224 B

configurations {
Platform {
key : "Platform";
choices : { Win32, x64 };
Win32.aliases : { x86, win32, ia32, 386 };
x64.aliases : { x64, amd64, em64t, intel64, x86-64, x86_64 };
};
};