Log names of files Yasm'd in FFmpeg build
This commit is contained in:
parent
e9f0999c01
commit
68781a95b2
1 changed files with 2 additions and 2 deletions
|
@ -63,12 +63,12 @@
|
|||
>
|
||||
<PropertyGroup>
|
||||
<YasmInclude>-I. -I$(MSBuildThisFileDirectory) -I$(FfmpegSrcDir) -I%(Yasm.RootDir)%(Yasm.Directory)</YasmInclude>
|
||||
<YasmOutName>@(Yasm -> '%(Directory)%(Filename)').obj</YasmOutName>
|
||||
<YasmOutName>@(Yasm -> '%(RelativeDir)%(Filename)').obj</YasmOutName>
|
||||
<YasmConfig Condition="'$(Platform)'=='Win32'">-m x86 -DPREFIX -Pconfig-x86.asm</YasmConfig>
|
||||
<YasmConfig Condition="'$(Platform)'=='x64'">-m amd64 -Pconfig-x64.asm</YasmConfig>
|
||||
</PropertyGroup>
|
||||
<Exec
|
||||
Command="yasm -f win32 $(YasmConfig) $(YasmInclude) -o $(YasmOutName) %(Yasm.FullPath)"
|
||||
Command="echo %(Yasm.Identity) && yasm -f win32 $(YasmConfig) $(YasmInclude) -o $(YasmOutName) %(Yasm.FullPath)"
|
||||
WorkingDirectory="$(AegisubObjectDir)"
|
||||
/>
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in a new issue