Update PsfAot path in gather script.

This commit is contained in:
Jean-Philip Desjardins 2019-05-11 21:46:29 -04:00
parent 69ba493854
commit f8215d3d9b

View file

@ -1,6 +1,6 @@
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PsfAotPath>$(MSBuildThisFileDirectory)\..\build_win32\x64\ReleaseAot\PsfAot.exe</PsfAotPath>
<PsfAotPath>$(MSBuildThisFileDirectory)\..\..\..\build_cmake\build_psfaot\tools\PsfPlayer\Source\ui_aot\RelWithDebInfo\PsfAot.exe</PsfAotPath>
<InputDir>D:\Media\Aot</InputDir>
<OutputDir>.\blocks</OutputDir>
</PropertyGroup>