Disable DLL Export Warnings (4251) #19
|
@ -47,6 +47,11 @@ project "SHADE_Application"
|
|||
"%{IncludeDir.SDL}/lib",
|
||||
}
|
||||
|
||||
disablewarnings
|
||||
{
|
||||
"4251"
|
||||
}
|
||||
|
||||
warnings 'Extra'
|
||||
|
||||
filter "configurations:Debug"
|
||||
|
|
|
@ -63,6 +63,11 @@ project "SHADE_Engine"
|
|||
"shlwapi"
|
||||
}
|
||||
|
||||
disablewarnings
|
||||
{
|
||||
"4251"
|
||||
}
|
||||
|
||||
defines
|
||||
{
|
||||
"_LIB",
|
||||
|
|
Loading…
Reference in New Issue