Thanks to visit codestin.com Credit goes to github.com
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 8fcccad commit ef29a88Copy full SHA for ef29a88
src/tools/msvc/ecpg_regression.proj
@@ -36,6 +36,9 @@
36
<CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='array_of_struct'">
37
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
38
</CreateProperty>
39
+ <CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='pointer_to_struct'">
40
+ <Output TaskParameter="Value" PropertyName="ECPGPARAM" />
41
+ </CreateProperty>
42
<CreateProperty Value="-r questionmarks" Condition="'%(Pgc.FileName)'=='oldexec'">
43
44
0 commit comments