mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
19bcba08be
PR-URL: https://github.com/nodejs/node/pull/46228 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
11 lines
513 B
XML
11 lines
513 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project>
|
|
<ItemDefinitionGroup>
|
|
<MARMASM>
|
|
<!-- Works around a situation when we preprocess file in $(IntDir). In such case the output file is the same as input file
|
|
and we get access violation. Appending '.pp' file extension to the output file name resolves this issue. -->
|
|
<PreprocessedFileName Condition="'%(PreprocessedFileName)' == ''">$(IntDir)%(FileName)%(Extension).pp</PreprocessedFileName>
|
|
</MARMASM>
|
|
</ItemDefinitionGroup>
|
|
</Project>
|