mirror of
https://github.com/curl/curl.git
synced 2026-07-22 17:07:17 +03:00
Trial to fix the nmake Makefile for vtls files.
This commit is contained in:
parent
0f340f0572
commit
303172d220
1 changed files with 3 additions and 0 deletions
|
|
@ -641,6 +641,9 @@ $(DIROBJ):
|
|||
{.\}.c{$(DIROBJ)\}.obj:
|
||||
$(CC) $(CFLAGS) /Fo"$@" $<
|
||||
|
||||
{.\vtls\}.c{$(DIROBJ)\}.obj:
|
||||
$(CC) $(CFLAGS) /Fo"$@" $<
|
||||
|
||||
debug-dll\libcurl.res \
|
||||
debug-dll-ssl-dll\libcurl.res \
|
||||
debug-dll-zlib-dll\libcurl.res \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue