Pelles C forum

Pelles C => Feature requests => Topic started by: TimoVJL on April 27, 2013, 11:31:35 AM

Title: [DONE V8] pocc compiler option -Tx64 alias for -Tamd64
Post by: TimoVJL on April 27, 2013, 11:31:35 AM
Hi Pelle,
How about pocc compiler option -Tx64 alias for -Tamd64.
That makes easier to change options for X64 as it is same size as x86 in string.
Title: Re: pocc compiler option -Tx64 alias for -Tamd64
Post by: Stefan Pendl on April 27, 2013, 12:00:40 PM
On the other hand the current implementation allows the use of the environment variable in batch scripts.

Code: [Select]
-T%PROCESSOR_ARCHITECTURE%