comparison premake.lua @ 727:eea28bfa8416

Change default to not using inreg.
author Christian Kamm <kamm incasoftware de>
date Sun, 26 Oct 2008 14:11:14 +0100
parents 6de2ed4f0abe
children 09b88beffd2d
comparison
equal deleted inserted replaced
726:8d46c475842a 727:eea28bfa8416
37 37
38 io.write("Default target: '"..TRIPLE.."'\n"); 38 io.write("Default target: '"..TRIPLE.."'\n");
39 39
40 -- x86 ABI support 40 -- x86 ABI support
41 X86_REVERSE_PARAMS = 0 --disabled for now 41 X86_REVERSE_PARAMS = 0 --disabled for now
42 X86_PASS_IN_EAX = 1 42 X86_PASS_IN_EAX = 0
43 43
44 -- D version - don't change these !!! 44 -- D version - don't change these !!!
45 DMDV1 = "1" 45 DMDV1 = "1"
46 46
47 -- idgen 47 -- idgen