Changeset 608 in 3DVCSoftware for trunk/build/vc8
- Timestamp:
- 1 Sep 2013, 22:47:26 (11 years ago)
- Location:
- trunk/build/vc8
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/vc8/TLibCommon_vc8.vcproj
r77 r608 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="8 .00"4 Version="8,00" 5 5 Name="TLibCommon" 6 6 ProjectGUID="{78018D78-F890-47E3-A0B7-09D273F0B11D}" … … 81 81 </Configuration> 82 82 <Configuration 83 Name="Debug|x64" 84 OutputDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" 85 IntermediateDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" 86 ConfigurationType="4" 87 CharacterSet="2" 88 > 89 <Tool 90 Name="VCPreBuildEventTool" 91 /> 92 <Tool 93 Name="VCCustomBuildTool" 94 /> 95 <Tool 96 Name="VCXMLDataGeneratorTool" 97 /> 98 <Tool 99 Name="VCWebServiceProxyGeneratorTool" 100 /> 101 <Tool 102 Name="VCMIDLTool" 103 TargetEnvironment="3" 104 /> 105 <Tool 106 Name="VCCLCompilerTool" 107 Optimization="0" 108 AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc" 109 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS" 110 MinimalRebuild="true" 111 BasicRuntimeChecks="3" 112 RuntimeLibrary="1" 113 WarningLevel="3" 114 DebugInformationFormat="3" 115 /> 116 <Tool 117 Name="VCManagedResourceCompilerTool" 118 /> 119 <Tool 120 Name="VCResourceCompilerTool" 121 /> 122 <Tool 123 Name="VCPreLinkEventTool" 124 /> 125 <Tool 126 Name="VCLibrarianTool" 127 /> 128 <Tool 129 Name="VCALinkTool" 130 /> 131 <Tool 132 Name="VCXDCMakeTool" 133 /> 134 <Tool 135 Name="VCBscMakeTool" 136 /> 137 <Tool 138 Name="VCFxCopTool" 139 /> 140 <Tool 141 Name="VCPostBuildEventTool" 142 /> 143 </Configuration> 144 <Configuration 83 145 Name="Release|Win32" 84 146 OutputDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" … … 145 207 </Configuration> 146 208 <Configuration 147 Name="Debug|x64"148 OutputDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"149 IntermediateDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"150 ConfigurationType="4"151 CharacterSet="2"152 >153 <Tool154 Name="VCPreBuildEventTool"155 />156 <Tool157 Name="VCCustomBuildTool"158 />159 <Tool160 Name="VCXMLDataGeneratorTool"161 />162 <Tool163 Name="VCWebServiceProxyGeneratorTool"164 />165 <Tool166 Name="VCMIDLTool"167 TargetEnvironment="3"168 />169 <Tool170 Name="VCCLCompilerTool"171 Optimization="0"172 AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc"173 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"174 MinimalRebuild="true"175 BasicRuntimeChecks="3"176 RuntimeLibrary="1"177 WarningLevel="3"178 DebugInformationFormat="3"179 />180 <Tool181 Name="VCManagedResourceCompilerTool"182 />183 <Tool184 Name="VCResourceCompilerTool"185 />186 <Tool187 Name="VCPreLinkEventTool"188 />189 <Tool190 Name="VCLibrarianTool"191 />192 <Tool193 Name="VCALinkTool"194 />195 <Tool196 Name="VCXDCMakeTool"197 />198 <Tool199 Name="VCBscMakeTool"200 />201 <Tool202 Name="VCFxCopTool"203 />204 <Tool205 Name="VCPostBuildEventTool"206 />207 </Configuration>208 <Configuration209 209 Name="Release|x64" 210 210 OutputDirectory="$(SolutionDir)\vc8\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" … … 293 293 </File> 294 294 <File 295 RelativePath="..\..\source\Lib\TLibCommon\ TComAdaptiveLoopFilter.cpp"295 RelativePath="..\..\source\Lib\TLibCommon\SEI.cpp" 296 296 > 297 297 </File> … … 309 309 </File> 310 310 <File 311 RelativePath="..\..\source\Lib\TLibCommon\TComDepthMapGenerator.cpp"312 >313 </File>314 <File315 311 RelativePath="..\..\source\Lib\TLibCommon\TComInterpolationFilter.cpp" 316 312 > … … 354 350 <File 355 351 RelativePath="..\..\source\Lib\TLibCommon\TComRdCostWeightPrediction.cpp" 356 >357 </File>358 <File359 RelativePath="..\..\source\Lib\TLibCommon\TComResidualGenerator.cpp"360 352 > 361 353 </File> … … 431 423 </File> 432 424 <File 433 RelativePath="..\..\source\Lib\TLibCommon\TComAdaptiveLoopFilter.h"434 >435 </File>436 <File437 425 RelativePath="..\..\source\Lib\TLibCommon\TComBitCounter.h" 438 426 > … … 451 439 </File> 452 440 <File 453 RelativePath="..\..\source\Lib\TLibCommon\TComDepthMapGenerator.h"454 >455 </File>456 <File457 441 RelativePath="..\..\source\Lib\TLibCommon\TComInterpolationFilter.h" 458 442 > … … 500 484 <File 501 485 RelativePath="..\..\source\Lib\TLibCommon\TComRdCostWeightPrediction.h" 502 >503 </File>504 <File505 RelativePath="..\..\source\Lib\TLibCommon\TComResidualGenerator.h"506 486 > 507 487 </File> -
trunk/build/vc8/TLibDecoder_vc8.vcproj
r56 r608 292 292 </File> 293 293 <File 294 RelativePath="..\..\source\Lib\TLibDecoder\SyntaxElementParser.cpp" 295 > 296 </File> 297 <File 294 298 RelativePath="..\..\source\Lib\TLibDecoder\TDecBinCoderCABAC.cpp" 295 299 > … … 338 342 <File 339 343 RelativePath="..\..\source\Lib\TLibDecoder\SEIread.h" 344 > 345 </File> 346 <File 347 RelativePath="..\..\source\Lib\TLibDecoder\SyntaxElementParser.h" 340 348 > 341 349 </File> -
trunk/build/vc8/TLibEncoder_vc8.vcproj
r56 r608 288 288 </File> 289 289 <File 290 RelativePath="..\..\source\Lib\TLibEncoder\TEncAdaptiveLoopFilter.cpp" 290 RelativePath="..\..\source\Lib\TLibEncoder\SyntaxElementWriter.cpp" 291 > 292 </File> 293 <File 294 RelativePath="..\..\source\Lib\TLibEncoder\TEncAnalyze.cpp" 291 295 > 292 296 </File> … … 321 325 <File 322 326 RelativePath="..\..\source\Lib\TLibEncoder\TEncPreanalyzer.cpp" 327 > 328 </File> 329 <File 330 RelativePath="..\..\source\Lib\TLibEncoder\TEncRateCtrl.cpp" 323 331 > 324 332 </File> … … 365 373 </File> 366 374 <File 367 RelativePath="..\..\source\Lib\TLibEncoder\ TEncAdaptiveLoopFilter.h"375 RelativePath="..\..\source\Lib\TLibEncoder\SyntaxElementWriter.h" 368 376 > 369 377 </File> … … 410 418 <File 411 419 RelativePath="..\..\source\Lib\TLibEncoder\TEncPreanalyzer.h" 420 > 421 </File> 422 <File 423 RelativePath="..\..\source\Lib\TLibEncoder\TEncRateCtrl.h" 412 424 > 413 425 </File>
Note: See TracChangeset for help on using the changeset viewer.