Changeset 478588b in nscp for modules/CheckHelpers


Ignore:
Timestamp:
10/29/07 21:33:28 (6 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
0bc9fdd
Parents:
4548d83
Message:
  • Restructured build and include to work from CLI + Started to add makefiles to build from CLI + Added finnish counters (#98)
    • Fixed performance counter issue with check_nt (#99)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CheckHelpers/CheckHelpers.vcproj

    r4548d83 r478588b  
    22<VisualStudioProject 
    33  ProjectType="Visual C++" 
    4   Version="8,00" 
     4  Version="9,00" 
    55  Name="CheckHelpers" 
    66  ProjectGUID="{8F1C3E39-D6C6-4414-AAD2-FE03C9A8655F}" 
    77  RootNamespace="CheckHelpers" 
    88  Keyword="Win32Proj" 
     9  TargetFrameworkVersion="131072" 
    910  > 
    1011  <Platforms> 
     
    7273        ProgramDatabaseFile="$(OutDir)/CheckDisk.pdb" 
    7374        SubSystem="2" 
     75        RandomizedBaseAddress="1" 
     76        DataExecutionPrevention="0" 
    7477        ImportLibrary="$(OutDir)/CheckHelpers.lib" 
    7578        TargetMachine="1" 
     
    9295      <Tool 
    9396        Name="VCAppVerifierTool" 
    94       /> 
    95       <Tool 
    96         Name="VCWebDeploymentTool" 
    9797      /> 
    9898      <Tool 
     
    154154        ProgramDatabaseFile="$(OutDir)/CheckDisk.pdb" 
    155155        SubSystem="2" 
     156        RandomizedBaseAddress="1" 
     157        DataExecutionPrevention="0" 
    156158        ImportLibrary="$(OutDir)/CheckDisk.lib" 
    157159        TargetMachine="17" 
     
    174176      <Tool 
    175177        Name="VCAppVerifierTool" 
    176       /> 
    177       <Tool 
    178         Name="VCWebDeploymentTool" 
    179178      /> 
    180179      <Tool 
     
    233232        OptimizeReferences="2" 
    234233        EnableCOMDATFolding="2" 
     234        RandomizedBaseAddress="1" 
     235        DataExecutionPrevention="0" 
    235236        ImportLibrary="$(OutDir)/CheckDisk.lib" 
    236237        TargetMachine="1" 
     
    253254      <Tool 
    254255        Name="VCAppVerifierTool" 
    255       /> 
    256       <Tool 
    257         Name="VCWebDeploymentTool" 
    258256      /> 
    259257      <Tool 
     
    313311        OptimizeReferences="2" 
    314312        EnableCOMDATFolding="2" 
     313        RandomizedBaseAddress="1" 
     314        DataExecutionPrevention="0" 
    315315        ImportLibrary="$(OutDir)/CheckDisk.lib" 
    316316        TargetMachine="17" 
     
    333333      <Tool 
    334334        Name="VCAppVerifierTool" 
    335       /> 
    336       <Tool 
    337         Name="VCWebDeploymentTool" 
    338335      /> 
    339336      <Tool 
     
    392389        OptimizeReferences="2" 
    393390        EnableCOMDATFolding="2" 
     391        RandomizedBaseAddress="1" 
     392        DataExecutionPrevention="0" 
    394393        ImportLibrary="$(OutDir)/CheckDisk.lib" 
    395394        TargetMachine="1" 
     
    412411      <Tool 
    413412        Name="VCAppVerifierTool" 
    414       /> 
    415       <Tool 
    416         Name="VCWebDeploymentTool" 
    417413      /> 
    418414      <Tool 
     
    472468        OptimizeReferences="2" 
    473469        EnableCOMDATFolding="2" 
     470        RandomizedBaseAddress="1" 
     471        DataExecutionPrevention="0" 
    474472        ImportLibrary="$(OutDir)/CheckDisk.lib" 
    475473        TargetMachine="17" 
     
    492490      <Tool 
    493491        Name="VCAppVerifierTool" 
    494       /> 
    495       <Tool 
    496         Name="VCWebDeploymentTool" 
    497492      /> 
    498493      <Tool 
     
    551546        OptimizeReferences="2" 
    552547        EnableCOMDATFolding="2" 
     548        RandomizedBaseAddress="1" 
     549        DataExecutionPrevention="0" 
    553550        ImportLibrary="$(OutDir)/CheckHelpers.lib" 
    554551        TargetMachine="1" 
     
    571568      <Tool 
    572569        Name="VCAppVerifierTool" 
    573       /> 
    574       <Tool 
    575         Name="VCWebDeploymentTool" 
    576570      /> 
    577571      <Tool 
     
    631625        OptimizeReferences="2" 
    632626        EnableCOMDATFolding="2" 
     627        RandomizedBaseAddress="1" 
     628        DataExecutionPrevention="0" 
    633629        ImportLibrary="$(OutDir)/CheckHelpers.lib" 
    634630        TargetMachine="17" 
     
    651647      <Tool 
    652648        Name="VCAppVerifierTool" 
    653       /> 
    654       <Tool 
    655         Name="VCWebDeploymentTool" 
    656649      /> 
    657650      <Tool 
     
    671664        RelativePath="..\..\include\arrayBuffer.cpp" 
    672665        > 
     666        <FileConfiguration 
     667          Name="Debug|Win32" 
     668          > 
     669          <Tool 
     670            Name="VCCLCompilerTool" 
     671            UsePrecompiledHeader="0" 
     672            PrecompiledHeaderThrough="" 
     673          /> 
     674        </FileConfiguration> 
     675        <FileConfiguration 
     676          Name="Debug|x64" 
     677          > 
     678          <Tool 
     679            Name="VCCLCompilerTool" 
     680            UsePrecompiledHeader="0" 
     681            PrecompiledHeaderThrough="" 
     682          /> 
     683        </FileConfiguration> 
     684        <FileConfiguration 
     685          Name="Release|Win32" 
     686          > 
     687          <Tool 
     688            Name="VCCLCompilerTool" 
     689            UsePrecompiledHeader="0" 
     690            PrecompiledHeaderThrough="" 
     691          /> 
     692        </FileConfiguration> 
     693        <FileConfiguration 
     694          Name="Release|x64" 
     695          > 
     696          <Tool 
     697            Name="VCCLCompilerTool" 
     698            UsePrecompiledHeader="0" 
     699            PrecompiledHeaderThrough="" 
     700          /> 
     701        </FileConfiguration> 
     702        <FileConfiguration 
     703          Name="Distribution|Win32" 
     704          > 
     705          <Tool 
     706            Name="VCCLCompilerTool" 
     707            UsePrecompiledHeader="0" 
     708            PrecompiledHeaderThrough="" 
     709          /> 
     710        </FileConfiguration> 
     711        <FileConfiguration 
     712          Name="Distribution|x64" 
     713          > 
     714          <Tool 
     715            Name="VCCLCompilerTool" 
     716            UsePrecompiledHeader="0" 
     717            PrecompiledHeaderThrough="" 
     718          /> 
     719        </FileConfiguration> 
     720        <FileConfiguration 
     721          Name="Nightly|Win32" 
     722          > 
     723          <Tool 
     724            Name="VCCLCompilerTool" 
     725            UsePrecompiledHeader="0" 
     726            PrecompiledHeaderThrough="" 
     727          /> 
     728        </FileConfiguration> 
     729        <FileConfiguration 
     730          Name="Nightly|x64" 
     731          > 
     732          <Tool 
     733            Name="VCCLCompilerTool" 
     734            UsePrecompiledHeader="0" 
     735            PrecompiledHeaderThrough="" 
     736          /> 
     737        </FileConfiguration> 
    673738      </File> 
    674739      <File 
     
    683748        RelativePath="..\..\include\NSCHelper.cpp" 
    684749        > 
     750        <FileConfiguration 
     751          Name="Debug|Win32" 
     752          > 
     753          <Tool 
     754            Name="VCCLCompilerTool" 
     755            UsePrecompiledHeader="0" 
     756            PrecompiledHeaderThrough="" 
     757          /> 
     758        </FileConfiguration> 
     759        <FileConfiguration 
     760          Name="Debug|x64" 
     761          > 
     762          <Tool 
     763            Name="VCCLCompilerTool" 
     764            UsePrecompiledHeader="0" 
     765            PrecompiledHeaderThrough="" 
     766          /> 
     767        </FileConfiguration> 
     768        <FileConfiguration 
     769          Name="Release|Win32" 
     770          > 
     771          <Tool 
     772            Name="VCCLCompilerTool" 
     773            UsePrecompiledHeader="0" 
     774            PrecompiledHeaderThrough="" 
     775          /> 
     776        </FileConfiguration> 
     777        <FileConfiguration 
     778          Name="Release|x64" 
     779          > 
     780          <Tool 
     781            Name="VCCLCompilerTool" 
     782            UsePrecompiledHeader="0" 
     783            PrecompiledHeaderThrough="" 
     784          /> 
     785        </FileConfiguration> 
     786        <FileConfiguration 
     787          Name="Distribution|Win32" 
     788          > 
     789          <Tool 
     790            Name="VCCLCompilerTool" 
     791            UsePrecompiledHeader="0" 
     792            PrecompiledHeaderThrough="" 
     793          /> 
     794        </FileConfiguration> 
     795        <FileConfiguration 
     796          Name="Distribution|x64" 
     797          > 
     798          <Tool 
     799            Name="VCCLCompilerTool" 
     800            UsePrecompiledHeader="0" 
     801            PrecompiledHeaderThrough="" 
     802          /> 
     803        </FileConfiguration> 
     804        <FileConfiguration 
     805          Name="Nightly|Win32" 
     806          > 
     807          <Tool 
     808            Name="VCCLCompilerTool" 
     809            UsePrecompiledHeader="0" 
     810            PrecompiledHeaderThrough="" 
     811          /> 
     812        </FileConfiguration> 
     813        <FileConfiguration 
     814          Name="Nightly|x64" 
     815          > 
     816          <Tool 
     817            Name="VCCLCompilerTool" 
     818            UsePrecompiledHeader="0" 
     819            PrecompiledHeaderThrough="" 
     820          /> 
     821        </FileConfiguration> 
    685822      </File> 
    686823      <File 
     
    761898            Name="VCCLCompilerTool" 
    762899            UsePrecompiledHeader="0" 
     900            PrecompiledHeaderThrough="" 
    763901          /> 
    764902        </FileConfiguration> 
     
    769907            Name="VCCLCompilerTool" 
    770908            UsePrecompiledHeader="0" 
     909            PrecompiledHeaderThrough="" 
    771910          /> 
    772911        </FileConfiguration> 
     
    777916            Name="VCCLCompilerTool" 
    778917            UsePrecompiledHeader="0" 
     918            PrecompiledHeaderThrough="" 
    779919          /> 
    780920        </FileConfiguration> 
     
    785925            Name="VCCLCompilerTool" 
    786926            UsePrecompiledHeader="0" 
     927            PrecompiledHeaderThrough="" 
    787928          /> 
    788929        </FileConfiguration> 
     
    793934            Name="VCCLCompilerTool" 
    794935            UsePrecompiledHeader="0" 
     936            PrecompiledHeaderThrough="" 
    795937          /> 
    796938        </FileConfiguration> 
     
    801943            Name="VCCLCompilerTool" 
    802944            UsePrecompiledHeader="0" 
     945            PrecompiledHeaderThrough="" 
    803946          /> 
    804947        </FileConfiguration> 
     
    809952            Name="VCCLCompilerTool" 
    810953            UsePrecompiledHeader="0" 
     954            PrecompiledHeaderThrough="" 
    811955          /> 
    812956        </FileConfiguration> 
     
    817961            Name="VCCLCompilerTool" 
    818962            UsePrecompiledHeader="0" 
     963            PrecompiledHeaderThrough="" 
    819964          /> 
    820965        </FileConfiguration> 
Note: See TracChangeset for help on using the changeset viewer.