From 6cc3aa802b31ed3659ab11cd7d6f583b77c993f1 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 20 Jul 2025 01:03:04 +0200 Subject: [PATCH] MakefileBuild.vc whitespace --- winbuild/MakefileBuild.vc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc index 8bdb22d6c4..1d8ffcc736 100644 --- a/winbuild/MakefileBuild.vc +++ b/winbuild/MakefileBuild.vc @@ -52,7 +52,7 @@ CFLAGS = /I. /I../lib /I../include /nologo /W4 /GX /YX /FD /c /DBUILDING_LI !ELSE CC_NODEBUG = $(CC) /O2 /DNDEBUG CC_DEBUG = $(CC) /Od /D_DEBUG /RTC1 /Z7 /LDd -CFLAGS = /I. /I ../lib /I../include /nologo /W4 /EHsc /FD /c /DBUILDING_LIBCURL +CFLAGS = /I. /I../lib /I../include /nologo /W4 /EHsc /FD /c /DBUILDING_LIBCURL !ENDIF LFLAGS = /nologo /machine:$(MACHINE)