Check-in [8278a4dc9f]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Print what VPATH actually is
Timelines: family | ancestors | descendants | both | travis-windows-debug
Files: files | file ages | folders
SHA3-256: 8278a4dc9ff7d161e58b01dade09b1432975c2dd20c7cdabe81b0f7d7618552f
User & Date: dkf 2019-07-13 11:44:59.250
Context
2019-07-15
14:15
Switch to using cygwin; apparently that's expected for our GCC-on-Win builds check-in: 34959b34c4 user: dkf tags: travis-windows-debug
2019-07-13
11:44
Print what VPATH actually is check-in: 8278a4dc9f user: dkf tags: travis-windows-debug
2019-07-12
06:41
Travis windows debugging check-in: 60f83662ac user: dkf tags: travis-windows-debug
Changes
Unified Diff Ignore Whitespace Patch
Changes to win/Makefile.in.
170
171
172
173
174
175
176

177
178
179
180
181
182
183

@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)


AR		= @AR@
RANLIB		= @RANLIB@
CC		= @CC@
RC		= @RC@
RES		= @RES@
AC_FLAGS	= @EXTRA_CFLAGS@ @DEFS@







>







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@