NO

Author Topic: [DONE V8] pocc compiler option -Tx64 alias for -Tamd64  (Read 3359 times)

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
[DONE V8] pocc compiler option -Tx64 alias for -Tamd64
« 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.
« Last Edit: May 01, 2014, 07:51:46 AM by TimoVJL »
May the source be with you

Offline Stefan Pendl

  • Global Moderator
  • Member
  • *****
  • Posts: 582
    • Homepage
Re: pocc compiler option -Tx64 alias for -Tamd64
« Reply #1 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%
---
Stefan

Proud member of the UltraDefrag Development Team