Changeset 0bc9fdd in nscp for modules/CheckHelpers


Ignore:
Timestamp:
11/03/07 11:57:14 (6 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
12edcec
Parents:
478588b
Message:

made some build changes (removed warnings)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CheckHelpers/CheckHelpers.vcproj

    r478588b r0bc9fdd  
    5353        UsePrecompiledHeader="2" 
    5454        WarningLevel="3" 
    55         Detect64BitPortabilityProblems="true" 
     55        Detect64BitPortabilityProblems="false" 
    5656        DebugInformationFormat="4" 
    5757      /> 
     
    134134        UsePrecompiledHeader="2" 
    135135        WarningLevel="3" 
    136         Detect64BitPortabilityProblems="true" 
     136        Detect64BitPortabilityProblems="false" 
    137137        DebugInformationFormat="3" 
    138138      /> 
     
    211211        UsePrecompiledHeader="2" 
    212212        WarningLevel="3" 
    213         Detect64BitPortabilityProblems="true" 
     213        Detect64BitPortabilityProblems="false" 
    214214        DebugInformationFormat="3" 
    215215      /> 
     
    290290        UsePrecompiledHeader="2" 
    291291        WarningLevel="3" 
    292         Detect64BitPortabilityProblems="true" 
     292        Detect64BitPortabilityProblems="false" 
    293293        DebugInformationFormat="3" 
    294294      /> 
     
    368368        UsePrecompiledHeader="2" 
    369369        WarningLevel="3" 
    370         Detect64BitPortabilityProblems="true" 
     370        Detect64BitPortabilityProblems="false" 
    371371        DebugInformationFormat="3" 
    372372      /> 
     
    447447        UsePrecompiledHeader="2" 
    448448        WarningLevel="3" 
    449         Detect64BitPortabilityProblems="true" 
     449        Detect64BitPortabilityProblems="false" 
    450450        DebugInformationFormat="3" 
    451451      /> 
     
    521521        Name="VCCLCompilerTool" 
    522522        AdditionalIncludeDirectories="../include;../../include" 
    523         PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
     523        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS" 
    524524        RuntimeLibrary="0" 
    525525        UsePrecompiledHeader="2" 
    526526        WarningLevel="3" 
    527         Detect64BitPortabilityProblems="true" 
     527        Detect64BitPortabilityProblems="false" 
    528528        DebugInformationFormat="3" 
    529529      /> 
     
    604604        UsePrecompiledHeader="2" 
    605605        WarningLevel="3" 
    606         Detect64BitPortabilityProblems="true" 
     606        Detect64BitPortabilityProblems="false" 
    607607        DebugInformationFormat="3" 
    608608      /> 
Note: See TracChangeset for help on using the changeset viewer.