ENABLE_WINSSL=<yes or no> - Enable native Windows SSL support, defaults to yes\r
GEN_PDB=<yes or no> - Generate Program Database (debug symbols for release build)\r
DEBUG=<yes or no> - Debug builds\r
- MACHINE=<X86 or X64> - Target architecture (default is X86)
\ No newline at end of file
+ MACHINE=<x86 or x64> - Target architecture (default is x86)
\ No newline at end of file
!MESSAGE ENABLE_WINSSL=<yes or no> - Enable native Windows SSL support, defaults to yes\r
!MESSAGE GEN_PDB=<yes or no> - Generate Program Database (debug symbols for release build)\r
!MESSAGE DEBUG=<yes or no> - Debug builds\r
-!MESSAGE MACHINE=<X86 or X64> - Target architecture (default x86)
+!MESSAGE MACHINE=<x86 or x64> - Target architecture (default x86)
!ERROR please choose a valid mode\r
\r
!ENDIF\r
\r
# default options\r
!IFNDEF MACHINE
-MACHINE = X86
+MACHINE = x86
!ENDIF
!IFNDEF ENABLE_IDN\r
CFLAGS = $(CFLAGS) $(SPNEGO_CFLAGS)\r
!ENDIF\r
\r
-!IF "$(USE_WINSSL)"=="true"\r
-#
-!ENDIF\r
-\r
!IF "$(GEN_PDB)"=="true"\r
CFLAGS = $(CFLAGS) $(CFLAGS_PDB)\r
LFLAGS = $(LFLAGS) $(LFLAGS_PDB)\r