We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d28f19 commit 8ab4121Copy full SHA for 8ab4121
tools/v8_gypfiles/directory.build.props
@@ -0,0 +1,10 @@
1
+<?xml version="1.0" encoding="utf-8"?>
2
+<Project>
3
+ <ItemDefinitionGroup>
4
+ <MARMASM>
5
+ <!-- Works around a situation when we preprocess file in $(IntDir). In such case the output file is the same as input file
6
+ and we get access violation. Appending '.pp' file extension to the output file name resolves this issue. -->
7
+ <PreprocessedFileName Condition="'%(PreprocessedFileName)' == ''">$(IntDir)%(FileName)%(Extension).pp</PreprocessedFileName>
8
+ </MARMASM>
9
+ </ItemDefinitionGroup>
10
+</Project>
0 commit comments