Differences From Artifact [603b94619f]:
- File win/makefile.vc — part of check-in [c8fe7da5db] at 2011-04-20 22:05:10 on branch core-8-5-branch — Support cross-compilation to x64 from ix86 hosts when using NMAKE. Part of the build uses tclsh to generate files. Ensure we can specify a runnable executable using TCLSH_NATIVE when cross-compiling. This patch also gets smarter about finding the compiler version, the compiler target architecture and the native architecture. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> (user: patthoyts size: 36131) [more...]
To Artifact [3b8fd2d971]:
- File win/makefile.vc — part of check-in [96ac94d775] at 2011-07-02 21:56:33 on branch core-8-5-branch — Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] (user: kbk size: 36163)
| ︙ | |||
339 340 341 342 343 344 345 346 347 348 349 350 351 352 | 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 | + | $(TMP_DIR)\bn_mp_and.obj \ $(TMP_DIR)\bn_mp_clamp.obj \ $(TMP_DIR)\bn_mp_clear.obj \ $(TMP_DIR)\bn_mp_clear_multi.obj \ $(TMP_DIR)\bn_mp_cmp.obj \ $(TMP_DIR)\bn_mp_cmp_d.obj \ $(TMP_DIR)\bn_mp_cmp_mag.obj \ $(TMP_DIR)\bn_mp_cnt_lsb.obj \ $(TMP_DIR)\bn_mp_copy.obj \ $(TMP_DIR)\bn_mp_count_bits.obj \ $(TMP_DIR)\bn_mp_div.obj \ $(TMP_DIR)\bn_mp_div_d.obj \ $(TMP_DIR)\bn_mp_div_2.obj \ $(TMP_DIR)\bn_mp_div_2d.obj \ $(TMP_DIR)\bn_mp_div_3.obj \ |
| ︙ |