mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
Trial to fix the nmake Makefile for vtls files.
This commit is contained in:
parent
0f340f0572
commit
303172d220
@ -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…
Reference in New Issue
Block a user