VirtualBox

Ignore:
Timestamp:
Jan 16, 2025 1:09:46 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166977
Message:

libpng-1.6.45: Applied and adjusted our libpng changes to 1.6.45. bugref:8515

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/libpng-1.6.45/projects/vstudio/zlib/zlib.vcxproj

    r103316 r107813  
    155155      <PreprocessorDefinitions>WIN32;_DEBUG;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    156156      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
    157       <WarningLevel>Level3</WarningLevel>
     157      <WarningLevel>$(WarningLevel)</WarningLevel>
    158158      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    159159      <Optimization>Disabled</Optimization>
    160160      <BrowseInformation>true</BrowseInformation>
    161161      <FunctionLevelLinking>true</FunctionLevelLinking>
    162       <DisableSpecificWarnings>$(DisableSpecificWarnings);4127;4131;4242;4244</DisableSpecificWarnings>
    163       <TreatWarningAsError>false</TreatWarningAsError>
     162      <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings>
     163      <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
    164164    </ClCompile>
    165165    <Link>
     
    173173      <PreprocessorDefinitions>WIN32;_DEBUG;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    174174      <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
    175       <WarningLevel>Level3</WarningLevel>
     175      <WarningLevel>$(WarningLevel)</WarningLevel>
    176176      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    177177      <Optimization>Disabled</Optimization>
    178178      <BrowseInformation>true</BrowseInformation>
    179179      <FunctionLevelLinking>true</FunctionLevelLinking>
    180       <DisableSpecificWarnings>$(DisableSpecificWarnings);4127;4131;4242;4244</DisableSpecificWarnings>
    181       <TreatWarningAsError>false</TreatWarningAsError>
     180      <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings>
     181      <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
    182182    </ClCompile>
    183183    <Link>
     
    189189    <ClCompile>
    190190      <PreprocessorDefinitions>WIN32;_DEBUG;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    191       <WarningLevel>Level3</WarningLevel>
     191      <WarningLevel>$(WarningLevel)</WarningLevel>
    192192      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    193193      <Optimization>Disabled</Optimization>
    194194      <BrowseInformation>true</BrowseInformation>
    195195      <FunctionLevelLinking>true</FunctionLevelLinking>
    196       <DisableSpecificWarnings>$(DisableSpecificWarnings);4127;4131;4242;4244</DisableSpecificWarnings>
    197       <TreatWarningAsError>false</TreatWarningAsError>
     196      <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings>
     197      <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
    198198      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    199199    </ClCompile>
     
    207207    <ClCompile>
    208208      <PreprocessorDefinitions>WIN32;_DEBUG;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    209       <WarningLevel>Level3</WarningLevel>
     209      <WarningLevel>$(WarningLevel)</WarningLevel>
    210210      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    211211      <Optimization>Disabled</Optimization>
    212212      <BrowseInformation>true</BrowseInformation>
    213213      <FunctionLevelLinking>true</FunctionLevelLinking>
    214       <DisableSpecificWarnings>$(DisableSpecificWarnings);4127;4131;4242;4244</DisableSpecificWarnings>
    215       <TreatWarningAsError>false</TreatWarningAsError>
     214      <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings>
     215      <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
    216216      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
    217217    </ClCompile>
     
    223223  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|Win32'">
    224224    <ClCompile>
    225       <WarningLevel>Level3</WarningLevel>
     225      <WarningLevel>$(WarningLevel)</WarningLevel>
    226226      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    227227      <Optimization>Full</Optimization>
     
    231231      <BrowseInformation>true</BrowseInformation>
    232232      <FunctionLevelLinking>true</FunctionLevelLinking>
    233       <DisableSpecificWarnings>$(DisableSpecificWarnings);4127;4131;4242;4244</DisableSpecificWarnings>
    234       <TreatWarningAsError>false</TreatWarningAsError>
     233      <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings>
     234      <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
    235235      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    236236      <PreprocessorDefinitions>WIN32;NDEBUG;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     
    247247  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release Library|ARM64'">
    248248    <ClCompile>
    249       <WarningLevel>Level3</WarningLevel>
     249      <WarningLevel>$(WarningLevel)</WarningLevel>
    250250      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
    251251      <Optimization>Full</Optimization>
     
    255255      <BrowseInformation>true</BrowseInformation>
    256256      <FunctionLevelLinking>true</FunctionLevelLinking>
    257       <DisableSpecificWarnings>$(DisableSpecificWarnings);4127;4131;4242;4244</DisableSpecificWarnings>
    258       <TreatWarningAsError>false</TreatWarningAsError>
     257      <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings>
     258      <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
    259259      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
    260260      <PreprocessorDefinitions>WIN32;NDEBUG;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     
    278278      <BrowseInformation>true</BrowseInformation>
    279279      <FunctionLevelLinking>true</FunctionLevelLinking>
    280       <DisableSpecificWarnings>$(DisableSpecificWarnings);4127;4131;4242;4244</DisableSpecificWarnings>
     280      <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings>
    281281      <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
    282282      <PreprocessorDefinitions>WIN32;NDEBUG;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     
    303303      <BrowseInformation>true</BrowseInformation>
    304304      <FunctionLevelLinking>true</FunctionLevelLinking>
    305       <DisableSpecificWarnings>$(DisableSpecificWarnings);4127;4131;4242;4244</DisableSpecificWarnings>
     305      <DisableSpecificWarnings>$(DisableSpecificWarnings)</DisableSpecificWarnings>
    306306      <TreatWarningAsError>$(TreatWarningAsError)</TreatWarningAsError>
    307307      <PreprocessorDefinitions>WIN32;NDEBUG;Z_SOLO;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette