MSVC CL build tweeks
This commit is contained in:
parent
145386ab78
commit
d5d816b1d0
@ -50,8 +50,8 @@ cd tune
|
||||
cl %OPT% /c ..\..\tests\misc.c /I..\..
|
||||
cl %OPT% /c ..\..\tests\memory.c /I..\..
|
||||
cl %OPT% /c ..\..\tests\refmpn.c /I..\..
|
||||
::cl %OPT% /c ..\..\build.vc10\win_timing.c
|
||||
::cl %OPT% /c ..\..\build.vc10\getopt.c
|
||||
cl %OPT% /c ..\..\build.vc10\win_timing.c
|
||||
cl %OPT% /c ..\..\build.vc10\getopt.c
|
||||
|
||||
for %%X in ( ..\..\tune/common.c ..\..\tune/mod_1_div.c ..\..\tune/set_strb.c ..\..\tune/divrem1div.c ..\..\tune/gcd_bin.c ..\..\tune/mod_1_inv.c ..\..\tune/divrem1inv.c ..\..\tune/gcdextod.c ..\..\tune/modlinv.c ..\..\tune/set_strs.c ..\..\tune/divrem2div.c ..\..\tune/gcdextos.c ..\..\tune/noop.c ..\..\tune/divrem2inv.c ..\..\tune/jacbase1.c ..\..\tune/powm_mod.c ..\..\tune/fac_ui_large.c ..\..\tune/jacbase2.c ..\..\tune/powm_redc.c ..\..\tune/fac_ui_small.c ..\..\tune/jacbase3.c ..\..\tune/preinv_divrem_1.c ) do (
|
||||
cl -c %OPT% /I..\.. /I..\..\tests /I.. %%X
|
||||
|
Loading…
Reference in New Issue
Block a user