Changeset 36c340d in nscp for modules/ConsoleLogger


Ignore:
Timestamp:
02/25/05 21:47:45 (8 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
8223547
Parents:
a1e1922
Message:

Multiple fixes in various places.

  • Added threadding blocks "core"
  • Added new Module (CheckDisk)
  • Added new option [log] / debug=1 to enable debug logs.
  • Added more error messages
  • other minor tweaks and fixes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/ConsoleLogger/ConsoleLogger.vcproj

    ra0528c4 r36c340d  
    111111        Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
    112112    </Configuration> 
     113    <Configuration 
     114      Name="Dynamic Linkage|Win32" 
     115      OutputDirectory="$(ConfigurationName)" 
     116      IntermediateDirectory="$(ConfigurationName)" 
     117      ConfigurationType="2" 
     118      CharacterSet="2"> 
     119      <Tool 
     120        Name="VCCLCompilerTool" 
     121        AdditionalIncludeDirectories="../include;../../include" 
     122        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
     123        RuntimeLibrary="2" 
     124        UsePrecompiledHeader="3" 
     125        WarningLevel="3" 
     126        Detect64BitPortabilityProblems="TRUE" 
     127        DebugInformationFormat="3"/> 
     128      <Tool 
     129        Name="VCCustomBuildTool"/> 
     130      <Tool 
     131        Name="VCLinkerTool" 
     132        OutputFile="../../Release/modules/$(ProjectName).dll" 
     133        LinkIncremental="1" 
     134        ModuleDefinitionFile="ConsoleLogger.def" 
     135        GenerateDebugInformation="TRUE" 
     136        SubSystem="2" 
     137        OptimizeReferences="2" 
     138        EnableCOMDATFolding="2" 
     139        ImportLibrary="$(OutDir)/ConsoleLogger.lib" 
     140        TargetMachine="1"/> 
     141      <Tool 
     142        Name="VCMIDLTool"/> 
     143      <Tool 
     144        Name="VCPostBuildEventTool"/> 
     145      <Tool 
     146        Name="VCPreBuildEventTool"/> 
     147      <Tool 
     148        Name="VCPreLinkEventTool"/> 
     149      <Tool 
     150        Name="VCResourceCompilerTool"/> 
     151      <Tool 
     152        Name="VCWebServiceProxyGeneratorTool"/> 
     153      <Tool 
     154        Name="VCXMLDataGeneratorTool"/> 
     155      <Tool 
     156        Name="VCWebDeploymentTool"/> 
     157      <Tool 
     158        Name="VCManagedWrapperGeneratorTool"/> 
     159      <Tool 
     160        Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     161    </Configuration> 
     162    <Configuration 
     163      Name="Debug Dynamic Linkage|Win32" 
     164      OutputDirectory="$(ConfigurationName)" 
     165      IntermediateDirectory="$(ConfigurationName)" 
     166      ConfigurationType="2" 
     167      CharacterSet="2"> 
     168      <Tool 
     169        Name="VCCLCompilerTool" 
     170        Optimization="0" 
     171        AdditionalIncludeDirectories="../include;../../include" 
     172        PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1" 
     173        MinimalRebuild="TRUE" 
     174        BasicRuntimeChecks="3" 
     175        RuntimeLibrary="3" 
     176        UsePrecompiledHeader="3" 
     177        WarningLevel="3" 
     178        Detect64BitPortabilityProblems="TRUE" 
     179        DebugInformationFormat="4"/> 
     180      <Tool 
     181        Name="VCCustomBuildTool"/> 
     182      <Tool 
     183        Name="VCLinkerTool" 
     184        OutputFile="../../Debug/modules/$(ProjectName).dll" 
     185        LinkIncremental="2" 
     186        ModuleDefinitionFile="ConsoleLogger.def" 
     187        GenerateDebugInformation="TRUE" 
     188        ProgramDatabaseFile="$(OutDir)/ConsoleLogger.pdb" 
     189        SubSystem="2" 
     190        ImportLibrary="$(OutDir)/ConsoleLogger.lib" 
     191        TargetMachine="1"/> 
     192      <Tool 
     193        Name="VCMIDLTool"/> 
     194      <Tool 
     195        Name="VCPostBuildEventTool"/> 
     196      <Tool 
     197        Name="VCPreBuildEventTool"/> 
     198      <Tool 
     199        Name="VCPreLinkEventTool"/> 
     200      <Tool 
     201        Name="VCResourceCompilerTool"/> 
     202      <Tool 
     203        Name="VCWebServiceProxyGeneratorTool"/> 
     204      <Tool 
     205        Name="VCXMLDataGeneratorTool"/> 
     206      <Tool 
     207        Name="VCWebDeploymentTool"/> 
     208      <Tool 
     209        Name="VCManagedWrapperGeneratorTool"/> 
     210      <Tool 
     211        Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
     212    </Configuration> 
    113213  </Configurations> 
    114214  <References> 
     
    135235        <FileConfiguration 
    136236          Name="Release|Win32"> 
     237          <Tool 
     238            Name="VCCLCompilerTool" 
     239            UsePrecompiledHeader="1"/> 
     240        </FileConfiguration> 
     241        <FileConfiguration 
     242          Name="Dynamic Linkage|Win32"> 
     243          <Tool 
     244            Name="VCCLCompilerTool" 
     245            UsePrecompiledHeader="1"/> 
     246        </FileConfiguration> 
     247        <FileConfiguration 
     248          Name="Debug Dynamic Linkage|Win32"> 
    137249          <Tool 
    138250            Name="VCCLCompilerTool" 
Note: See TracChangeset for help on using the changeset viewer.