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
|
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)
|
GEN_PDB=<yes or no> - Generate Program Database (debug symbols for release build)
|
||||||
DEBUG=<yes or no> - Debug builds
|
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 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 GEN_PDB=<yes or no> - Generate Program Database (debug symbols for release build)
|
||||||
!MESSAGE DEBUG=<yes or no> - Debug builds
|
!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
|
!ERROR please choose a valid mode
|
||||||
|
|
||||||
!ENDIF
|
!ENDIF
|
||||||
@ -56,7 +56,7 @@ ENABLE_SSPI = $(USE_SSPI)
|
|||||||
|
|
||||||
# default options
|
# default options
|
||||||
!IFNDEF MACHINE
|
!IFNDEF MACHINE
|
||||||
MACHINE = X86
|
MACHINE = x86
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
!IFNDEF ENABLE_IDN
|
!IFNDEF ENABLE_IDN
|
||||||
|
@ -319,10 +319,6 @@ CFLAGS = $(CFLAGS) $(SSPI_CFLAGS)
|
|||||||
CFLAGS = $(CFLAGS) $(SPNEGO_CFLAGS)
|
CFLAGS = $(CFLAGS) $(SPNEGO_CFLAGS)
|
||||||
!ENDIF
|
!ENDIF
|
||||||
|
|
||||||
!IF "$(USE_WINSSL)"=="true"
|
|
||||||
#
|
|
||||||
!ENDIF
|
|
||||||
|
|
||||||
!IF "$(GEN_PDB)"=="true"
|
!IF "$(GEN_PDB)"=="true"
|
||||||
CFLAGS = $(CFLAGS) $(CFLAGS_PDB)
|
CFLAGS = $(CFLAGS) $(CFLAGS_PDB)
|
||||||
LFLAGS = $(LFLAGS) $(LFLAGS_PDB)
|
LFLAGS = $(LFLAGS) $(LFLAGS_PDB)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user