Changeset 472

Show
Ignore:
Timestamp:
10/17/08 21:53:57 (3 months ago)
Author:
t-bone
Message:

Tweak preprocessor definitions and runtime library build settings, to make the .EXE produced work on computers w/o visual studio.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • flavisa/trunk/flavisa.vcproj

    r466 r472  
    4242                Name="VCCLCompilerTool" 
    4343                Optimization="0" 
    44                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 
     44                PreprocessorDefinitions="WIN32;_DEBUG" 
    4545                MinimalRebuild="false" 
    4646                BasicRuntimeChecks="0" 
     
    122122                Name="VCCLCompilerTool" 
    123123                Optimization="0" 
    124                 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 
     124                PreprocessorDefinitions="WIN32" 
    125125                MinimalRebuild="false" 
    126126                BasicRuntimeChecks="0" 
    127                 RuntimeLibrary="3" 
     127                RuntimeLibrary="2" 
    128128                UsePrecompiledHeader="0" 
    129129                WarningLevel="3"