Diff for /embedaddon/miniupnpc/msvc/upnpc-static.vcproj between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:16:22 version 1.1.1.2, 2023/09/27 11:21:37
Line 41 Line 41
                         <Tool                          <Tool
                                 Name="VCCLCompilerTool"                                  Name="VCCLCompilerTool"
                                 Optimization="0"                                  Optimization="0"
                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;STATICLIB;DEBUG;_CRT_SECURE_NO_WARNINGS"                                PreprocessorDefinitions="_DEBUG;_CONSOLE;MINIUPNP_STATICLIB;DEBUG;_CRT_SECURE_NO_WARNINGS"
                                 MinimalRebuild="true"                                  MinimalRebuild="true"
                                 BasicRuntimeChecks="3"                                  BasicRuntimeChecks="3"
                                 RuntimeLibrary="3"                                  RuntimeLibrary="3"
Line 115 Line 115
                                 Name="VCCLCompilerTool"                                  Name="VCCLCompilerTool"
                                 Optimization="2"                                  Optimization="2"
                                 EnableIntrinsicFunctions="true"                                  EnableIntrinsicFunctions="true"
                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;STATICLIB"                                PreprocessorDefinitions="NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;MINIUPNP_STATICLIB"
                                 RuntimeLibrary="2"                                  RuntimeLibrary="2"
                                 EnableFunctionLevelLinking="true"                                  EnableFunctionLevelLinking="true"
                                 UsePrecompiledHeader="0"                                  UsePrecompiledHeader="0"

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>