Add spaces around an assignment to match the surrounding style
This commit is contained in:
parent
f1d1af0d34
commit
b3342fa11a
@ -6,7 +6,7 @@ CFLAGS += -DWINAPI_FAMILY=WINAPI_FAMILY_PHONE_APP -DWINDOWS_PHONE -DUNICODE
|
||||
# Ignore warnings about the main function prototype when building with -ZW
|
||||
CXXFLAGS += -ZW -wd4447
|
||||
LDFLAGS += -nodefaultlib:kernel32.lib -nodefaultlib:ole32.lib WindowsPhoneCore.lib
|
||||
UTSHLDFLAGS=-def:ut.def
|
||||
UTSHLDFLAGS = -def:ut.def
|
||||
# Ignore warnings about code built with -ZW in .lib files
|
||||
AR_OPTS += -ignore:4264
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user