Commit ef29a884 authored by Michael Meskes's avatar Michael Meskes

The new pointer_to_struct test needs a special command line parameter to ecpg.

Hopefully this will fix the buildfarm failures on Windows.
parent 8fcccadf
...@@ -36,6 +36,9 @@ ...@@ -36,6 +36,9 @@
<CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='array_of_struct'"> <CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='array_of_struct'">
<Output TaskParameter="Value" PropertyName="ECPGPARAM" /> <Output TaskParameter="Value" PropertyName="ECPGPARAM" />
</CreateProperty> </CreateProperty>
<CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='pointer_to_struct'">
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
</CreateProperty>
<CreateProperty Value="-r questionmarks" Condition="'%(Pgc.FileName)'=='oldexec'"> <CreateProperty Value="-r questionmarks" Condition="'%(Pgc.FileName)'=='oldexec'">
<Output TaskParameter="Value" PropertyName="ECPGPARAM" /> <Output TaskParameter="Value" PropertyName="ECPGPARAM" />
</CreateProperty> </CreateProperty>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment