Differences From Artifact [23657f4865]:
- File win/Makefile.in — part of check-in [74ff0a681b] at 2019-05-31 11:28:39 on branch core-8-6-branch — Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remove mp_tc_(add|or|xor) functions in favor of mp_(add|or|xor) which can now handle twos-complement. Following ongoing changes in libtommath development. (user: jan.nijtmans size: 30313)
To Artifact [8eba5bd183]:
- File win/Makefile.in — part of check-in [8278a4dc9f] at 2019-07-13 11:44:59 on branch travis-windows-debug — Print what VPATH actually is (user: dkf size: 30347)
| ︙ | |||
170 171 172 173 174 175 176 177 178 179 180 181 182 183 | 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 | + | @SET_MAKE@ # Setting the VPATH variable to a list of paths will cause the Makefile to # look into these paths when resolving .c to .obj dependencies. VPATH = $(GENERIC_DIR):$(TOMMATH_DIR):$(WIN_DIR):$(COMPAT_DIR):$(ZLIB_DIR) $(info NB: $$VPATH is [$(VPATH)]) AR = @AR@ RANLIB = @RANLIB@ CC = @CC@ RC = @RC@ RES = @RES@ AC_FLAGS = @EXTRA_CFLAGS@ @DEFS@ |
| ︙ |