x264.vcproj.7.10.old
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:5k
源码类别:

Audio

开发平台:

Visual C++

  1. <?xml version="1.0" encoding="gb2312"?>
  2. <VisualStudioProject
  3. ProjectType="Visual C++"
  4. Version="7.10"
  5. Name="x264"
  6. SccProjectName=""
  7. SccLocalPath="">
  8. <Platforms>
  9. <Platform
  10. Name="Win32"/>
  11. </Platforms>
  12. <Configurations>
  13. <Configuration
  14. Name="Debug|Win32"
  15. OutputDirectory=".obj/x264_Debug"
  16. IntermediateDirectory=".obj/x264_Debug"
  17. ConfigurationType="1"
  18. UseOfMFC="0"
  19. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  20. CharacterSet="2">
  21. <Tool
  22. Name="VCCLCompilerTool"
  23. Optimization="0"
  24. AdditionalIncludeDirectories="../../common,../../encode,../../decode,../../extras,../.."
  25. PreprocessorDefinitions="_DEBUG;_CONSOLE;WIN32;__X264__;HAVE_MMXEXT;HAVE_STDINT_H"
  26. BasicRuntimeChecks="3"
  27. RuntimeLibrary="5"
  28. UsePrecompiledHeader="2"
  29. PrecompiledHeaderFile=".obj/x264_Debug/x264.pch"
  30. AssemblerListingLocation=".obj/x264_Debug/"
  31. ObjectFile=".obj/x264_Debug/"
  32. ProgramDataBaseFileName=".obj/x264_Debug/"
  33. WarningLevel="3"
  34. SuppressStartupBanner="TRUE"
  35. DebugInformationFormat="3"
  36. CompileAs="0"/>
  37. <Tool
  38. Name="VCCustomBuildTool"/>
  39. <Tool
  40. Name="VCLinkerTool"
  41. OutputFile="bin/x264.exe"
  42. LinkIncremental="1"
  43. SuppressStartupBanner="TRUE"
  44. GenerateDebugInformation="TRUE"
  45. ProgramDatabaseFile=".obj/x264_Debug/x264.pdb"
  46. SubSystem="1"
  47. TargetMachine="1"/>
  48. <Tool
  49. Name="VCMIDLTool"
  50. TypeLibraryName=".obj/x264_Debug/x264.tlb"
  51. HeaderFileName=""/>
  52. <Tool
  53. Name="VCPostBuildEventTool"/>
  54. <Tool
  55. Name="VCPreBuildEventTool"/>
  56. <Tool
  57. Name="VCPreLinkEventTool"/>
  58. <Tool
  59. Name="VCResourceCompilerTool"
  60. PreprocessorDefinitions="_DEBUG"
  61. Culture="2052"/>
  62. <Tool
  63. Name="VCWebServiceProxyGeneratorTool"/>
  64. <Tool
  65. Name="VCXMLDataGeneratorTool"/>
  66. <Tool
  67. Name="VCWebDeploymentTool"/>
  68. <Tool
  69. Name="VCManagedWrapperGeneratorTool"/>
  70. <Tool
  71. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  72. </Configuration>
  73. <Configuration
  74. Name="Release|Win32"
  75. OutputDirectory=".obj/x264_Release"
  76. IntermediateDirectory=".obj/x264_Release"
  77. ConfigurationType="1"
  78. UseOfMFC="0"
  79. ATLMinimizesCRunTimeLibraryUsage="FALSE"
  80. CharacterSet="2">
  81. <Tool
  82. Name="VCCLCompilerTool"
  83. Optimization="2"
  84. InlineFunctionExpansion="1"
  85. AdditionalIncludeDirectories="./common,./encode,./decode,../../extras,../.."
  86. PreprocessorDefinitions="NDEBUG;_CONSOLE;WIN32;__X264__;HAVE_MMXEXT;HAVE_STDINT_H"
  87. StringPooling="TRUE"
  88. RuntimeLibrary="4"
  89. EnableFunctionLevelLinking="TRUE"
  90. UsePrecompiledHeader="2"
  91. PrecompiledHeaderFile=".obj/x264_Release/x264.pch"
  92. AssemblerListingLocation=".obj/x264_Release/"
  93. ObjectFile=".obj/x264_Release/"
  94. ProgramDataBaseFileName=".obj/x264_Release/"
  95. WarningLevel="3"
  96. SuppressStartupBanner="TRUE"
  97. CompileAs="0"/>
  98. <Tool
  99. Name="VCCustomBuildTool"/>
  100. <Tool
  101. Name="VCLinkerTool"
  102. OutputFile="bin/x264.exe"
  103. LinkIncremental="1"
  104. SuppressStartupBanner="TRUE"
  105. ProgramDatabaseFile=".obj/x264_Release/x264.pdb"
  106. SubSystem="1"
  107. TargetMachine="1"/>
  108. <Tool
  109. Name="VCMIDLTool"
  110. TypeLibraryName=".obj/x264_Release/x264.tlb"
  111. HeaderFileName=""/>
  112. <Tool
  113. Name="VCPostBuildEventTool"/>
  114. <Tool
  115. Name="VCPreBuildEventTool"/>
  116. <Tool
  117. Name="VCPreLinkEventTool"/>
  118. <Tool
  119. Name="VCResourceCompilerTool"
  120. PreprocessorDefinitions="NDEBUG"
  121. Culture="2052"/>
  122. <Tool
  123. Name="VCWebServiceProxyGeneratorTool"/>
  124. <Tool
  125. Name="VCXMLDataGeneratorTool"/>
  126. <Tool
  127. Name="VCWebDeploymentTool"/>
  128. <Tool
  129. Name="VCManagedWrapperGeneratorTool"/>
  130. <Tool
  131. Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
  132. </Configuration>
  133. </Configurations>
  134. <References>
  135. </References>
  136. <Files>
  137. <File
  138. RelativePath="....matroska.c">
  139. <FileConfiguration
  140. Name="Debug|Win32">
  141. <Tool
  142. Name="VCCLCompilerTool"
  143. Optimization="0"
  144. AdditionalIncludeDirectories=""
  145. PreprocessorDefinitions=""
  146. BasicRuntimeChecks="3"/>
  147. </FileConfiguration>
  148. <FileConfiguration
  149. Name="Release|Win32">
  150. <Tool
  151. Name="VCCLCompilerTool"
  152. Optimization="2"
  153. AdditionalIncludeDirectories=""
  154. PreprocessorDefinitions=""/>
  155. </FileConfiguration>
  156. </File>
  157. <File
  158. RelativePath="....matroska.h">
  159. </File>
  160. <File
  161. RelativePath="....x264.c">
  162. <FileConfiguration
  163. Name="Debug|Win32">
  164. <Tool
  165. Name="VCCLCompilerTool"
  166. Optimization="0"
  167. AdditionalIncludeDirectories=""
  168. PreprocessorDefinitions=""
  169. BasicRuntimeChecks="3"/>
  170. </FileConfiguration>
  171. <FileConfiguration
  172. Name="Release|Win32">
  173. <Tool
  174. Name="VCCLCompilerTool"
  175. Optimization="2"
  176. AdditionalIncludeDirectories=""
  177. PreprocessorDefinitions=""/>
  178. </FileConfiguration>
  179. </File>
  180. <File
  181. RelativePath="....x264.h">
  182. </File>
  183. </Files>
  184. <Globals>
  185. </Globals>
  186. </VisualStudioProject>