Changeset 608 in 3DVCSoftware for trunk/build/vc9
- Timestamp:
- 1 Sep 2013, 22:47:26 (11 years ago)
- Location:
- trunk/build/vc9
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build/vc9/TAppDecoder_vc9.vcproj
r56 r608 2 2 <VisualStudioProject 3 3 ProjectType="Visual C++" 4 Version="9 ,00"4 Version="9.00" 5 5 Name="TAppDecoder" 6 6 ProjectGUID="{A7A515D9-E917-4706-BD5B-57DC6C78D612}" -
trunk/build/vc9/TAppExtractor_vc9.vcproj
r42 r608 45 45 Name="VCCLCompilerTool" 46 46 Optimization="0" 47 AdditionalIncludeDirectories=" "..\..\compat\msvc""47 AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc" 48 48 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS" 49 49 MinimalRebuild="true" … … 68 68 SubSystem="1" 69 69 TargetMachine="1" 70 /> 71 <Tool 72 Name="VCALinkTool" 73 /> 74 <Tool 75 Name="VCManifestTool" 76 /> 77 <Tool 78 Name="VCXDCMakeTool" 79 /> 80 <Tool 81 Name="VCBscMakeTool" 82 /> 83 <Tool 84 Name="VCFxCopTool" 85 /> 86 <Tool 87 Name="VCAppVerifierTool" 88 /> 89 <Tool 90 Name="VCPostBuildEventTool" 91 /> 92 </Configuration> 93 <Configuration 94 Name="Debug|x64" 95 OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\" 96 IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)" 97 ConfigurationType="1" 98 CharacterSet="2" 99 > 100 <Tool 101 Name="VCPreBuildEventTool" 102 /> 103 <Tool 104 Name="VCCustomBuildTool" 105 /> 106 <Tool 107 Name="VCXMLDataGeneratorTool" 108 /> 109 <Tool 110 Name="VCWebServiceProxyGeneratorTool" 111 /> 112 <Tool 113 Name="VCMIDLTool" 114 TargetEnvironment="3" 115 /> 116 <Tool 117 Name="VCCLCompilerTool" 118 Optimization="0" 119 AdditionalIncludeDirectories=""$(SolutionDir)\source\Lib";"$(SolutionDir)\..\source\Lib\";"$(SolutionDir)\..\compat\msvc"" 120 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS" 121 MinimalRebuild="true" 122 BasicRuntimeChecks="3" 123 RuntimeLibrary="1" 124 WarningLevel="3" 125 DebugInformationFormat="3" 126 /> 127 <Tool 128 Name="VCManagedResourceCompilerTool" 129 /> 130 <Tool 131 Name="VCResourceCompilerTool" 132 /> 133 <Tool 134 Name="VCPreLinkEventTool" 135 /> 136 <Tool 137 Name="VCLinkerTool" 138 LinkIncremental="2" 139 GenerateDebugInformation="true" 140 SubSystem="1" 141 TargetMachine="17" 70 142 /> 71 143 <Tool … … 120 192 EnableIntrinsicFunctions="false" 121 193 FavorSizeOrSpeed="1" 122 AdditionalIncludeDirectories=" "..\..\compat\msvc""194 AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc" 123 195 PreprocessorDefinitions="WIN32;_CONSOLE;_CRT_SECURE_NO_WARNINGS" 124 196 StringPooling="true" … … 143 215 SubSystem="1" 144 216 TargetMachine="1" 145 />146 <Tool147 Name="VCALinkTool"148 />149 <Tool150 Name="VCManifestTool"151 />152 <Tool153 Name="VCXDCMakeTool"154 />155 <Tool156 Name="VCBscMakeTool"157 />158 <Tool159 Name="VCFxCopTool"160 />161 <Tool162 Name="VCAppVerifierTool"163 />164 <Tool165 Name="VCPostBuildEventTool"166 />167 </Configuration>168 <Configuration169 Name="Debug|x64"170 OutputDirectory="$(SolutionDir)\..\bin\vc9\$(PlatformName)\$(ConfigurationName)\"171 IntermediateDirectory="$(SolutionDir)\vc9\$(PlatformName)\$(ConfigurationName)\$(RootNamespace)"172 ConfigurationType="1"173 CharacterSet="2"174 >175 <Tool176 Name="VCPreBuildEventTool"177 />178 <Tool179 Name="VCCustomBuildTool"180 />181 <Tool182 Name="VCXMLDataGeneratorTool"183 />184 <Tool185 Name="VCWebServiceProxyGeneratorTool"186 />187 <Tool188 Name="VCMIDLTool"189 TargetEnvironment="3"190 />191 <Tool192 Name="VCCLCompilerTool"193 Optimization="0"194 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS"195 AdditionalIncludeDirectories=""..\..\compat\msvc""196 MinimalRebuild="true"197 BasicRuntimeChecks="3"198 RuntimeLibrary="1"199 WarningLevel="3"200 DebugInformationFormat="3"201 />202 <Tool203 Name="VCManagedResourceCompilerTool"204 />205 <Tool206 Name="VCResourceCompilerTool"207 />208 <Tool209 Name="VCPreLinkEventTool"210 />211 <Tool212 Name="VCLinkerTool"213 LinkIncremental="2"214 GenerateDebugInformation="true"215 SubSystem="1"216 TargetMachine="17"217 217 /> 218 218 <Tool … … 268 268 EnableIntrinsicFunctions="false" 269 269 FavorSizeOrSpeed="1" 270 AdditionalIncludeDirectories="$(SolutionDir)\..\source\Lib\;$(SolutionDir)\..\compat\msvc" 270 271 PreprocessorDefinitions="WIN32;_CONSOLE;_CRT_SECURE_NO_WARNINGS" 271 AdditionalIncludeDirectories=""..\..\compat\msvc""272 272 StringPooling="true" 273 273 RuntimeLibrary="0" -
trunk/build/vc9/TLibCommon_vc9.vcproj
r56 r608 296 296 </File> 297 297 <File 298 RelativePath="..\..\source\Lib\TLibCommon\ TComAdaptiveLoopFilter.cpp"298 RelativePath="..\..\source\Lib\TLibCommon\SEI.cpp" 299 299 > 300 300 </File> … … 312 312 </File> 313 313 <File 314 RelativePath="..\..\source\Lib\TLibCommon\TComDepthMapGenerator.cpp"315 >316 </File>317 <File318 314 RelativePath="..\..\source\Lib\TLibCommon\TComInterpolationFilter.cpp" 319 315 > … … 357 353 <File 358 354 RelativePath="..\..\source\Lib\TLibCommon\TComRdCostWeightPrediction.cpp" 359 >360 </File>361 <File362 RelativePath="..\..\source\Lib\TLibCommon\TComResidualGenerator.cpp"363 355 > 364 356 </File> … … 434 426 </File> 435 427 <File 436 RelativePath="..\..\source\Lib\TLibCommon\TComAdaptiveLoopFilter.h"437 >438 </File>439 <File440 428 RelativePath="..\..\source\Lib\TLibCommon\TComBitCounter.h" 441 429 > … … 454 442 </File> 455 443 <File 456 RelativePath="..\..\source\Lib\TLibCommon\TComDepthMapGenerator.h"457 >458 </File>459 <File460 444 RelativePath="..\..\source\Lib\TLibCommon\TComInterpolationFilter.h" 461 445 > … … 503 487 <File 504 488 RelativePath="..\..\source\Lib\TLibCommon\TComRdCostWeightPrediction.h" 505 >506 </File>507 <File508 RelativePath="..\..\source\Lib\TLibCommon\TComResidualGenerator.h"509 489 > 510 490 </File> -
trunk/build/vc9/TLibDecoder_vc9.vcproj
r56 r608 295 295 </File> 296 296 <File 297 RelativePath="..\..\source\Lib\TLibDecoder\SyntaxElementParser.cpp" 298 > 299 </File> 300 <File 297 301 RelativePath="..\..\source\Lib\TLibDecoder\TDecBinCoderCABAC.cpp" 298 302 > … … 341 345 <File 342 346 RelativePath="..\..\source\Lib\TLibDecoder\SEIread.h" 347 > 348 </File> 349 <File 350 RelativePath="..\..\source\Lib\TLibDecoder\SyntaxElementParser.h" 343 351 > 344 352 </File> -
trunk/build/vc9/TLibEncoder_vc9.vcproj
r56 r608 291 291 </File> 292 292 <File 293 RelativePath="..\..\source\Lib\TLibEncoder\TEncAdaptiveLoopFilter.cpp" 293 RelativePath="..\..\source\Lib\TLibEncoder\SyntaxElementWriter.cpp" 294 > 295 </File> 296 <File 297 RelativePath="..\..\source\Lib\TLibEncoder\TEncAnalyze.cpp" 294 298 > 295 299 </File> … … 324 328 <File 325 329 RelativePath="..\..\source\Lib\TLibEncoder\TEncPreanalyzer.cpp" 330 > 331 </File> 332 <File 333 RelativePath="..\..\source\Lib\TLibEncoder\TEncRateCtrl.cpp" 326 334 > 327 335 </File> … … 368 376 </File> 369 377 <File 370 RelativePath="..\..\source\Lib\TLibEncoder\ TEncAdaptiveLoopFilter.h"378 RelativePath="..\..\source\Lib\TLibEncoder\SyntaxElementWriter.h" 371 379 > 372 380 </File> … … 413 421 <File 414 422 RelativePath="..\..\source\Lib\TLibEncoder\TEncPreanalyzer.h" 423 > 424 </File> 425 <File 426 RelativePath="..\..\source\Lib\TLibEncoder\TEncRateCtrl.h" 415 427 > 416 428 </File>
Note: See TracChangeset for help on using the changeset viewer.