T264.dsp
上传用户:sunbaby
上传日期:2013-05-31
资源大小:242k
文件大小:5k
源码类别:

mpeg/mp3

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="T264" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=T264 - Win32 Debug
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE 
  9. !MESSAGE NMAKE /f "T264.mak".
  10. !MESSAGE 
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE 
  14. !MESSAGE NMAKE /f "T264.mak" CFG="T264 - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "T264 - Win32 Debug" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "T264 - Win32 Release" (based on "Win32 (x86) Console Application")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=xicl6.exe
  26. RSC=rc.exe
  27. !IF  "$(CFG)" == "T264 - Win32 Debug"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 1
  30. # PROP BASE Output_Dir "..bin"
  31. # PROP BASE Intermediate_Dir "Debugexe"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 1
  35. # PROP Output_Dir "..bin"
  36. # PROP Intermediate_Dir "Debugexe"
  37. # PROP Ignore_Export_Lib 0
  38. # PROP Target_Dir ""
  39. MTL=midl.exe
  40. # ADD BASE MTL /nologo /win32
  41. # ADD MTL /nologo /win32
  42. # ADD BASE CPP /nologo /W3 /Gm /ZI /Od /I "../../common/" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /TC /GZ /c
  43. # ADD CPP /nologo /W3 /Gm /ZI /Od /I "../../common" /I "../../decoder" /I "../../encoder" /I "../../encoder/sse2" /I "../../encoder/plugins" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR /TC /GZ /c
  44. # ADD BASE RSC /l 0x409
  45. # ADD RSC /l 0x409
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=xilink6.exe
  50. # ADD BASE LINK32 $(OutDir)/t264libd.lib /nologo /subsystem:console /pdb:"$(OutDir)/T264.pdb" /debug /machine:IX86 /out:"$(OutDir)/T264.exe" /pdbtype:sept
  51. # SUBTRACT BASE LINK32 /pdb:none
  52. # ADD LINK32 ..bint264libd.lib kernel32.lib user32.lib gdi32.lib /nologo /subsystem:console /pdb:"$(OutDir)/T264.pdb" /debug /machine:IX86 /pdbtype:sept
  53. # SUBTRACT LINK32 /pdb:none
  54. !ELSEIF  "$(CFG)" == "T264 - Win32 Release"
  55. # PROP BASE Use_MFC 0
  56. # PROP BASE Use_Debug_Libraries 0
  57. # PROP BASE Output_Dir "..bin"
  58. # PROP BASE Intermediate_Dir "Releaseexe"
  59. # PROP BASE Target_Dir ""
  60. # PROP Use_MFC 0
  61. # PROP Use_Debug_Libraries 0
  62. # PROP Output_Dir "..bin"
  63. # PROP Intermediate_Dir "Releaseexe"
  64. # PROP Ignore_Export_Lib 0
  65. # PROP Target_Dir ""
  66. MTL=midl.exe
  67. # ADD BASE MTL /nologo /win32
  68. # ADD MTL /nologo /win32
  69. # ADD BASE CPP /nologo /W3 /Zi /I "../../common/" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /c
  70. # ADD CPP /nologo /W3 /Zi /O2 /I "../../common" /I "../../encoder/plugins" /I "../../encoder" /I "../../encoder/sse2" /I "../../decoder" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FR /c
  71. # ADD BASE RSC /l 0x409
  72. # ADD RSC /l 0x409
  73. BSC32=bscmake.exe
  74. # ADD BASE BSC32 /nologo
  75. # ADD BSC32 /nologo
  76. LINK32=xilink6.exe
  77. # ADD BASE LINK32 $(OutDir)/t264lib.lib /nologo /subsystem:console /debug /machine:IX86 /out:"$(OutDir)/T264.exe" /pdbtype:sept /opt:ref /opt:icf /fixed:no
  78. # ADD LINK32 ../bin/t264lib.lib kernel32.lib user32.lib gdi32.lib /nologo /subsystem:console /debug /machine:IX86 /pdbtype:sept /opt:ref /opt:icf /fixed:no
  79. !ENDIF 
  80. # Begin Target
  81. # Name "T264 - Win32 Debug"
  82. # Name "T264 - Win32 Release"
  83. # Begin Group "Source Files"
  84. # PROP Default_Filter "cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
  85. # Begin Source File
  86. SOURCE=....encoderT264.c
  87. DEP_CPP_T264_=
  88. "....commonconfig.h"
  89. "....commoninttypes.h"
  90. "....commonportab.h"
  91. "....commonT264.h"
  92. "....commonutility.h"
  93. "....encoderdisplay.h"
  94. "....encoderwin.h"
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=....encoderwin.c
  98. DEP_CPP_WIN_C=
  99. "....encoderwin.h"
  100. # End Source File
  101. # Begin Source File
  102. SOURCE=....encoderwin.h
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=....encoderyuvrgb24.c
  106. DEP_CPP_YUVRG=
  107. "....encoderdisplay.h"
  108. # End Source File
  109. # End Group
  110. # Begin Group "Header Files"
  111. # PROP Default_Filter "h;hpp;hxx;hm;inl;inc;xsd"
  112. # Begin Source File
  113. SOURCE=....decoderblock.h
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=....encodercabac.h
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=....encodercabac_engine.h
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=....decoderdec_cavlc.h
  123. # End Source File
  124. # End Group
  125. # End Target
  126. # End Project