libbpg-0.9.6
This commit is contained in:
parent
3035b41edf
commit
35a8402710
248 changed files with 232891 additions and 100 deletions
14
x265/build/vc11-x86/build-all.bat
Normal file
14
x265/build/vc11-x86/build-all.bat
Normal file
|
@ -0,0 +1,14 @@
|
|||
@echo off
|
||||
if "%VS110COMNTOOLS%" == "" (
|
||||
msg "%username%" "Visual Studio 11 not detected"
|
||||
exit 1
|
||||
)
|
||||
if not exist x265.sln (
|
||||
call make-solutions.bat
|
||||
)
|
||||
if exist x265.sln (
|
||||
call "%VS110COMNTOOLS%\..\..\VC\vcvarsall.bat"
|
||||
MSBuild /property:Configuration="Release" x265.sln
|
||||
MSBuild /property:Configuration="Debug" x265.sln
|
||||
MSBuild /property:Configuration="RelWithDebInfo" x265.sln
|
||||
)
|
6
x265/build/vc11-x86/make-solutions.bat
Normal file
6
x265/build/vc11-x86/make-solutions.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
@echo off
|
||||
::
|
||||
:: run this batch file to create a Visual Studio solution file for this project.
|
||||
:: See the cmake documentation for other generator targets
|
||||
::
|
||||
cmake -G "Visual Studio 11" ..\..\source && cmake-gui ..\..\source
|
Loading…
Add table
Add a link
Reference in a new issue