mirror of
https://github.com/curl/curl.git
synced 2026-06-06 15:44:17 +03:00
MakefileBuild.vc whitespace
This commit is contained in:
parent
24530bd296
commit
6cc3aa802b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue