Show
Ignore:
Timestamp:
06/21/08 10:04:10 (5 months ago)
Author:
matthiasm
Message:

kNPSGetPath would get the wrong indexed argument from the stack. The rest of the changes were done to get more detailed package dumps.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • NEWT0/branches/DyneTK/platform/VisualC6/newt_lib.vcproj

    r125 r126  
    4444                InlineFunctionExpansion="1" 
    4545                AdditionalIncludeDirectories="../../src,../../src/newt_core/incs,../../src/newt_core/incs/VC6,../../src/parser" 
    46                 PreprocessorDefinitions="NDEBUG;WIN32;_LIB;HAVE_CONFIG_H" 
     46                PreprocessorDefinitions="NDEBUG;WIN32;_LIB;HAVE_CONFIG_H;YYERROR_VERBOSE" 
    4747                StringPooling="true" 
    4848                RuntimeLibrary="2" 
     
    119119                AdditionalIncludeDirectories="../../src,../../src/newt_core/incs,../../src/newt_core/incs/VC6,../../src/parser" 
    120120                PreprocessorDefinitions="_DEBUG;WIN32;_LIB;HAVE_CONFIG_H;YYERROR_VERBOSE" 
    121                 MinimalRebuild="true" 
     121                MinimalRebuild="false" 
    122122                BasicRuntimeChecks="3" 
    123123                RuntimeLibrary="3" 
     
    128128                WarningLevel="3" 
    129129                SuppressStartupBanner="true" 
    130                 DebugInformationFormat="4" 
     130                DebugInformationFormat="3" 
    131131            /> 
    132132            <Tool