mirror of
https://github.com/nyanmisaka/mpp.git
synced 2025-09-26 21:15:53 +08:00
[build/window]: fix build script on vc10 and vc12
git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@67 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
@echo off
|
||||
if "%VS120COMNTOOLS%" == "" (
|
||||
if "%VS100COMNTOOLS%" == "" (
|
||||
msg "%username%" "Visual Studio 12 not detected"
|
||||
exit 1
|
||||
)
|
||||
|
@@ -7,7 +7,7 @@ if not exist rk_mpp.sln (
|
||||
call make-solutions.bat
|
||||
)
|
||||
if exist rk_mpp.sln (
|
||||
call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat"
|
||||
call "%VS120COMNTOOLS%\..\..\VC\vcvarsall.bat"
|
||||
rem MSBuild /property:Configuration="Release" rk_mpp.sln
|
||||
MSBuild /property:Configuration="Debug" rk_mpp.sln
|
||||
rem MSBuild /property:Configuration="RelWithDebInfo" rk_mpp.sln
|
||||
|
Reference in New Issue
Block a user