Changeset 197 in dev for trunk/jenga


Ignore:
Timestamp:
Jun 27, 2007, 2:41:01 AM (17 years ago)
Author:
dai_9181
Message:
 
Location:
trunk/jenga
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/include/smoothie/Type.h

    r192 r197  
    127127    bool HasMember() const;
    128128
    129     const std::string ToString() const;
    130 
    131129    void operator= ( const Type &type ){
    132130        basicType = type.basicType;
  • trunk/jenga/projects/common/common.vcproj

    r187 r197  
    4848                Detect64BitPortabilityProblems="true"
    4949                DebugInformationFormat="3"
     50                DisableSpecificWarnings="4103"
    5051            />
    5152            <Tool
     
    107108                EnableIntrinsicFunctions="true"
    108109                FavorSizeOrSpeed="1"
     110                WholeProgramOptimization="false"
    109111                AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
    110                 RuntimeLibrary="0"
     112                RuntimeLibrary="1"
    111113                WarningLevel="3"
    112114                Detect64BitPortabilityProblems="true"
    113115                DebugInformationFormat="0"
     116                DisableSpecificWarnings="4103"
    114117            />
    115118            <Tool
  • trunk/jenga/projects/smoothie/smoothie.vcproj

    r192 r197  
    4848                Detect64BitPortabilityProblems="true"
    4949                DebugInformationFormat="3"
     50                DisableSpecificWarnings="4103"
    5051            />
    5152            <Tool
     
    107108                EnableIntrinsicFunctions="true"
    108109                FavorSizeOrSpeed="1"
     110                WholeProgramOptimization="false"
    109111                AdditionalIncludeDirectories="..\..\..\;..\..\..\cpplibs\boost"
    110                 RuntimeLibrary="0"
     112                RuntimeLibrary="1"
    111113                WarningLevel="3"
    112114                Detect64BitPortabilityProblems="true"
    113115                DebugInformationFormat="0"
     116                DisableSpecificWarnings="4103"
    114117            />
    115118            <Tool
Note: See TracChangeset for help on using the changeset viewer.