Skip to content

Commit a59d44f

Browse files
committed
msvc: add forgotten source file
In 1cadad6 (git clone <url> C:\cygwin\home\USER\repo' is working (again), 2018-12-15), we introduced a new source file, containing utility functions on Windows. But we forgot to adjust the MSVC section. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 64e82ac commit a59d44f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config.mak.uname

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,7 @@ ifeq ($(uname_S),Windows)
423423
CFLAGS =
424424
BASIC_CFLAGS = -nologo -I. -Icompat/vcbuild/include -DWIN32 -D_CONSOLE -DHAVE_STRING_H -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_DEPRECATE
425425
COMPAT_OBJS = compat/msvc.o compat/winansi.o \
426+
compat/win32/path-utils.o \
426427
compat/win32/pthread.o compat/win32/syslog.o \
427428
compat/win32/dirent.o compat/win32/fscache.o
428429
COMPAT_CFLAGS = -D__USE_MINGW_ACCESS -DDETECT_MSYS_TTY -DNOGDI -DHAVE_STRING_H -Icompat -Icompat/regex -Icompat/win32 -DSTRIP_EXTENSION=\".exe\"

0 commit comments

Comments
 (0)