зеркало из https://github.com/microsoft/cppwinrt.git
build
This commit is contained in:
Родитель
6566f101ab
Коммит
3ae56d8503
|
@ -28,5 +28,5 @@ if "%target_configuration%"=="" (
|
|||
)
|
||||
|
||||
echo Building projection into %target_platform% %target_configuration%
|
||||
%~p0\build\x64\Release\cppwinrt.exe -in local -out %~p0\build\%target_platform%\%target_configuration% -verbose
|
||||
%~p0\_build\x64\Release\cppwinrt.exe -in local -out %~p0\_build\%target_platform%\%target_configuration% -verbose
|
||||
echo.
|
||||
|
|
|
@ -39,9 +39,9 @@
|
|||
<CppWinRTBuildVersion Condition="'$(CppWinRTBuildVersion)'==''">2.3.4.5</CppWinRTBuildVersion>
|
||||
<CmakePlatform>$(Platform)</CmakePlatform>
|
||||
<CmakePlatform Condition="'$(Platform)'=='Win32'">x86</CmakePlatform>
|
||||
<CmakeOutDir Condition="'$(CmakeOutDir)'==''">$(SolutionDir)build\$(CmakePlatform)\$(Configuration)</CmakeOutDir>
|
||||
<CmakeOutDir Condition="'$(CmakeOutDir)'==''">$(SolutionDir)_build\$(CmakePlatform)\$(Configuration)</CmakeOutDir>
|
||||
<CppWinRTDir>$(CmakeOutDir)\</CppWinRTDir>
|
||||
<CppWinRTDir Condition="'$(Platform)'=='ARM' or '$(Platform)'=='ARM64'">$(SolutionDir)build\x86\$(Configuration)\</CppWinRTDir>
|
||||
<CppWinRTDir Condition="'$(Platform)'=='ARM' or '$(Platform)'=='ARM64'">$(SolutionDir)_build\x86\$(Configuration)\</CppWinRTDir>
|
||||
<OutDir>$(CmakeOutDir)\</OutDir>
|
||||
</PropertyGroup>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
build\x64\Debug\test.exe
|
||||
build\x64\Debug\test_fast.exe
|
||||
build\x64\Debug\test_slow.exe
|
||||
build\x64\Debug\test_old.exe
|
||||
build\x64\Debug\test_module_lock_custom.exe
|
||||
build\x64\Debug\test_module_lock_none.exe
|
||||
_build\x64\Debug\test.exe
|
||||
_build\x64\Debug\test_fast.exe
|
||||
_build\x64\Debug\test_slow.exe
|
||||
_build\x64\Debug\test_old.exe
|
||||
_build\x64\Debug\test_module_lock_custom.exe
|
||||
_build\x64\Debug\test_module_lock_none.exe
|
||||
|
|
Загрузка…
Ссылка в новой задаче