quotes around the path to allow for paths with spaces when mc.exe is called (#9599)
This commit is contained in:
parent
2624e73172
commit
33a4937d38
|
|
@ -7,7 +7,7 @@
|
|||
<ItemGroup Condition="@(MessageFile->Count()) != 0">
|
||||
<CustomBuild Include="@(MessageFile)">
|
||||
<FileType>Document</FileType>
|
||||
<Command>mc %(FullPath) -h $(IntDir) -r $(IntDir)</Command>
|
||||
<Command>mc "%(FullPath)" -h $(IntDir) -r $(IntDir)</Command>
|
||||
<Message>Compiling Event Messages ...</Message>
|
||||
<Outputs>$(IntDir)\%(Filename).rc;$(IntDir)\%(Filename).h;$(IntDir)\MSG0409.bin</Outputs>
|
||||
</CustomBuild>
|
||||
|
|
|
|||
Loading…
Reference in New Issue