From: <man...@us...> - 2014-10-11 13:13:37
|
Revision: 4416 http://sourceforge.net/p/modplug/code/4416 Author: manxorist Date: 2014-10-11 13:13:25 +0000 (Sat, 11 Oct 2014) Log Message: ----------- [Ref] Debug: Change all MSVC debug project configurations to use static linking of runtime and MFC. This makes debug builds consistent with release builds (which always use static linking), allows foo_openmpt to build without changing project files in debug build (which has not been possible before because the fb2k SDK uses static linkage and libopenmpt dynamic linkage in debug builds because of interdependencies with external projects which inherited dynamic linkage from mptrack.exe), allows giving debug builds away without bundling the runtimes and prepares for an experimental VSTI version which can then use static MFC in both release and debug builds. The disadvantage is increased binary size of the debug build. Modified Paths: -------------- trunk/OpenMPT/build/gen/UnRAR.vcproj trunk/OpenMPT/build/gen/UnRAR.vcxproj trunk/OpenMPT/build/gen/flac.vcproj trunk/OpenMPT/build/gen/flac.vcxproj trunk/OpenMPT/build/gen/lhasa.vcproj trunk/OpenMPT/build/gen/lhasa.vcxproj trunk/OpenMPT/build/gen/miniz.vcproj trunk/OpenMPT/build/gen/miniz.vcxproj trunk/OpenMPT/build/gen/minizip.vcproj trunk/OpenMPT/build/gen/minizip.vcxproj trunk/OpenMPT/build/gen/portaudio.vcproj trunk/OpenMPT/build/gen/portaudio.vcxproj trunk/OpenMPT/build/gen/portmidi.vcproj trunk/OpenMPT/build/gen/portmidi.vcxproj trunk/OpenMPT/build/gen/smbPitchShift.vcproj trunk/OpenMPT/build/gen/smbPitchShift.vcxproj trunk/OpenMPT/build/gen/soundtouch.vcproj trunk/OpenMPT/build/gen/soundtouch.vcxproj trunk/OpenMPT/build/gen/zlib.vcproj trunk/OpenMPT/build/gen/zlib.vcxproj trunk/OpenMPT/build/premake4-defaults-static.lua trunk/OpenMPT/build/vs2008/libopenmpt/libopenmpt.vcproj trunk/OpenMPT/build/vs2008/libopenmpt_example_c/libopenmpt_example_c.vcproj trunk/OpenMPT/libopenmpt/foo_openmpt.vcxproj trunk/OpenMPT/libopenmpt/in_openmpt.vcxproj trunk/OpenMPT/libopenmpt/libopenmpt.vcxproj trunk/OpenMPT/libopenmpt/libopenmptDLL.vcxproj trunk/OpenMPT/libopenmpt/libopenmpt_modplug.vcxproj trunk/OpenMPT/libopenmpt/libopenmpt_test.vcxproj trunk/OpenMPT/libopenmpt/xmp-openmpt.vcxproj trunk/OpenMPT/mptrack/mptrack_08.vcproj trunk/OpenMPT/mptrack/mptrack_10.vcxproj trunk/OpenMPT/openmpt123/openmpt123.vcxproj trunk/OpenMPT/pluginBridge/PluginBridge.vcxproj trunk/OpenMPT/plugins/MidiInOut/MidiInOut.vcxproj Modified: trunk/OpenMPT/build/gen/UnRAR.vcproj =================================================================== --- trunk/OpenMPT/build/gen/UnRAR.vcproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/UnRAR.vcproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -47,7 +47,7 @@ PreprocessorDefinitions="DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" @@ -124,7 +124,7 @@ PreprocessorDefinitions="DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" Modified: trunk/OpenMPT/build/gen/UnRAR.vcxproj =================================================================== --- trunk/OpenMPT/build/gen/UnRAR.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/UnRAR.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -116,7 +116,7 @@ <PreprocessorDefinitions>DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> @@ -142,7 +142,7 @@ <PreprocessorDefinitions>DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> Modified: trunk/OpenMPT/build/gen/flac.vcproj =================================================================== --- trunk/OpenMPT/build/gen/flac.vcproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/flac.vcproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -48,7 +48,7 @@ PreprocessorDefinitions="FLAC__NO_DLL;VERSION=\"1.3.0\";DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" @@ -127,7 +127,7 @@ PreprocessorDefinitions="FLAC__NO_DLL;VERSION=\"1.3.0\";DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" Modified: trunk/OpenMPT/build/gen/flac.vcxproj =================================================================== --- trunk/OpenMPT/build/gen/flac.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/flac.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -117,7 +117,7 @@ <PreprocessorDefinitions>FLAC__NO_DLL;VERSION="1.3.0";DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> @@ -145,7 +145,7 @@ <PreprocessorDefinitions>FLAC__NO_DLL;VERSION="1.3.0";DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> Modified: trunk/OpenMPT/build/gen/lhasa.vcproj =================================================================== --- trunk/OpenMPT/build/gen/lhasa.vcproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/lhasa.vcproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -47,7 +47,7 @@ PreprocessorDefinitions="DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" @@ -125,7 +125,7 @@ PreprocessorDefinitions="DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" Modified: trunk/OpenMPT/build/gen/lhasa.vcxproj =================================================================== --- trunk/OpenMPT/build/gen/lhasa.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/lhasa.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -116,7 +116,7 @@ <PreprocessorDefinitions>DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> @@ -143,7 +143,7 @@ <PreprocessorDefinitions>DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> Modified: trunk/OpenMPT/build/gen/miniz.vcproj =================================================================== --- trunk/OpenMPT/build/gen/miniz.vcproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/miniz.vcproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -46,7 +46,7 @@ PreprocessorDefinitions="DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" @@ -122,7 +122,7 @@ PreprocessorDefinitions="DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" Modified: trunk/OpenMPT/build/gen/miniz.vcxproj =================================================================== --- trunk/OpenMPT/build/gen/miniz.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/miniz.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -115,7 +115,7 @@ <PreprocessorDefinitions>DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> @@ -140,7 +140,7 @@ <PreprocessorDefinitions>DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> Modified: trunk/OpenMPT/build/gen/minizip.vcproj =================================================================== --- trunk/OpenMPT/build/gen/minizip.vcproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/minizip.vcproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -47,7 +47,7 @@ PreprocessorDefinitions="DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" @@ -125,7 +125,7 @@ PreprocessorDefinitions="DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" Modified: trunk/OpenMPT/build/gen/minizip.vcxproj =================================================================== --- trunk/OpenMPT/build/gen/minizip.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/minizip.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -116,7 +116,7 @@ <PreprocessorDefinitions>DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> @@ -143,7 +143,7 @@ <PreprocessorDefinitions>DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> Modified: trunk/OpenMPT/build/gen/portaudio.vcproj =================================================================== --- trunk/OpenMPT/build/gen/portaudio.vcproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/portaudio.vcproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -48,7 +48,7 @@ PreprocessorDefinitions="PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_ASIO=0;PA_USE_DS=0;PA_USE_WMME=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1;PA_ENABLE_DEBUG_OUTPUT;DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" @@ -127,7 +127,7 @@ PreprocessorDefinitions="PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_ASIO=0;PA_USE_DS=0;PA_USE_WMME=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1;PA_ENABLE_DEBUG_OUTPUT;DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" Modified: trunk/OpenMPT/build/gen/portaudio.vcxproj =================================================================== --- trunk/OpenMPT/build/gen/portaudio.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/portaudio.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -117,7 +117,7 @@ <PreprocessorDefinitions>PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_ASIO=0;PA_USE_DS=0;PA_USE_WMME=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1;PA_ENABLE_DEBUG_OUTPUT;DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> @@ -145,7 +145,7 @@ <PreprocessorDefinitions>PAWIN_USE_WDMKS_DEVICE_INFO;PA_USE_ASIO=0;PA_USE_DS=0;PA_USE_WMME=1;PA_USE_WASAPI=1;PA_USE_WDMKS=1;PA_ENABLE_DEBUG_OUTPUT;DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> Modified: trunk/OpenMPT/build/gen/portmidi.vcproj =================================================================== --- trunk/OpenMPT/build/gen/portmidi.vcproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/portmidi.vcproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -47,7 +47,7 @@ PreprocessorDefinitions="DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" @@ -125,7 +125,7 @@ PreprocessorDefinitions="DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" Modified: trunk/OpenMPT/build/gen/portmidi.vcxproj =================================================================== --- trunk/OpenMPT/build/gen/portmidi.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/portmidi.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -116,7 +116,7 @@ <PreprocessorDefinitions>DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> @@ -143,7 +143,7 @@ <PreprocessorDefinitions>DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> Modified: trunk/OpenMPT/build/gen/smbPitchShift.vcproj =================================================================== --- trunk/OpenMPT/build/gen/smbPitchShift.vcproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/smbPitchShift.vcproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -46,7 +46,7 @@ PreprocessorDefinitions="DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" @@ -121,7 +121,7 @@ PreprocessorDefinitions="DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" Modified: trunk/OpenMPT/build/gen/smbPitchShift.vcxproj =================================================================== --- trunk/OpenMPT/build/gen/smbPitchShift.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/smbPitchShift.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -115,7 +115,7 @@ <PreprocessorDefinitions>DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> @@ -139,7 +139,7 @@ <PreprocessorDefinitions>DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> Modified: trunk/OpenMPT/build/gen/soundtouch.vcproj =================================================================== --- trunk/OpenMPT/build/gen/soundtouch.vcproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/soundtouch.vcproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -47,7 +47,7 @@ PreprocessorDefinitions="DLL_EXPORTS;DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" @@ -131,7 +131,7 @@ PreprocessorDefinitions="DLL_EXPORTS;DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" Modified: trunk/OpenMPT/build/gen/soundtouch.vcxproj =================================================================== --- trunk/OpenMPT/build/gen/soundtouch.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/soundtouch.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -128,7 +128,7 @@ <PreprocessorDefinitions>DLL_EXPORTS;DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> @@ -155,7 +155,7 @@ <PreprocessorDefinitions>DLL_EXPORTS;DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> Modified: trunk/OpenMPT/build/gen/zlib.vcproj =================================================================== --- trunk/OpenMPT/build/gen/zlib.vcproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/zlib.vcproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -47,7 +47,7 @@ PreprocessorDefinitions="DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" @@ -125,7 +125,7 @@ PreprocessorDefinitions="DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" EnableFunctionLevelLinking="true" UsePrecompiledHeader="0" WarningLevel="3" Modified: trunk/OpenMPT/build/gen/zlib.vcxproj =================================================================== --- trunk/OpenMPT/build/gen/zlib.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/gen/zlib.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -116,7 +116,7 @@ <PreprocessorDefinitions>DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> @@ -143,7 +143,7 @@ <PreprocessorDefinitions>DEBUG;WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_DEPRECATE;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <FunctionLevelLinking>true</FunctionLevelLinking> <PrecompiledHeader></PrecompiledHeader> <WarningLevel>Level3</WarningLevel> Modified: trunk/OpenMPT/build/premake4-defaults-static.lua =================================================================== --- trunk/OpenMPT/build/premake4-defaults-static.lua 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/premake4-defaults-static.lua 2014-10-11 13:13:25 UTC (rev 4416) @@ -2,7 +2,7 @@ configuration "Debug" defines { "DEBUG" } defines { "WIN32", "_CRT_SECURE_NO_WARNINGS", "_CRT_NONSTDC_NO_DEPRECATE", "_CRT_SECURE_NO_DEPRECATE", "_CRT_NONSTDC_NO_WARNINGS" } - flags { "Symbols" } + flags { "Symbols", "StaticRuntime" } configuration "Release" defines { "NDEBUG" } Modified: trunk/OpenMPT/build/vs2008/libopenmpt/libopenmpt.vcproj =================================================================== --- trunk/OpenMPT/build/vs2008/libopenmpt/libopenmpt.vcproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/vs2008/libopenmpt/libopenmpt.vcproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -44,7 +44,7 @@ PreprocessorDefinitions="LIBOPENMPT_BUILD" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" WarningLevel="3" DebugInformationFormat="4" /> Modified: trunk/OpenMPT/build/vs2008/libopenmpt_example_c/libopenmpt_example_c.vcproj =================================================================== --- trunk/OpenMPT/build/vs2008/libopenmpt_example_c/libopenmpt_example_c.vcproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/build/vs2008/libopenmpt_example_c/libopenmpt_example_c.vcproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -43,7 +43,7 @@ AdditionalIncludeDirectories="../../../include/msinttypes/stdint;../../..;../../../include/portaudio/include" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" WarningLevel="3" DebugInformationFormat="4" /> Modified: trunk/OpenMPT/libopenmpt/foo_openmpt.vcxproj =================================================================== --- trunk/OpenMPT/libopenmpt/foo_openmpt.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/libopenmpt/foo_openmpt.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -51,6 +51,7 @@ <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>../include/foobar2000sdk</AdditionalIncludeDirectories> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> Modified: trunk/OpenMPT/libopenmpt/in_openmpt.vcxproj =================================================================== --- trunk/OpenMPT/libopenmpt/in_openmpt.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/libopenmpt/in_openmpt.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -49,6 +49,7 @@ <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>../include;$(IntDir)svn_version;../build/svn_version</AdditionalIncludeDirectories> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> Modified: trunk/OpenMPT/libopenmpt/libopenmpt.vcxproj =================================================================== --- trunk/OpenMPT/libopenmpt/libopenmpt.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/libopenmpt/libopenmpt.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -91,7 +91,7 @@ <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>..;../common;../include;$(IntDir)svn_version;../build/svn_version</AdditionalIncludeDirectories> <PreprocessorDefinitions>LIBOPENMPT_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> @@ -109,7 +109,7 @@ <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>..;../common;../include;$(IntDir)svn_version;../build/svn_version</AdditionalIncludeDirectories> <PreprocessorDefinitions>LIBOPENMPT_BUILD;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> Modified: trunk/OpenMPT/libopenmpt/libopenmptDLL.vcxproj =================================================================== --- trunk/OpenMPT/libopenmpt/libopenmptDLL.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/libopenmpt/libopenmptDLL.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -91,7 +91,7 @@ <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>..;../common;../include;$(IntDir)svn_version;../build/svn_version</AdditionalIncludeDirectories> <PreprocessorDefinitions>_WINDLL;LIBOPENMPT_BUILD;LIBOPENMPT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> @@ -112,7 +112,7 @@ <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>..;../common;../include;$(IntDir)svn_version;../build/svn_version</AdditionalIncludeDirectories> <PreprocessorDefinitions>_WINDLL;LIBOPENMPT_BUILD;LIBOPENMPT_BUILD_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> Modified: trunk/OpenMPT/libopenmpt/libopenmpt_modplug.vcxproj =================================================================== --- trunk/OpenMPT/libopenmpt/libopenmpt_modplug.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/libopenmpt/libopenmpt_modplug.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -91,7 +91,7 @@ <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>..;../include/modplug/include;$(IntDir)svn_version;../build/svn_version</AdditionalIncludeDirectories> <PreprocessorDefinitions>_WINDLL;LIBOPENMPT_USE_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> @@ -112,7 +112,7 @@ <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>..;../include/modplug/include;$(IntDir)svn_version;../build/svn_version</AdditionalIncludeDirectories> <PreprocessorDefinitions>_WINDLL;LIBOPENMPT_USE_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> Modified: trunk/OpenMPT/libopenmpt/libopenmpt_test.vcxproj =================================================================== --- trunk/OpenMPT/libopenmpt/libopenmpt_test.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/libopenmpt/libopenmpt_test.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -87,7 +87,7 @@ <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>..;../common;../include;$(IntDir)svn_version;../build/svn_version</AdditionalIncludeDirectories> <PreprocessorDefinitions>LIBOPENMPT_BUILD;LIBOPENMPT_BUILD_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> @@ -108,7 +108,7 @@ <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>..;../common;../include;$(IntDir)svn_version;../build/svn_version</AdditionalIncludeDirectories> <PreprocessorDefinitions>LIBOPENMPT_BUILD;LIBOPENMPT_BUILD_TEST;%(PreprocessorDefinitions)</PreprocessorDefinitions> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> Modified: trunk/OpenMPT/libopenmpt/xmp-openmpt.vcxproj =================================================================== --- trunk/OpenMPT/libopenmpt/xmp-openmpt.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/libopenmpt/xmp-openmpt.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -49,6 +49,7 @@ <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>../include;../include/pugixml/src;$(IntDir)svn_version;../build/svn_version</AdditionalIncludeDirectories> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> Modified: trunk/OpenMPT/mptrack/mptrack_08.vcproj =================================================================== --- trunk/OpenMPT/mptrack/mptrack_08.vcproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/mptrack/mptrack_08.vcproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -25,7 +25,7 @@ IntermediateDirectory="..\build\obj\$(ProjectName)\$(PlatformName)\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" - UseOfMFC="2" + UseOfMFC="1" ATLMinimizesCRunTimeLibraryUsage="false" > <Tool @@ -57,7 +57,7 @@ StringPooling="true" ExceptionHandling="2" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" BufferSecurityCheck="true" EnableFunctionLevelLinking="true" UsePrecompiledHeader="2" @@ -124,7 +124,7 @@ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" ConfigurationType="1" InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" - UseOfMFC="2" + UseOfMFC="1" ATLMinimizesCRunTimeLibraryUsage="false" > <Tool @@ -156,7 +156,7 @@ StringPooling="true" ExceptionHandling="2" BasicRuntimeChecks="3" - RuntimeLibrary="3" + RuntimeLibrary="1" BufferSecurityCheck="true" EnableFunctionLevelLinking="true" UsePrecompiledHeader="2" @@ -1562,10 +1562,6 @@ > </File> <File - RelativePath="..\common\WriteMemoryDump.h" - > - </File> - <File RelativePath=".\view_com.h" > </File> @@ -1609,6 +1605,10 @@ RelativePath="..\soundlib\WindowedFIR.h" > </File> + <File + RelativePath="..\common\WriteMemoryDump.h" + > + </File> <Filter Name="tuning" > Modified: trunk/OpenMPT/mptrack/mptrack_10.vcxproj =================================================================== --- trunk/OpenMPT/mptrack/mptrack_10.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/mptrack/mptrack_10.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -59,11 +59,11 @@ </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <UseOfMfc>Dynamic</UseOfMfc> + <UseOfMfc>Static</UseOfMfc> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <UseOfMfc>Dynamic</UseOfMfc> + <UseOfMfc>Static</UseOfMfc> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> @@ -128,7 +128,7 @@ <PreprocessorDefinitions>_DEBUG;WIN32;_WINDOWS;MODPLUG_TRACKER;%(PreprocessorDefinitions)</PreprocessorDefinitions> <StringPooling>true</StringPooling> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <BufferSecurityCheck>true</BufferSecurityCheck> <FunctionLevelLinking>true</FunctionLevelLinking> <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> @@ -179,7 +179,7 @@ <PreprocessorDefinitions>_DEBUG;WIN32;_WINDOWS;MODPLUG_TRACKER;%(PreprocessorDefinitions)</PreprocessorDefinitions> <StringPooling>true</StringPooling> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <BufferSecurityCheck>true</BufferSecurityCheck> <FunctionLevelLinking>true</FunctionLevelLinking> <ForceConformanceInForLoopScope>true</ForceConformanceInForLoopScope> Modified: trunk/OpenMPT/openmpt123/openmpt123.vcxproj =================================================================== --- trunk/OpenMPT/openmpt123/openmpt123.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/openmpt123/openmpt123.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -86,7 +86,7 @@ <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>..;../common;../include/flac/include;../include/portaudio/include;../common/svn_version;../common/svn_version_default</AdditionalIncludeDirectories> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> @@ -99,7 +99,7 @@ <WarningLevel>Level3</WarningLevel> <Optimization>Disabled</Optimization> <AdditionalIncludeDirectories>..;../common;../include/flac/include;../include/portaudio/include;../common/svn_version;../common/svn_version_default</AdditionalIncludeDirectories> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> </ClCompile> <Link> <GenerateDebugInformation>true</GenerateDebugInformation> Modified: trunk/OpenMPT/pluginBridge/PluginBridge.vcxproj =================================================================== --- trunk/OpenMPT/pluginBridge/PluginBridge.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/pluginBridge/PluginBridge.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -95,6 +95,7 @@ <Optimization>Disabled</Optimization> <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>../include/</AdditionalIncludeDirectories> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> </ClCompile> <Link> <SubSystem>Windows</SubSystem> @@ -120,6 +121,7 @@ <Optimization>Disabled</Optimization> <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <AdditionalIncludeDirectories>../include/</AdditionalIncludeDirectories> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> </ClCompile> <Link> <SubSystem>Windows</SubSystem> Modified: trunk/OpenMPT/plugins/MidiInOut/MidiInOut.vcxproj =================================================================== --- trunk/OpenMPT/plugins/MidiInOut/MidiInOut.vcxproj 2014-10-11 00:14:21 UTC (rev 4415) +++ trunk/OpenMPT/plugins/MidiInOut/MidiInOut.vcxproj 2014-10-11 13:13:25 UTC (rev 4416) @@ -83,7 +83,7 @@ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;AGAIN_EXPORTS;_CRT_SECURE_NO_DEPRECATE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> @@ -110,7 +110,7 @@ <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;AGAIN_EXPORTS;VST_64BIT_PLATFORM=1;_CRT_SECURE_NO_DEPRECATE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions> <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> - <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> + <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary> <PrecompiledHeader> </PrecompiledHeader> <WarningLevel>Level3</WarningLevel> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |