Changelog
Revision 1131
Author glx
Date 25/08/2010 13:00:08
Message -Change: set the .pdb filename
Changed files: (view/hide)
/trunk/projects/opendune.vcproj
 
44 44 MinimalRebuild="true"
45 45 BasicRuntimeChecks="3"
46 46 RuntimeLibrary="1"
  47 ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
47 48 WarningLevel="3"
48 49 DebugInformationFormat="4"
49 50 CompileAs="0"
 
 
117 117 AdditionalIncludeDirectories="..\include"
118 118 RuntimeLibrary="0"
119 119 EnableFunctionLevelLinking="true"
  120 ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
120 121 WarningLevel="3"
121 122 DebugInformationFormat="3"
122 123 CompileAs="0"
 
/trunk/projects/opendune.vcproj.in
 
44 44 MinimalRebuild="true"
45 45 BasicRuntimeChecks="3"
46 46 RuntimeLibrary="1"
  47 ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
47 48 WarningLevel="3"
48 49 DebugInformationFormat="4"
49 50 CompileAs="0"
 
 
117 117 AdditionalIncludeDirectories="..\include"
118 118 RuntimeLibrary="0"
119 119 EnableFunctionLevelLinking="true"
  120 ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
120 121 WarningLevel="3"
121 122 DebugInformationFormat="3"
122 123 CompileAs="0"
 
<<   1 2 ... 1128 1129 1130 1131