mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
winbuild: Additional clean up
This commit is contained in:
parent
3be96564a8
commit
0ecb57056f
@ -68,4 +68,4 @@ where <options> is one or many of:
|
||||
ENABLE_WINSSL=<yes or no> - Enable native Windows SSL support, defaults to yes
|
||||
GEN_PDB=<yes or no> - Generate Program Database (debug symbols for release build)
|
||||
DEBUG=<yes or no> - Debug builds
|
||||
MACHINE=<X86 or X64> - Target architecture (default is X86)
|
||||
MACHINE=<x86 or x64> - Target architecture (default is x86)
|
@ -32,7 +32,7 @@ CFGSET=true
|
||||
!MESSAGE ENABLE_WINSSL=<yes or no> - Enable native Windows SSL support, defaults to yes
|
||||
!MESSAGE GEN_PDB=<yes or no> - Generate Program Database (debug symbols for release build)
|
||||
!MESSAGE DEBUG=<yes or no> - Debug builds
|
||||
!MESSAGE MACHINE=<X86 or X64> - Target architecture (default x86)
|
||||
!MESSAGE MACHINE=<x86 or x64> - Target architecture (default x86)
|
||||
!ERROR please choose a valid mode
|
||||
|
||||
!ENDIF
|
||||
@ -56,7 +56,7 @@ ENABLE_SSPI = $(USE_SSPI)
|
||||
|
||||
# default options
|
||||
!IFNDEF MACHINE
|
||||
MACHINE = X86
|
||||
MACHINE = x86
|
||||
!ENDIF
|
||||
|
||||
!IFNDEF ENABLE_IDN
|
||||
|
@ -319,10 +319,6 @@ CFLAGS = $(CFLAGS) $(SSPI_CFLAGS)
|
||||
CFLAGS = $(CFLAGS) $(SPNEGO_CFLAGS)
|
||||
!ENDIF
|
||||
|
||||
!IF "$(USE_WINSSL)"=="true"
|
||||
#
|
||||
!ENDIF
|
||||
|
||||
!IF "$(GEN_PDB)"=="true"
|
||||
CFLAGS = $(CFLAGS) $(CFLAGS_PDB)
|
||||
LFLAGS = $(LFLAGS) $(LFLAGS_PDB)
|
||||
|
Loading…
Reference in New Issue
Block a user