From b95e15eb859c82f7d7b7c729bd71a40e44f276b8 Mon Sep 17 00:00:00 2001 From: Matt Oliver Date: Sat, 9 Jul 2016 16:49:37 +1000 Subject: [PATCH] project: Disable exports with static builds. --- SMP/libsdl.vcxproj | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/SMP/libsdl.vcxproj b/SMP/libsdl.vcxproj index f2ac5aed8a..b265f3d5b3 100644 --- a/SMP/libsdl.vcxproj +++ b/SMP/libsdl.vcxproj @@ -391,7 +391,7 @@ Level3 Disabled true - _CRT_SECURE_NO_DEPRECATE;_WIN32_WINNT=0x0502;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + _CRT_SECURE_NO_DEPRECATE;DECLSPEC=;_WIN32_WINNT=0x0502;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) .\include;..\src;..\include;%(AdditionalIncludeDirectories) 4996;4267;4244;%(DisableSpecificWarnings) $(OutDir)\lib\x86\$(TargetName).pdb @@ -441,7 +441,7 @@ del /f /q $(OutDir)\licenses\libsdl.txt Level3 Disabled true - _CRT_SECURE_NO_DEPRECATE;_WIN32_WINNT=0x0600;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + _CRT_SECURE_NO_DEPRECATE;DECLSPEC=;_WIN32_WINNT=0x0600;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) .\include;..\src;..\include;%(AdditionalIncludeDirectories) 4996;4267;4244;%(DisableSpecificWarnings) $(OutDir)\lib\x64\$(TargetName).pdb @@ -603,7 +603,7 @@ del /f /q $(OutDir)\licenses\libsdl.txt false Fast false - _CRT_SECURE_NO_DEPRECATE;_WIN32_WINNT=0x0502;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + _CRT_SECURE_NO_DEPRECATE;DECLSPEC=;_WIN32_WINNT=0x0502;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) .\include;..\src;..\include;%(AdditionalIncludeDirectories) 4996;4267;4244;%(DisableSpecificWarnings) SingleFile @@ -666,7 +666,7 @@ del /f /q $(OutDir)\licenses\libsdl.txt false Fast false - _CRT_SECURE_NO_DEPRECATE;_WIN32_WINNT=0x0502;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + _CRT_SECURE_NO_DEPRECATE;DECLSPEC=;_WIN32_WINNT=0x0502;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) .\include;..\src;..\include;%(AdditionalIncludeDirectories) 4996;4267;4244;%(DisableSpecificWarnings) SingleFile @@ -729,7 +729,7 @@ del /f /q $(OutDir)\licenses\libsdl.txt false Fast false - _CRT_SECURE_NO_DEPRECATE;_WIN32_WINNT=0x0600;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + _CRT_SECURE_NO_DEPRECATE;DECLSPEC=;_WIN32_WINNT=0x0600;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) .\include;..\src;..\include;%(AdditionalIncludeDirectories) 4996;4267;4244;%(DisableSpecificWarnings) SingleFile @@ -792,7 +792,7 @@ del /f /q $(OutDir)\licenses\libsdl.txt false Fast false - _CRT_SECURE_NO_DEPRECATE;_WIN32_WINNT=0x0600;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + _CRT_SECURE_NO_DEPRECATE;DECLSPEC=;_WIN32_WINNT=0x0600;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) .\include;..\src;..\include;%(AdditionalIncludeDirectories) 4996;4267;4244;%(DisableSpecificWarnings) SingleFile