Changeset 2a94f3f in nscp for modules/CheckEventLog


Ignore:
Timestamp:
03/19/05 20:57:49 (8 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
1eef1ee
Parents:
8223547
Message:
  • Refactored out NSCLient Listener as a separate module
  • Added initial NRPE listener module (not yet implemented only a shell)
  • Changed Module API (Inject function has new syntax)
  • Added some tokenizer function to charEx
  • Added new wrapper function to inject Command
  • Minor changes in relation to refactor work
File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/CheckEventLog/CheckEventLog.vcproj

    r8223547 r2a94f3f  
    1212  <Configurations> 
    1313    <Configuration 
    14       Name="Debug|Win32" 
    15       OutputDirectory="Debug" 
    16       IntermediateDirectory="Debug" 
    17       ConfigurationType="2" 
    18       CharacterSet="2"> 
    19       <Tool 
    20         Name="VCCLCompilerTool" 
    21         Optimization="0" 
    22         AdditionalIncludeDirectories="../include;../../include" 
    23         PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_STATIC_LIB;_STLP_USE_NEWALLOC,_STLP_DEBUG" 
    24         MinimalRebuild="TRUE" 
    25         BasicRuntimeChecks="3" 
    26         RuntimeLibrary="1" 
    27         UsePrecompiledHeader="3" 
    28         WarningLevel="3" 
    29         Detect64BitPortabilityProblems="TRUE" 
    30         DebugInformationFormat="4"/> 
    31       <Tool 
    32         Name="VCCustomBuildTool"/> 
    33       <Tool 
    34         Name="VCLinkerTool" 
    35         OutputFile="../../Debug/modules/$(ProjectName).dll" 
    36         LinkIncremental="2" 
    37         ModuleDefinitionFile="CheckEventLog.def" 
    38         GenerateDebugInformation="TRUE" 
    39         ProgramDatabaseFile="$(OutDir)/CheckEventLog.pdb" 
    40         SubSystem="2" 
    41         ImportLibrary="$(OutDir)/CheckEventLog.lib" 
    42         TargetMachine="1"/> 
    43       <Tool 
    44         Name="VCMIDLTool"/> 
    45       <Tool 
    46         Name="VCPostBuildEventTool"/> 
    47       <Tool 
    48         Name="VCPreBuildEventTool"/> 
    49       <Tool 
    50         Name="VCPreLinkEventTool"/> 
    51       <Tool 
    52         Name="VCResourceCompilerTool"/> 
    53       <Tool 
    54         Name="VCWebServiceProxyGeneratorTool"/> 
    55       <Tool 
    56         Name="VCXMLDataGeneratorTool"/> 
    57       <Tool 
    58         Name="VCWebDeploymentTool"/> 
    59       <Tool 
    60         Name="VCManagedWrapperGeneratorTool"/> 
    61       <Tool 
    62         Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
    63     </Configuration> 
    64     <Configuration 
    6514      Name="Release|Win32" 
    66       OutputDirectory="Release" 
    67       IntermediateDirectory="Release" 
    68       ConfigurationType="2" 
    69       CharacterSet="2"> 
    70       <Tool 
    71         Name="VCCLCompilerTool" 
    72         AdditionalIncludeDirectories="../include;../../include" 
    73         PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_STLP_USE_STATIC_LIB;SYSTRAY_EXPORTS" 
    74         RuntimeLibrary="0" 
    75         UsePrecompiledHeader="3" 
    76         WarningLevel="3" 
    77         Detect64BitPortabilityProblems="TRUE" 
    78         DebugInformationFormat="3"/> 
    79       <Tool 
    80         Name="VCCustomBuildTool"/> 
    81       <Tool 
    82         Name="VCLinkerTool" 
    83         OutputFile="../../Release/modules/$(ProjectName).dll" 
    84         LinkIncremental="1" 
    85         ModuleDefinitionFile="CheckEventLog.def" 
    86         GenerateDebugInformation="TRUE" 
    87         SubSystem="2" 
    88         OptimizeReferences="2" 
    89         EnableCOMDATFolding="2" 
    90         ImportLibrary="$(OutDir)/CheckEventLog.lib" 
    91         TargetMachine="1"/> 
    92       <Tool 
    93         Name="VCMIDLTool"/> 
    94       <Tool 
    95         Name="VCPostBuildEventTool"/> 
    96       <Tool 
    97         Name="VCPreBuildEventTool"/> 
    98       <Tool 
    99         Name="VCPreLinkEventTool"/> 
    100       <Tool 
    101         Name="VCResourceCompilerTool"/> 
    102       <Tool 
    103         Name="VCWebServiceProxyGeneratorTool"/> 
    104       <Tool 
    105         Name="VCXMLDataGeneratorTool"/> 
    106       <Tool 
    107         Name="VCWebDeploymentTool"/> 
    108       <Tool 
    109         Name="VCManagedWrapperGeneratorTool"/> 
    110       <Tool 
    111         Name="VCAuxiliaryManagedWrapperGeneratorTool"/> 
    112     </Configuration> 
    113     <Configuration 
    114       Name="Dynamic Linkage|Win32" 
    11515      OutputDirectory="$(ConfigurationName)" 
    11616      IntermediateDirectory="$(ConfigurationName)" 
     
    16262    </Configuration> 
    16363    <Configuration 
    164       Name="Debug Dynamic Linkage|Win32" 
     64      Name="Debug|Win32" 
    16565      OutputDirectory="$(ConfigurationName)" 
    16666      IntermediateDirectory="$(ConfigurationName)" 
     
    230130        RelativePath=".\stdafx.cpp"> 
    231131        <FileConfiguration 
    232           Name="Debug|Win32"> 
    233           <Tool 
    234             Name="VCCLCompilerTool" 
    235             UsePrecompiledHeader="1"/> 
    236         </FileConfiguration> 
    237         <FileConfiguration 
    238132          Name="Release|Win32"> 
    239133          <Tool 
     
    242136        </FileConfiguration> 
    243137        <FileConfiguration 
    244           Name="Dynamic Linkage|Win32"> 
    245           <Tool 
    246             Name="VCCLCompilerTool" 
    247             UsePrecompiledHeader="1"/> 
    248         </FileConfiguration> 
    249         <FileConfiguration 
    250           Name="Debug Dynamic Linkage|Win32"> 
     138          Name="Debug|Win32"> 
    251139          <Tool 
    252140            Name="VCCLCompilerTool" 
Note: See TracChangeset for help on using the changeset viewer.