winbuild: Clean up formatting and variable naming
- Changed space usage to line up with the whole file - Renamed CFLAGS_SSPI/IPV6 to SSPI/IPV6_CFLAGS to be consistent with the other CFLAGS_x variables - Make use of existing CFLAGS_IPV6 (previously IPV6_CFLAGS) instead of appending directly to CFLAGS
This commit is contained in:
@@ -106,7 +106,7 @@ CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-debug
|
||||
CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-release
|
||||
!ENDIF
|
||||
|
||||
!IF "$(AS_DLL)" == "true"
|
||||
!IF "$(AS_DLL)"=="true"
|
||||
CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-dll
|
||||
!ELSE
|
||||
CONFIG_NAME_LIB = $(CONFIG_NAME_LIB)-static
|
||||
|
||||
Reference in New Issue
Block a user