Ignore:
Timestamp:
11/24/07 15:18:13 (5 years ago)
Author:
Michael Medin <michael@…>
Branches:
master, 0.4.0, 0.4.1, 0.4.2, stable
Children:
a60995a
Parents:
99e4d8f
Message:

fixed the build environment a bit...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/SysTray/SysTray-2005.vcproj

    r99e4d8f r7e33d82  
    107107      ConfigurationType="2" 
    108108      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    109       CharacterSet="2" 
     109      CharacterSet="1" 
    110110      > 
    111111      <Tool 
     
    265265      ConfigurationType="2" 
    266266      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    267       CharacterSet="2" 
     267      CharacterSet="1" 
    268268      > 
    269269      <Tool 
     
    344344      ConfigurationType="2" 
    345345      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    346       CharacterSet="2" 
     346      CharacterSet="1" 
    347347      > 
    348348      <Tool 
     
    423423      ConfigurationType="2" 
    424424      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    425       CharacterSet="2" 
     425      CharacterSet="1" 
    426426      > 
    427427      <Tool 
     
    499499    <Configuration 
    500500      Name="Nightly|Win32" 
    501       OutputDirectory="$(ConfigurationName)" 
     501      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    502502      IntermediateDirectory="$(ConfigurationName)" 
    503503      ConfigurationType="2" 
    504504      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    505       CharacterSet="2" 
     505      CharacterSet="1" 
    506506      > 
    507507      <Tool 
     
    524524        AdditionalIncludeDirectories="../include;../../include" 
    525525        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS" 
    526         RuntimeLibrary="0" 
    527526        UsePrecompiledHeader="2" 
    528527        WarningLevel="3" 
    529         Detect64BitPortabilityProblems="false" 
    530528        DebugInformationFormat="3" 
    531529      /> 
     
    541539      <Tool 
    542540        Name="VCLinkerTool" 
    543         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    544541        LinkIncremental="1" 
    545542        ModuleDefinitionFile="SysTray.def" 
    546         GenerateDebugInformation="true" 
     543        GenerateDebugInformation="false" 
    547544        SubSystem="2" 
    548545        OptimizeReferences="2" 
    549546        EnableCOMDATFolding="2" 
    550         ImportLibrary="$(OutDir)/SysTray.lib" 
    551547        TargetMachine="1" 
    552548      /> 
     
    578574    <Configuration 
    579575      Name="Nightly|x64" 
    580       OutputDirectory="$(PlatformName)\$(ConfigurationName)" 
     576      OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules" 
    581577      IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" 
    582578      ConfigurationType="2" 
    583579      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    584       CharacterSet="2" 
     580      CharacterSet="1" 
    585581      > 
    586582      <Tool 
     
    604600        AdditionalIncludeDirectories="../include;../../include" 
    605601        PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" 
    606         RuntimeLibrary="0" 
    607602        UsePrecompiledHeader="2" 
    608603        WarningLevel="3" 
    609         Detect64BitPortabilityProblems="false" 
    610604        DebugInformationFormat="3" 
    611605      /> 
     
    621615      <Tool 
    622616        Name="VCLinkerTool" 
    623         OutputFile="../../Dist/modules/$(ProjectName).dll" 
    624617        LinkIncremental="1" 
    625618        ModuleDefinitionFile="SysTray.def" 
    626         GenerateDebugInformation="true" 
     619        GenerateDebugInformation="false" 
    627620        SubSystem="2" 
    628621        OptimizeReferences="2" 
    629622        EnableCOMDATFolding="2" 
    630         ImportLibrary="$(OutDir)/SysTray.lib" 
    631623        TargetMachine="17" 
    632624      /> 
     
    662654      ConfigurationType="2" 
    663655      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    664       CharacterSet="2" 
     656      CharacterSet="1" 
    665657      > 
    666658      <Tool 
     
    740732      ConfigurationType="2" 
    741733      InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 
    742       CharacterSet="2" 
     734      CharacterSet="1" 
    743735      > 
    744736      <Tool 
Note: See TracChangeset for help on using the changeset viewer.