Disabled warnings for DLL export

This commit is contained in:
Kah Wei 2022-09-15 11:33:40 +08:00
parent ff3f5db397
commit c48a467e57
2 changed files with 10 additions and 0 deletions

View File

@ -47,6 +47,11 @@ project "SHADE_Application"
"%{IncludeDir.SDL}/lib",
}
disablewarnings
{
"4251"
}
warnings 'Extra'
filter "configurations:Debug"

View File

@ -63,6 +63,11 @@ project "SHADE_Engine"
"shlwapi"
}
disablewarnings
{
"4251"
}
defines
{
"_LIB",