Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meskes2014-04-10 18:37:00 +0000
committerMichael Meskes2014-04-10 18:40:05 +0000
commitef29a884575f233e6cd382dcfb42af602fa78cd6 (patch)
treee44032343a0996e6f04ccc26cad499f4a6a6566f
parent8fcccadfea491a1074be38266e2346162faa03e3 (diff)
The new pointer_to_struct test needs a special command line parameter to ecpg.
Hopefully this will fix the buildfarm failures on Windows.
-rw-r--r--src/tools/msvc/ecpg_regression.proj3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/msvc/ecpg_regression.proj b/src/tools/msvc/ecpg_regression.proj
index b55912e0639..58ea18c8fb9 100644
--- a/src/tools/msvc/ecpg_regression.proj
+++ b/src/tools/msvc/ecpg_regression.proj
@@ -36,6 +36,9 @@
<CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='array_of_struct'">
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
</CreateProperty>
+ <CreateProperty Value="-c" Condition="'%(Pgc.FileName)'=='pointer_to_struct'">
+ <Output TaskParameter="Value" PropertyName="ECPGPARAM" />
+ </CreateProperty>
<CreateProperty Value="-r questionmarks" Condition="'%(Pgc.FileName)'=='oldexec'">
<Output TaskParameter="Value" PropertyName="ECPGPARAM" />
</CreateProperty>