mirror of https://github.com/axmolengine/axmol.git
fix win32 and winrt build error
This commit is contained in:
parent
4bdbca829b
commit
c83a398381
|
@ -11,4 +11,4 @@ if "%language%"=="js" set projectname=MyJSGame/frameworks/runtime-src/proj.win32
|
|||
|
||||
echo %projectname%
|
||||
call "%VS120COMNTOOLS%vsvars32.bat"
|
||||
msbuild %projectname% /t:Build /m
|
||||
msbuild %projectname% /t:Build /p:VisualStudioVersion=12.0 /p:Platform="Win32" /p:Configuration="Release" /m
|
||||
|
|
|
@ -11,4 +11,4 @@ if "%language%"=="js" set projectname=MyJSGame/frameworks/runtime-src/proj.win8.
|
|||
|
||||
echo %projectname%
|
||||
call "%VS120COMNTOOLS%vsvars32.bat"
|
||||
msbuild %projectname% /t:Build /p:Platform="Win32" /p:Configuration="Release" /m
|
||||
msbuild %projectname% /t:Build /p:VisualStudioVersion=12.0 /p:Platform="Win32" /p:Configuration="Release" /m
|
||||
|
|
|
@ -11,4 +11,4 @@ if "%language%"=="js" set projectname=MyJSGame/frameworks/runtime-src/proj.win32
|
|||
|
||||
echo %projectname%
|
||||
call "%VS120COMNTOOLS%vsvars32.bat"
|
||||
msbuild %projectname% /t:Build /m
|
||||
msbuild %projectname% /t:Build /p:VisualStudioVersion=12.0 /p:Platform="Win32" /p:Configuration="Release" /m
|
||||
|
|
|
@ -12,4 +12,4 @@ if "%language%"=="js" set projectname=MyJSGame/frameworks/runtime-src/proj.win8.
|
|||
|
||||
echo %projectname%
|
||||
call "%VS120COMNTOOLS%vsvars32.bat"
|
||||
msbuild %projectname% /t:Build /m
|
||||
msbuild %projectname% /t:Build /p:VisualStudioVersion=12.0 /p:Platform="Win32" /p:Configuration="Release" /m
|
||||
|
|
Loading…
Reference in New Issue