Changeset 126 for NEWT0/branches/DyneTK/platform/VisualC6/newt_lib.vcproj
- Timestamp:
- 06/21/08 10:04:10 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
NEWT0/branches/DyneTK/platform/VisualC6/newt_lib.vcproj
r125 r126 44 44 InlineFunctionExpansion="1" 45 45 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" 47 47 StringPooling="true" 48 48 RuntimeLibrary="2" … … 119 119 AdditionalIncludeDirectories="../../src,../../src/newt_core/incs,../../src/newt_core/incs/VC6,../../src/parser" 120 120 PreprocessorDefinitions="_DEBUG;WIN32;_LIB;HAVE_CONFIG_H;YYERROR_VERBOSE" 121 MinimalRebuild=" true"121 MinimalRebuild="false" 122 122 BasicRuntimeChecks="3" 123 123 RuntimeLibrary="3" … … 128 128 WarningLevel="3" 129 129 SuppressStartupBanner="true" 130 DebugInformationFormat=" 4"130 DebugInformationFormat="3" 131 131 /> 132 132 <Tool
