Changeset 59 in SHVCSoftware for branches/HM-10.0-dev-SHM/build/vc10


Ignore:
Timestamp:
5 Mar 2013, 02:50:02 (12 years ago)
Author:
seregin
Message:

adding SVC config files, projects and makefile

Location:
branches/HM-10.0-dev-SHM/build/vc10
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/HM-10.0-dev-SHM/build/vc10/TAppEncoder_vc10.vcxproj

    r51 r59  
    170170    <ClCompile Include="..\..\source\App\TAppEncoder\encmain.cpp" />
    171171    <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncCfg.cpp" />
     172    <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncLayerCfg.cpp" />
    172173    <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncTop.cpp" />
    173174  </ItemGroup>
    174175  <ItemGroup>
    175176    <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncCfg.h" />
     177    <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncLayerCfg.h" />
    176178    <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncTop.h" />
    177179  </ItemGroup>
  • branches/HM-10.0-dev-SHM/build/vc10/TAppEncoder_vc10.vcxproj.filters

    r51 r59  
    2525      <Filter>Source Files</Filter>
    2626    </ClCompile>
     27    <ClCompile Include="..\..\source\App\TAppEncoder\TAppEncLayerCfg.cpp">
     28      <Filter>Source Files</Filter>
     29    </ClCompile>
    2730  </ItemGroup>
    2831  <ItemGroup>
     
    3336      <Filter>Header Files</Filter>
    3437    </ClInclude>
     38    <ClInclude Include="..\..\source\App\TAppEncoder\TAppEncLayerCfg.h">
     39      <Filter>Header Files</Filter>
     40    </ClInclude>
    3541  </ItemGroup>
    3642</Project>
  • branches/HM-10.0-dev-SHM/build/vc10/TLibCommon_vc10.vcxproj

    r51 r59  
    166166    <ClCompile Include="..\..\source\Lib\TLibCommon\TComSlice.cpp" />
    167167    <ClCompile Include="..\..\source\Lib\TLibCommon\TComTrQuant.cpp" />
     168    <ClCompile Include="..\..\source\Lib\TLibCommon\TComUpsampleFilter.cpp" />
    168169    <ClCompile Include="..\..\source\Lib\TLibCommon\TComWeightPrediction.cpp" />
    169170    <ClCompile Include="..\..\source\Lib\TLibCommon\TComYuv.cpp" />
     
    199200    <ClInclude Include="..\..\source\Lib\TLibCommon\TComSlice.h" />
    200201    <ClInclude Include="..\..\source\Lib\TLibCommon\TComTrQuant.h" />
     202    <ClInclude Include="..\..\source\Lib\TLibCommon\TComUpsampleFilter.h" />
    201203    <ClInclude Include="..\..\source\Lib\TLibCommon\TComWeightPrediction.h" />
    202204    <ClInclude Include="..\..\source\Lib\TLibCommon\TComYuv.h" />
  • branches/HM-10.0-dev-SHM/build/vc10/TLibCommon_vc10.vcxproj.filters

    r51 r59  
    8282    </ClCompile>
    8383    <ClCompile Include="..\..\source\Lib\TLibCommon\TComYuv.cpp">
     84      <Filter>Source Files</Filter>
     85    </ClCompile>
     86    <ClCompile Include="..\..\source\Lib\TLibCommon\TComUpsampleFilter.cpp">
    8487      <Filter>Source Files</Filter>
    8588    </ClCompile>
     
    182185      <Filter>Header Files</Filter>
    183186    </ClInclude>
     187    <ClInclude Include="..\..\source\Lib\TLibCommon\TComUpsampleFilter.h">
     188      <Filter>Header Files</Filter>
     189    </ClInclude>
    184190  </ItemGroup>
    185191</Project>
Note: See TracChangeset for help on using the changeset viewer.